diff options
author | Greg Rose <gregory.v.rose@intel.com> | 2012-11-13 05:03:18 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-13 20:18:14 +0100 |
commit | 366c1099123a0084cda581bee632911822748c61 (patch) | |
tree | 3bdf3f06afe857ce027e9371fac5d5d9abc3e879 /COPYING | |
parent | ixgbevf: fix possible use of uninitialized variable (diff) | |
download | linux-366c1099123a0084cda581bee632911822748c61.tar.xz linux-366c1099123a0084cda581bee632911822748c61.zip |
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 <gregory.v.rose@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions