aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlexander Duyck <[email protected]>2012-11-13 01:13:33 +0000
committerJeff Kirsher <[email protected]>2012-12-01 03:44:10 -0800
commited83da12ee742da8cefa784def3af64e4e195462 (patch)
tree9608397aaffd4ae63c5f4ccd5d6ecce873c34e3a /tools/perf/scripts/python
parente921eb1ac411a32b98fa1a9ccbba1b24fae8de2d (diff)
ixgbe: 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 <[email protected]> Tested-by: Stephen Ko <[email protected]> Tested-by: Marcus Dennis <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions