public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC net-next 0/2] gve: Link IRQs, queues, and NAPI instances
@ 2024-09-26  3:00 Joe Damato
  2024-09-26  3:00 ` [RFC net-next 1/2] gve: Map IRQs to " Joe Damato
  2024-09-26  3:00 ` [RFC net-next 2/2] gve: Map NAPI instances to queues Joe Damato
  0 siblings, 2 replies; 7+ messages in thread
From: Joe Damato @ 2024-09-26  3:00 UTC (permalink / raw)
  To: netdev
  Cc: Joe Damato, David S. Miller, Eric Dumazet, Harshitha Ramamurthy,
	Jakub Kicinski, Jeroen de Borst, open list, Paolo Abeni,
	Praveen Kaligineedi, Shailend Chand, Simon Horman,
	Willem de Bruijn, Ziwei Xiao

Greetings:

This RFC 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.

I hope to send this next week when net-next reopens as an official
submission, but wanted to send an RFC now in case there were any changes
requested from the GVE maintainers.

Thanks,
Joe

Joe Damato (2):
  gve: Map IRQs to NAPI instances
  gve: Map NAPI instances to queues

 drivers/net/ethernet/google/gve/gve_main.c  | 12 ++++++++++++
 drivers/net/ethernet/google/gve/gve_utils.c |  1 +
 2 files changed, 13 insertions(+)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-09-27 19:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-26  3:00 [RFC net-next 0/2] gve: Link IRQs, queues, and NAPI instances Joe Damato
2024-09-26  3:00 ` [RFC net-next 1/2] gve: Map IRQs to " Joe Damato
2024-09-27 18:56   ` Simon Horman
2024-09-27 19:04     ` Joe Damato
2024-09-26  3:00 ` [RFC net-next 2/2] gve: Map NAPI instances to queues Joe Damato
2024-09-27 18:15   ` Praveen Kaligineedi
2024-09-27 18:25     ` Joe Damato

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox