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)
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>

Trivial merge