From: Randy Dunlap <rdunlap@infradead.org> Date: Thu, 9 Apr 2020 21:21:59 +0000 (-0700) Subject: docs: networking: add full DIM API X-Git-Tag: v5.7-rc2~33^2~28 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9d8592896fd946b27c385d42f5c80b0b5254fce9;p=users%2Fjedix%2Flinux-maple.git 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> --- 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: