commit | 09323cc479316e046931a2c679932204b36fea6c | [log] [tgz] |
---|---|---|
author | Tom Herbert <therbert@google.com> | Sun Dec 15 22:16:19 2013 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 17 16:36:22 2013 -0500 |
tree | 80a3b4f3674c469a68dc65ef4446a652b68a9e2f | |
parent | 7539fadcb8146a5f0db51e80d99c9e724efec7b0 [diff] |
net: Add function to set the rxhash The function skb_set_rxash was added for drivers to call to set the rxhash in an skb. The type of hash is also specified as a parameter (L2, L3, L4, or unknown type). Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>