diff options
author | Haiyang Zhang <haiyangz@microsoft.com> | 2020-08-20 14:53:15 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-20 16:24:00 -0700 |
commit | c3d897e01aef8ddc43149e4d661b86f823e3aae7 (patch) | |
tree | 07bb72531e105c2694e50b01079d75ef87a6b1b4 /certs | |
parent | 4d820543c54c47a2bd3c95ddbf52f83c89a219a0 (diff) | |
download | linux-c3d897e01aef8ddc43149e4d661b86f823e3aae7.tar.gz |
hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()
netvsc_vf_xmit() / dev_queue_xmit() will call VF NIC’s ndo_select_queue
or netdev_pick_tx() again. They will use skb_get_rx_queue() to get the
queue number, so the “skb->queue_mapping - 1” will be used. This may
cause the last queue of VF not been used.
Use skb_record_rx_queue() here, so that the skb_get_rx_queue() called
later will get the correct queue number, and VF will be able to use
all queues.
Fixes: b3bf5666a510 ("hv_netvsc: defer queue selection to VF")
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions