[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e27192c8-a251-4d72-1102-85d250d50f49@infradead.org>
Date: Thu, 9 Apr 2020 12:27:17 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Jakub Kicinski <kuba@...nel.org>, davem@...emloft.net
Cc: netdev@...r.kernel.org, kernel-team@...com, talgi@...lanox.com,
leon@...nel.org, jacob.e.keller@...el.com
Subject: [PATCH net] docs: networking: add full DIM API
From: Randy Dunlap <rdunlap@...radead.org>
Add the full net DIM API to the net_dim.rst file.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: davem@...emloft.net
Cc: Jakub Kicinski <kuba@...nel.org>
Cc: netdev@...r.kernel.org, talgi@...lanox.com, leon@...nel.org, jacob.e.keller@...el.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(+)
--- 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:
Powered by blists - more mailing lists