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-trap 24 25Driver-specific documentation 26----------------------------- 27 28Each driver that implements ``devlink`` is expected to document what 29parameters, info versions, and other features it supports. 30 31.. toctree:: 32 :maxdepth: 1 33 34 bnxt 35 ionic 36 ice 37 mlx4 38 mlx5 39 mlxsw 40 mv88e6xxx 41 netdevsim 42 nfp 43 sja1105 44 qed 45 ti-cpsw-switch 46