Prevent napi from scheduling
void napi_disable(struct napi_struct * n);
n
napi context
Stop NAPI from being scheduled on this context. Waits till any outstanding processing completes.