diff options
| author | Greg Rose <[email protected]> | 2012-11-13 04:03:18 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2012-11-13 14:18:14 -0500 |
| commit | 366c1099123a0084cda581bee632911822748c61 (patch) | |
| tree | 3bdf3f06afe857ce027e9371fac5d5d9abc3e879 /tools/perf/scripts/python | |
| parent | a5f9337bdc45bb8c13037bdb70d16fd9017bb83a (diff) | |
ixgbevf: Add flag to indicate when rx is in net poll
napi_gro_receive shouldn't be called from netpoll context. Doing
so was causing kernel panics when jumbo frames larger than 2K were set.
Add a flag to check if the Rx ring processing is occurring from interrupt
context or from netpoll context and call netif_rx() if in the polling
context.
Signed-off-by: Greg Rose <[email protected]>
Tested-by: Sibai Li <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions