netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] Link NAPI instances to queues and IRQs
@ 2025-06-16  3:22 Justin Lai
  2025-06-16  3:22 ` [PATCH net-next v2 1/2] rtase: Link IRQs to NAPI instances Justin Lai
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Justin Lai @ 2025-06-16  3:22 UTC (permalink / raw)
  To: kuba
  Cc: davem, edumazet, pabeni, andrew+netdev, linux-kernel, netdev,
	horms, jdamato, pkshih, larry.chiu, Justin Lai

This patch series introduces netdev-genl support to rtase, enabling
user-space applications to query the relationships between IRQs,
queues, and NAPI instances.

v1 -> v2:
- Use netif_napi_add_config() to support persistent NAPI configuration.
- Use enum netdev_queue_type instead of driver-specific values.
- Rename ring_type to type.

Justin Lai (2):
  rtase: Link IRQs to NAPI instances
  rtase: Link queues to NAPI instances

 drivers/net/ethernet/realtek/rtase/rtase.h    |  1 +
 .../net/ethernet/realtek/rtase/rtase_main.c   | 39 +++++++++++++++----
 2 files changed, 32 insertions(+), 8 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-06-17 23:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-16  3:22 [PATCH net-next v2 0/2] Link NAPI instances to queues and IRQs Justin Lai
2025-06-16  3:22 ` [PATCH net-next v2 1/2] rtase: Link IRQs to NAPI instances Justin Lai
2025-06-16 15:42   ` Joe Damato
2025-06-17  7:20     ` Justin Lai
2025-06-16  3:22 ` [PATCH net-next v2 2/2] rtase: Link queues " Justin Lai
2025-06-16 15:46   ` Joe Damato
2025-06-17 23:30 ` [PATCH net-next v2 0/2] Link NAPI instances to queues and IRQs patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).