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

Jakub Kicinski kuba at kernel.org
Fri May 22 18:45:45 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()



More information about the linux-arm-kernel mailing list