diff options
| author | Eric Dumazet <[email protected]> | 2013-05-31 14:32:55 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2013-06-01 19:38:32 -0700 |
| commit | ada7c19e6d27bf4bb6a242960ac6e76f9f21cdd7 (patch) | |
| tree | 10658c0bc99a430306995d2b105837838b408fe0 /tools/perf/scripts/python | |
| parent | e69972f52bdc4bc384a21a6561d5673b4a94e989 (diff) | |
bnx2x: use XPS if possible for bnx2x_select_queue instead of pure hash
The bnx2x_select_queue() was using __skb_tx_hash() to select the
transmit queue, totally ignoring XPS settings, while XPS can help
performance quite significantly, so change the bnx2x_select_queue()
to use __dev_pick_tx() instead which will use XPS if configured.
Based on patches from Ying Cai and Havard Skinnemoen
Reported-by: govindarajulu.v <[email protected]>
Signed-off-by: Eric Dumazet <[email protected]>
Cc: Havard Skinnemoen <[email protected]>
Cc: Ying Cai <[email protected]>
Cc: Eilon Greenstein <[email protected]>
Acked-by: Dmitry Kravkov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions