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:
Randy Dunlap 2020-04-09 14:21:59 -07:00 коммит произвёл Jakub Kicinski
Родитель 9b038086f0
Коммит 9d8592896f
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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: