]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'gve-link-irqs-queues-and-napi-instances'
authorJakub Kicinski <kuba@kernel.org>
Thu, 3 Oct 2024 23:58:27 +0000 (16:58 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 3 Oct 2024 23:58:28 +0000 (16:58 -0700)
Joe Damato says:

====================
gve: Link IRQs, queues, and NAPI instances

This series uses the netdev-genl API to link IRQs and queues to NAPI IDs
so that this information is queryable by user apps. This is particularly
useful for epoll-based busy polling apps which rely on having access to
the NAPI ID.

I've tested these commits on a GCP instance with a GVE NIC configured
and have included test output in the commit messages for each patch
showing how to query the information.

[1]: https://lore.kernel.org/netdev/20240926030025.226221-1-jdamato@fastly.com/
====================

Link: https://patch.msgid.link/20240930210731.1629-1-jdamato@fastly.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge