diff mbox series

[net] docs: networking: add full DIM API

Message ID e27192c8-a251-4d72-1102-85d250d50f49@infradead.org
State New
Headers show
Series [net] docs: networking: add full DIM API | expand

Commit Message

Randy Dunlap April 9, 2020, 7:27 p.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Add the full net DIM API to the net_dim.rst file.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: davem@davemloft.net
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org, talgi@mellanox.com, leon@kernel.org, jacob.e.keller@intel.com
---
Applies on top of Jakub's patch: [PATCH net] docs: networking: convert DIM to RST

I do have patches similar to Jakub's patch, but I haven't sent them yet.
Anyway, the only significant difference it this small [optional] change.

 Documentation/networking/net_dim.rst |    6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

--- linux-next-20200409.orig/Documentation/networking/net_dim.rst
+++ linux-next-20200409/Documentation/networking/net_dim.rst
@@ -178,3 +178,9 @@  usage is not complete but it should make
 	INIT_WORK(&my_entity->dim.work, my_driver_do_dim_work);
 	...
   }
+
+Dynamic Interrupt Moderation (DIM) library API
+==============================================
+
+.. kernel-doc:: include/linux/dim.h
+    :internal: