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