Wait until napi is not running
void napi_synchronize(const struct napi_struct * n);
n
napi context
Wait until NAPI is done being scheduled on this context. Waits till any outstanding processing completes but does not disable future activations.