summaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorAlexander Duyck2012-11-13 02:13:38 +0100
committerJeff Kirsher2012-11-22 11:01:04 +0100
commitf2fb4ab2a647d6576812cbb3ae1979538112f6c8 (patch)
tree9f489e21310da7f1943dbe15797dbf03c278d8fb /net/ipv6
parentigb: No longer rely on APME to determine WoL settings (diff)
downloadkernel-qcow2-linux-f2fb4ab2a647d6576812cbb3ae1979538112f6c8.tar.gz
kernel-qcow2-linux-f2fb4ab2a647d6576812cbb3ae1979538112f6c8.tar.xz
kernel-qcow2-linux-f2fb4ab2a647d6576812cbb3ae1979538112f6c8.zip
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 <alexander.h.duyck@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'net/ipv6')
0 files changed, 0 insertions, 0 deletions