1Linux Devlink Documentation 2=========================== 3 4devlink is an API to expose device information and resources not directly 5related to any device class, such as chip-wide/switch-ASIC-wide configuration. 6 7Interface documentation 8----------------------- 9 10The following pages describe various interfaces available through devlink in 11general. 12 13.. toctree:: 14 :maxdepth: 1 15 16 devlink-dpipe 17 devlink-health 18 devlink-info 19 devlink-flash 20 devlink-params 21 devlink-region 22 devlink-resource 23 devlink-reload 24 devlink-trap 25 26Driver-specific documentation 27----------------------------- 28 29Each driver that implements ``devlink`` is expected to document what 30parameters, info versions, and other features it supports. 31 32.. toctree:: 33 :maxdepth: 1 34 35 bnxt 36 ionic 37 ice 38 mlx4 39 mlx5 40 mlxsw 41 mv88e6xxx 42 netdevsim 43 nfp 44 sja1105 45 qed 46 ti-cpsw-switch 47