[PATCH net-next v5 08/13] net: lan966x: add shutdown callback to stop FDMA on reboot

Daniel Machon daniel.machon at microchip.com
Thu Aug 27 02:38:03 PDT 2026


> On Wed, 20 May 2026 10:12:20 +0200 Daniel Machon wrote:
> > +     napi_synchronize(&lan966x->napi);
> > +     napi_disable(&lan966x->napi);
> 
> Why the synchronize() before disable() ?
> napi_synchronize() is a simplistic disable() + enable()

Agree, the synchronize is redundant. Dropped in v6.

/Daniel



More information about the linux-arm-kernel mailing list