table of contents
other versions
NAPI_ENABLE(9) | Network device support | NAPI_ENABLE(9) |
NAME¶
napi_enable - enable NAPI scheduling
SYNOPSIS¶
void napi_enable(struct napi_struct * n);
ARGUMENTS¶
struct napi_struct * n
NAPI context
DESCRIPTION¶
Resume NAPI from being scheduled on this context. Must be paired with napi_disable.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |