From: Alexander Duyck Date: Tue, 30 Oct 2012 06:01:40 +0000 (+0000) Subject: ixgbe: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso check X-Git-Tag: v3.9-rc1~139^2~320^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f4fbb9bfc8f0eac8932d45f57e29507d5b631a3;p=pandora-kernel.git ixgbe: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso check This change is meant to reduce the overhead for workloads that are not using either TSO or checksum offloads. Most of the time the compiler should jump ahead after failing this check to the VLAN check since in the ixgbe_tx_csum call we start with that check as well. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed