mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
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>
This commit is contained in:
committed by
Jakub Kicinski
parent
9b038086f0
commit
9d8592896f
@@ -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);
|
INIT_WORK(&my_entity->dim.work, my_driver_do_dim_work);
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Dynamic Interrupt Moderation (DIM) library API
|
||||||
|
==============================================
|
||||||
|
|
||||||
|
.. kernel-doc:: include/linux/dim.h
|
||||||
|
:internal:
|
||||||
|
Reference in New Issue
Block a user