Re: [PATCH net] hv/netvsc: fix handling of fallback to single queue mode

2018-07-16 Thread David Miller
From: Stephen Hemminger Date: Fri, 13 Jul 2018 10:38:38 -0700 > 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 > Fixes: 3ffe64

[PATCH net] hv/netvsc: fix handling of fallback to single queue mode

2018-07-13 Thread Stephen Hemminger
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 Fixes: 3ffe64f1a641 ("hv_netvsc: split sub-channel setup into async and sync") Signed-off-b