Re: [PATCH net-next v2 1/2] rtase: Link IRQs to NAPI instances
From: Joe Damato
Date: Mon Jun 16 2025 - 11:42:40 EST
On Mon, Jun 16, 2025 at 11:22:25AM +0800, Justin Lai wrote:
> Link IRQs to NAPI instances with netif_napi_set_irq. This
> information can be queried with the netdev-genl API.
>
> Also add support for persistent NAPI configuration using
> netif_napi_add_config().
>
> Signed-off-by: Justin Lai <justinlai0215@xxxxxxxxxxx>
> ---
> .../net/ethernet/realtek/rtase/rtase_main.c | 20 +++++++++++++------
> 1 file changed, 14 insertions(+), 6 deletions(-)
>
Did you test the persistent NAPI config on one of these devices?
Reviewed-by: Joe Damato <joe@xxxxxxx>