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

From: Daniel Machon

Date: Thu Aug 27 2026 - 05:39:17 EST


> 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