mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 03:17:48 +00:00
net: vxge calls skb_set_hash
Drivers should call skb_set_hash to set the hash and its type in an skbuff. Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6917441603
commit
c4be416bae
@ -507,7 +507,8 @@ vxge_rx_1b_compl(struct __vxge_hw_ring *ringh, void *dtr,
|
||||
* if rss is disabled/enabled, so key off of that.
|
||||
*/
|
||||
if (ext_info.rth_value)
|
||||
skb->rxhash = ext_info.rth_value;
|
||||
skb_set_hash(skb, ext_info.rth_value,
|
||||
PKT_HASH_TYPE_L3);
|
||||
|
||||
vxge_rx_complete(ring, skb, ext_info.vlan,
|
||||
pkt_length, &ext_info);
|
||||
|
Loading…
Reference in New Issue
Block a user