RE: [PATCH net-next v2 1/2] rtase: Link IRQs to NAPI instances

From: Justin Lai
Date: Tue Jun 17 2025 - 03:21:13 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>

Hi Joe,

Yes, I tested it, and the persistent NAPI config worked correctly on
the device.

Thanks,
Justin