[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250616032226.7318-1-justinlai0215@realtek.com>
Date: Mon, 16 Jun 2025 11:22:24 +0800
From: Justin Lai <justinlai0215@...ltek.com>
To: <kuba@...nel.org>
CC: <davem@...emloft.net>, <edumazet@...gle.com>, <pabeni@...hat.com>,
<andrew+netdev@...n.ch>, <linux-kernel@...r.kernel.org>,
<netdev@...r.kernel.org>, <horms@...nel.org>, <jdamato@...tly.com>,
<pkshih@...ltek.com>, <larry.chiu@...ltek.com>,
Justin Lai
<justinlai0215@...ltek.com>
Subject: [PATCH net-next v2 0/2] Link NAPI instances to queues and IRQs
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
Powered by blists - more mailing lists