rtase: Link IRQs to NAPI instances
authorJustin Lai <justinlai0215@realtek.com>
Mon, 16 Jun 2025 03:22:25 +0000 (11:22 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 17 Jun 2025 23:24:09 +0000 (16:24 -0700)
commit9f611bfd1011797df2ad3461060203a10826e7a4
treec7b82916618b4596d25cef35bfa05a9db651b108
parent416b6030e39e29f82e1a39fd9f321e5b69d935c1
rtase: Link IRQs to NAPI instances

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@realtek.com>
Reviewed-by: Joe Damato <joe@dama.to>
Link: https://patch.msgid.link/20250616032226.7318-2-justinlai0215@realtek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/realtek/rtase/rtase_main.c