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()