Re: [PATCH net-next] hv_netvsc: Fix the real number of queues of non-vRSS cases

From: Stephen Hemminger
Date: Mon Sep 25 2017 - 06:38:30 EST


On Fri, 22 Sep 2017 15:31:38 -0700
Haiyang Zhang <haiyangz@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
>
> For older hosts without multi-channel (vRSS) support, and some error
> cases, we still need to set the real number of queues to one.
> This patch adds this missing setting.
>
> Fixes: 8195b1396ec8 ("hv_netvsc: fix deadlock on hotplug")
> Signed-off-by: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>

Yes, this should fix issues with WS2012.

Reviewed-by: Stephen Hemminger <sthemmin@xxxxxxxxxxxxx>