All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [RFC net-next 0/2] igc: Link IRQs and queues to NAPIs
@ 2024-10-03 23:38 ` Joe Damato
  0 siblings, 0 replies; 20+ messages in thread
From: Joe Damato @ 2024-10-03 23:38 UTC (permalink / raw)
  To: netdev
  Cc: Tony Nguyen, Przemek Kitszel, Joe Damato, open list, Eric Dumazet,
	moderated list:INTEL ETHERNET DRIVERS, Jakub Kicinski,
	Paolo Abeni, David S. Miller

Greetings:

This is an RFC to get feedback before submitting an actual series and
because I have a question for igc maintainers, see below.

This series addss support for netdev-genl to igc so that userland apps
can query IRQ, queue, and NAPI instance relationships. This is useful
because developers who have igc NICs (for example, in their Intel NUCs)
who are working on epoll-based busy polling apps and using
SO_INCOMING_NAPI_ID, need access to this API to map NAPI IDs back to
queues.

See the commit messages of each patch for example output I got on my igc
hardware.

My question for maintainers:

In patch 2, the linking should be avoided for XDP queues. Is there a way
to test that somehow in the driver? I looked around a bit, but didn't
notice anything. Sorry if I'm missing something obvious.

Thanks,
Joe

Joe Damato (2):
  igc: Link IRQs to NAPI instances
  igc: Link queues to NAPI instances

 drivers/net/ethernet/intel/igc/igc.h      |  1 +
 drivers/net/ethernet/intel/igc/igc_main.c | 33 ++++++++++++++++++++---
 2 files changed, 30 insertions(+), 4 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-10-14 12:08 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-03 23:38 [Intel-wired-lan] [RFC net-next 0/2] igc: Link IRQs and queues to NAPIs Joe Damato
2024-10-03 23:38 ` Joe Damato
2024-10-03 23:38 ` [Intel-wired-lan] [RFC net-next 1/2] igc: Link IRQs to NAPI instances Joe Damato
2024-10-03 23:38   ` Joe Damato
2024-10-03 23:38 ` [Intel-wired-lan] [RFC net-next 2/2] igc: Link queues " Joe Damato
2024-10-03 23:38   ` Joe Damato
2024-10-07  9:14   ` [Intel-wired-lan] " Kurt Kanzenbach
2024-10-07  9:14     ` Kurt Kanzenbach
2024-10-09 17:04     ` [Intel-wired-lan] " Joe Damato
2024-10-09 17:04       ` Joe Damato
2024-10-10  7:08       ` [Intel-wired-lan] " Kurt Kanzenbach
2024-10-10  7:08         ` Kurt Kanzenbach
2024-10-12  1:58         ` [Intel-wired-lan] " Joe Damato
2024-10-12  1:58           ` Joe Damato
2024-10-14 12:08           ` [Intel-wired-lan] " Kurt Kanzenbach
2024-10-14 12:08             ` Kurt Kanzenbach
2024-10-07 23:03 ` [Intel-wired-lan] [RFC net-next 0/2] igc: Link IRQs and queues to NAPIs Vinicius Costa Gomes
2024-10-07 23:03   ` Vinicius Costa Gomes
2024-10-09 17:13   ` [Intel-wired-lan] " Joe Damato
2024-10-09 17:13     ` Joe Damato

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.