]> git.dujemihanovic.xyz Git - linux.git/commit
Merge branch 'netdevsim-add-napi-support'
authorJakub Kicinski <kuba@kernel.org>
Thu, 9 May 2024 01:59:51 +0000 (18:59 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 9 May 2024 01:59:51 +0000 (18:59 -0700)
commitd9308f51b3a791a5321959643a854ed08e44f16e
tree4b170d7487ac21ac5ae53a7308a678478b99e6a4
parent1d0dc857b5d8711ff0f037bea9a0c13049c1763c
parent1cf2704242180351d156fb48c334b319ae6b0759
Merge branch 'netdevsim-add-napi-support'

David Wei says:

====================
netdevsim: add NAPI support

Add NAPI support to netdevsim and register its Rx queues with NAPI
instances. Then add a selftest using the new netdev Python selftest
infra to exercise the existing Netdev Netlink API, specifically the
queue-get API.

This expands test coverage and further fleshes out netdevsim as a test
device. It's still my goal to make it useful for testing things like
flow steering and ZC Rx.
====================

Link: https://lore.kernel.org/r/20240507163228.2066817-1-dw@davidwei.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>