1NAPI_ENABLE(9) Network device support NAPI_ENABLE(9)
23
4
NAME
6napi_enable - enable NAPI scheduling
7
SYNOPSIS
9void napi_enable(struct napi_struct * n);
10
ARGUMENTS
12n
13napi context
14
DESCRIPTION
16Resume NAPI from being scheduled on this context. Must be paired with
17napi_disable.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 NAPI_ENABLE(9)