summaryrefslogtreecommitdiff
path: root/net/ipv4/proc.c
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@intel.com>2012-05-11 12:32:50 +0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2012-07-17 14:05:43 +0400
commitfa71ae270a9af0ee3a1bd605d008f750371cfc1f (patch)
tree340194c91dacd775672dd8f28af524237df93066 /net/ipv4/proc.c
parent6b43c44654f686c68f742baebb85ee9185d48687 (diff)
downloadlinux-fa71ae270a9af0ee3a1bd605d008f750371cfc1f.tar.xz
ixgbevf: Move Tx clean-up into NAPI context
Currently the VF driver is processing all of the transmits in interrupt context. This can be messy since the Rx is all handled in NAPI and this may result in interrupts being disabled. In order to resolve this move all of the Tx packet processing into NAPI and combine all of the interrupt and polling routines into just a pair of functions. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> 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>
Diffstat (limited to 'net/ipv4/proc.c')
0 files changed, 0 insertions, 0 deletions