From: Alexander Duyck Date: Tue, 13 Nov 2012 01:13:38 +0000 (+0000) Subject: igb: Do not parse past IP header on fragments beyond the first X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~245 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2fb4ab2a647d6576812cbb3ae1979538112f6c8;p=pandora-kernel.git igb: Do not parse past IP header on fragments beyond the first This change makes it so that only the first fragment in a series of fragments will have the L4 header pulled. Previously we were always pulling the L4 header as well and in the case of UDP this can harm performance since only the first fragment will have the header, the rest just contain data which should be left in the paged portion of the packet. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed