table of contents
other versions
- wheezy 3.2.78-1
NAPI_ENABLE(9) | Network device support | NAPI_ENABLE(9) |
NAME¶
napi_enable - enable NAPI schedulingSYNOPSIS¶
void
napi_enable(struct napi_struct * n);
ARGUMENTS¶
nnapi context
DESCRIPTION¶
Resume NAPI from being scheduled on this context. Must be paired with napi_disable.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |