mbox series

[net,0/2] hv_netvsc: Some fixes for the select_queue

Message ID 1597960395-1897-1-git-send-email-haiyangz@microsoft.com
Headers show
Series hv_netvsc: Some fixes for the select_queue | expand

Message

Haiyang Zhang Aug. 20, 2020, 9:53 p.m. UTC
This patch set includes two fixes for the select_queue process.

Haiyang Zhang (2):
  hv_netvsc: Remove "unlikely" from netvsc_select_queue
  hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()

 drivers/net/hyperv/netvsc_drv.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

David Miller Aug. 20, 2020, 11:24 p.m. UTC | #1
From: Haiyang Zhang <haiyangz@microsoft.com>
Date: Thu, 20 Aug 2020 14:53:13 -0700

> This patch set includes two fixes for the select_queue process.

Series applied, thank you.