xref: /linux/Documentation/networking/devlink/index.rst (revision 04e4272cb3ae2bbb7a5d672918092366f48c9f52)
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
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   ionic
33   mlx4
34   mlx5
35   mlxsw
36   mv88e6xxx
37   netdevsim
38   nfp
39   qed
40   ti-cpsw-switch
41