diff options
author | David S. Miller <davem@davemloft.net> | 2009-01-27 16:34:47 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-27 16:34:47 -0800 |
commit | 7019298a2a5058c4e324494d6c8d0598214c28f4 (patch) | |
tree | fec5e5cf9c5caacc83fc929f978896938ff199a4 /net/8021q | |
parent | f7105d63940899ece79bda024f668e6c761cfebf (diff) | |
download | linux-3.10-7019298a2a5058c4e324494d6c8d0598214c28f4.tar.gz linux-3.10-7019298a2a5058c4e324494d6c8d0598214c28f4.tar.bz2 linux-3.10-7019298a2a5058c4e324494d6c8d0598214c28f4.zip |
net: Get rid of by-hand TX queue hashing.
We now only TX hash on pre-computed SKB properties.
The thinking is:
1) High performance routing and firewalling setups will
have a multiqueue capable card used for receive, and
therefore would have RX queue recordings made into
the SKB which can be used for the TX side hash.
2) Locally generated packets will have an attached socket
and thus a valid sk->sk_hash to make use of.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/8021q')
0 files changed, 0 insertions, 0 deletions