diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-04-09 14:21:59 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-04-10 18:11:04 -0700 |
commit | 9d8592896fd946b27c385d42f5c80b0b5254fce9 (patch) | |
tree | 1f4d9688e0540dc402221f9cc5801265ad4019c4 /Documentation | |
parent | 9b038086f06be1a85d74fe8cc8e74e07db6f422e (diff) |
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.rst | 6 |
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: |