diff options
author | Cong Wang <xiyou.wangcong@gmail.com> | 2013-01-21 00:39:24 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-21 14:26:17 -0500 |
commit | 441d9d327f1e770f5aa76fd91735851ac6e1e236 (patch) | |
tree | f7a0a8d206d5745fd196bc9a5c98c2f8d67086ac /net/dsa | |
parent | cd5f20461de8e3e9b04932e4ba3e37afe39b8898 (diff) | |
download | linux-441d9d327f1e770f5aa76fd91735851ac6e1e236.tar.gz linux-441d9d327f1e770f5aa76fd91735851ac6e1e236.tar.bz2 linux-441d9d327f1e770f5aa76fd91735851ac6e1e236.zip |
net: move rx and tx hash functions to net/core/flow_dissector.c
__skb_tx_hash() and __skb_get_rxhash() are all for calculating hash
value based by some fields in skb, mostly used for selecting queues
by device drivers.
Meanwhile, net/core/dev.c is bloating.
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa')
0 files changed, 0 insertions, 0 deletions