From: Alexander Duyck Date: Tue, 13 Nov 2012 04:03:22 +0000 (+0000) Subject: igb: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso check X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~370 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed6aa10580b852e29acd48b686438fac8605a97b;p=pandora-kernel.git igb: 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 igb_tx_csum call we start with that check as well. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed