]> git.baikalelectronics.ru Git - kernel.git/commit
net: Call skb_get_hash in get_xps_queue and __skb_tx_hash
authorTom Herbert <therbert@google.com>
Wed, 2 Jul 2014 04:32:27 +0000 (21:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jul 2014 04:14:21 +0000 (21:14 -0700)
commite610d80a03575b5b806bfd8c6002fec3c0e169a0
tree270c7f51c6bbe62c662793729199afdcb4304759
parent95a5950199f3864a3e30e849fbc33af6d1ba871c
net: Call skb_get_hash in get_xps_queue and __skb_tx_hash

Call standard function to get a packet hash instead of taking this from
skb->sk->sk_hash or only using skb->protocol.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
include/linux/skbuff.h
net/core/flow_dissector.c