diff options
author | 2012-02-08 07:50:45 +0000 | |
---|---|---|
committer | 2012-03-17 01:06:53 -0700 | |
commit | 93f5b3c1f148f2cca247a2c5afdd3ba7a123a6f1 (patch) | |
tree | e611dafd4a29f99596630b771069ce39509cc5db /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ixgbe: Make certain that all frames fit minimum size requirements (diff) | |
download | linux-dev-93f5b3c1f148f2cca247a2c5afdd3ba7a123a6f1.tar.xz linux-dev-93f5b3c1f148f2cca247a2c5afdd3ba7a123a6f1.zip |
ixgbe: Modify setup of descriptor flags to avoid conditional jumps
This change makes it more likely that the descriptor flags setup will use
cmov instructions instead of conditional jumps when setting up the flags.
The advantage to this is that the code should just flow a bit more
smoothly.
To do this it is necessary to set the TX_FLAGS_CSUM bit in tx_flags when
doing TSO so that we also do the checksum in addition to the segmentation
offload.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions