From: Emil Tantilov Date: Fri, 28 Feb 2014 04:32:45 +0000 (-0800) Subject: ixgbevf: add check for CHECKSUM_PARTIAL when doing TSO X-Git-Tag: v3.15-rc1~113^2~241^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01a545cf21e7514f0b384328e6387e637a07e333;p=pandora-kernel.git ixgbevf: add check for CHECKSUM_PARTIAL when doing TSO This patch adds check for CHECKSUM_PARTIAL to avoid the skb_is_gso check in ixgbevf_tso(). It should reduce overhead for workloads that are not using TSO or checksum offloads. It is the same as in ixgbe. Signed-off-by: Emil Tantilov Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Aaron Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed