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

From: Jakub Kicinski

Date: Fri May 22 2026 - 21:46:24 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()