diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2020-01-10 01:46:10 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-11 04:06:59 +0300 |
commit | f4bdd7103652fab5ac8b0ed75fa5cbc515b50b8b (patch) | |
tree | ca068c74b7e95fa537d7bd156fce5b8ae81ef8b6 /Documentation/networking/devlink/index.rst | |
parent | 468672b24fbc1c018e192dcc90e887bc9a9b2595 (diff) | |
download | linux-f4bdd7103652fab5ac8b0ed75fa5cbc515b50b8b.tar.xz |
devlink: move devlink documentation to subfolder
Combine the documentation for devlink into a subfolder, and provide an
index.rst file that can be used to generally describe devlink.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/devlink/index.rst')
-rw-r--r-- | Documentation/networking/devlink/index.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/networking/devlink/index.rst b/Documentation/networking/devlink/index.rst new file mode 100644 index 000000000000..1252c2a1b680 --- /dev/null +++ b/Documentation/networking/devlink/index.rst @@ -0,0 +1,14 @@ +Linux Devlink Documentation +=========================== + +devlink is an API to expose device information and resources not directly +related to any device class, such as chip-wide/switch-ASIC-wide configuration. + +Contents: + +.. toctree:: + :maxdepth: 1 + + devlink-info-versions + devlink-trap + devlink-trap-netdevsim |