From: Alexander Duyck Date: Tue, 31 Jan 2012 02:59:29 +0000 (+0000) Subject: ixgbe: Address fact that RSC was not setting GSO size for incoming frames X-Git-Tag: v3.4-rc1~177^2~333^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d2024f61ec14bdb0c57a97a3fe73685abc2d198;p=pandora-kernel.git ixgbe: Address fact that RSC was not setting GSO size for incoming frames This patch is meant to address the fact that RSC has not been setting the gso_size value on the skb. As a result performance on lossy TCP connections was negatively impacted. This change resolves the issue by setting gso_size to the average size for incoming packets. Signed-off-by: Alexander Duyck Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed