table of contents
other versions
- stretch 4.9.168-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¶
April 2019 | Kernel Hackers Manual 4.9. |