diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2013-02-12 09:45:44 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-02-12 21:07:19 (GMT) |
commit | 96be80abaf95d01aa623246048b422cbcb6b8baf (patch) | |
tree | d1049ce4f280aa7dc04fb98880d60ea5dd3123c9 /net/Makefile | |
parent | 77c1090f94d1b0b5186fb13a1b71b47b1343f87f (diff) | |
download | linux-96be80abaf95d01aa623246048b422cbcb6b8baf.tar.xz |
ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6
The original fix that was applied for setting gso_type required more change
than necessary because it was assumed ixgbe does RSC on IPv6 frames and this
is not correct. RSC is only supported with IPv4/TCP frames only. As such we
can simplify the fix and avoid the unnecessary move of eth_type_trans.
The previous patch "ixgbe: fix gso type" and this patch reduce the entire fix
to one line that sets gso_type to TCPV4 if the frame is RSC.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Makefile')
0 files changed, 0 insertions, 0 deletions