Schedule napi poll
void napi_schedule(struct napi_struct * n);
n
napi context
Schedule NAPI poll routine to be called if it is not already running.