[PATCH net-next v2 0/2] Link NAPI instances to queues and IRQs

Justin Lai posted 2 patches 3 months, 3 weeks ago
drivers/net/ethernet/realtek/rtase/rtase.h    |  1 +
.../net/ethernet/realtek/rtase/rtase_main.c   | 39 +++++++++++++++----
2 files changed, 32 insertions(+), 8 deletions(-)
[PATCH net-next v2 0/2] Link NAPI instances to queues and IRQs
Posted by Justin Lai 3 months, 3 weeks ago
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