From: Alexander Duyck Date: Wed, 17 Nov 2010 03:26:47 +0000 (-0800) Subject: ixgbe: move GSO segments and byte count processing into ixgbe_tx_map X-Git-Tag: v2.6.38-rc1~476^2~547^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ad494b0e59950e2b4e587c32cb67a2452795ea0;p=pandora-kernel.git ixgbe: move GSO segments and byte count processing into ixgbe_tx_map This change simplifies the work being done by the TX interrupt handler and pushes it into the tx_map call. This allows for fewer cache misses since the TX cleanup now accesses almost none of the skb members. Signed-off-by: Alexander Duyck Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed