]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
hv/netvsc: fix handling of fallback to single queue mode
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 13 Jul 2018 17:38:38 +0000 (10:38 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Aug 2018 11:07:10 +0000 (13:07 +0200)
commiteea4f8ffbc1799ebdee7f3634740ab515b77ea43
tree7a8e3e0109816300cb70262808885f87e2143172
parent26611d0bb2cdd7d7d039439c4e33cfde2729116e
hv/netvsc: fix handling of fallback to single queue mode

[ Upstream commit 916c5e1413be058d1c1f6e502db350df890730ce ]

The netvsc device may need to fallback to running in single queue
mode if host side only wants to support single queue.

Recent change for handling mtu broke this in setup logic.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Fixes: 3ffe64f1a641 ("hv_netvsc: split sub-channel setup into async and sync")
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/hyperv/rndis_filter.c