From: Alexander Duyck Date: Thu, 4 Jun 2009 16:00:27 +0000 (+0000) Subject: ixgbe: move tx processing into NAPI context X-Git-Tag: v2.6.31-rc1~330^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91281fd36c7670904e0b315e273e896d907adc36;p=pandora-kernel.git ixgbe: move tx processing into NAPI context This patch moves the tx cleanup processing out of the MSI-X interrupt processing and gives it it's own napi routine. This allows the driver to process TX cleanup in a polling context instead of in an interrupt context which prevents TX from starving RX. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed