From: Randy Dunlap Date: Thu, 9 Apr 2020 21:21:59 +0000 (-0700) Subject: docs: networking: add full DIM API X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9d8592896fd946b27c385d42f5c80b0b5254fce9;p=linux.git docs: networking: add full DIM API Add the full net DIM API to the net_dim.rst file. Signed-off-by: Randy Dunlap Signed-off-by: Jakub Kicinski --- diff --git a/Documentation/networking/net_dim.rst b/Documentation/networking/net_dim.rst index 1de1e3ec774b7..3bed9fd953360 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: