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