From: Alexander Duyck Date: Fri, 11 May 2012 08:32:50 +0000 (+0000) Subject: ixgbevf: Move Tx clean-up into NAPI context X-Git-Tag: v3.6-rc1~125^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa71ae270a9af0ee3a1bd605d008f750371cfc1f;p=pandora-kernel.git 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 Signed-off-by: Greg Rose Tested-by: Sibai Li Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed