git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a73efd0
)
net: Allow RX queue selection to seed TX queue hashing.
author
David S. Miller
<davem@davemloft.net>
Wed, 28 Jan 2009 00:22:11 +0000
(16:22 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 28 Jan 2009 00:22:11 +0000
(16:22 -0800)
The idea is that drivers which implement multiqueue RX
pre-seed the SKB by recording the RX queue selected by
the hardware.
If such a seed is found on TX, we'll use that to select
the outgoing TX queue.
This helps get more consistent load balancing on router
and firewall loads.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found