xref: /linux/Documentation/networking/devlink/index.rst (revision 6c39e015f87fb46f68532d063d4fd337d094fdeb)
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-trap
20   devlink-trap-netdevsim
21
22Driver-specific documentation
23-----------------------------
24
25Each driver that implements ``devlink`` is expected to document what
26parameters, info versions, and other features it supports.
27
28.. toctree::
29   :maxdepth: 1
30
31   bnxt
32   mlx5
33   mlxsw
34   mv88e6xxx
35   nfp
36   ti-cpsw-switch
37