From: Alexander Duyck Date: Fri, 1 Feb 2013 08:56:41 +0000 (+0000) Subject: ixgbe: Mask off check of frag_off as we only want fragment offset X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~91^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20967f42025f50e8497e6d71259ac5fb56655736;p=pandora-kernel.git ixgbe: Mask off check of frag_off as we only want fragment offset We were incorrectly checking the entire frag_off field when we only wanted the fragment offset. As a result we were not pulling in TCP headers when the DNF flag was set. To correct that we will now check for frag off using the IP_OFFSET mask. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed