napi_enable(9)
NAME
napi_enable - enable NAPI scheduling
SYNOPSIS
void napi_enable(struct napi_struct * n);
ARGUMENTS
- n
- napi context
DESCRIPTION
Resume NAPI from being scheduled on this context. Must be paired with
napi_disable.
napi_enable - enable NAPI scheduling
void napi_enable(struct napi_struct * n);
Resume NAPI from being scheduled on this context. Must be paired with
napi_disable.