aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-04-09 14:21:59 -0700
committerJakub Kicinski <kuba@kernel.org>2020-04-10 18:11:04 -0700
commit9d8592896fd946b27c385d42f5c80b0b5254fce9 (patch)
tree1f4d9688e0540dc402221f9cc5801265ad4019c4 /Documentation
parentdocs: networking: convert DIM to RST (diff)
downloadwireguard-linux-9d8592896fd946b27c385d42f5c80b0b5254fce9.tar.xz
wireguard-linux-9d8592896fd946b27c385d42f5c80b0b5254fce9.zip
docs: networking: add full DIM API
Add the full net DIM API to the net_dim.rst file. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/net_dim.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/networking/net_dim.rst b/Documentation/networking/net_dim.rst
index 1de1e3ec774b..3bed9fd95336 100644
--- a/Documentation/networking/net_dim.rst
+++ b/Documentation/networking/net_dim.rst
@@ -168,3 +168,9 @@ usage is not complete but it should make the outline of the usage clear.
INIT_WORK(&my_entity->dim.work, my_driver_do_dim_work);
...
}
+
+Dynamic Interrupt Moderation (DIM) library API
+==============================================
+
+.. kernel-doc:: include/linux/dim.h
+ :internal: