diff options
author | Alexander Duyck <[email protected]> | 2012-02-08 07:50:45 +0000 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2012-03-17 01:06:53 -0700 |
commit | 93f5b3c1f148f2cca247a2c5afdd3ba7a123a6f1 (patch) | |
tree | e611dafd4a29f99596630b771069ce39509cc5db /net/lapb/lapb_in.c | |
parent | a50c29dd09ed14f8489677813a4b1c8b62dcf19d (diff) |
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 <[email protected]>
Tested-by: Stephen Ko <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions