Message ID | 20240507163228.2066817-1-dw@davidwei.uk (mailing list archive) |
---|---|
Headers | show |
Series | netdevsim: add NAPI support | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 7 May 2024 09:32:26 -0700 you wrote: > 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. > > [...] Here is the summary with links: - [net-next,v5,1/2] netdevsim: add NAPI support https://git.kernel.org/netdev/net-next/c/3762ec05a9fb - [net-next,v5,2/2] net: selftest: add test for netdev netlink queue-get API https://git.kernel.org/netdev/net-next/c/1cf270424218 You are awesome, thank you!