[PATCH net-next] hv_netvsc: Add error handling while switching data path

2021-03-29 Thread Haiyang Zhang
Add error handling in case of failure to send switching data path message to the host. Reported-by: Shachar Raindel Signed-off-by: Haiyang Zhang --- drivers/net/hyperv/hyperv_net.h | 6 +- drivers/net/hyperv/netvsc.c | 35 + drivers/net/hyperv/netvsc_dr

Re: [PATCH net-next] hv_netvsc: Add error handling while switching data path

2021-03-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 29 Mar 2021 16:21:35 -0700 you wrote: > Add error handling in case of failure to send switching data path message > to the host. > > Reported-by: Shachar Raindel > Signed-off-by: Haiyang Zhang > > > [...] Here

Re: [PATCH net-next] hv_netvsc: Add error handling while switching data path

2021-03-30 Thread Vitaly Kuznetsov
Haiyang Zhang writes: > Add error handling in case of failure to send switching data path message > to the host. > > Reported-by: Shachar Raindel > Signed-off-by: Haiyang Zhang > > --- > drivers/net/hyperv/hyperv_net.h | 6 +- > drivers/net/hyperv/netvsc.c | 35 +++

RE: [PATCH net-next] hv_netvsc: Add error handling while switching data path

2021-03-30 Thread Haiyang Zhang
davemloft.net; linux-ker...@vger.kernel.org > Subject: Re: [PATCH net-next] hv_netvsc: Add error handling while switching > data path > > Haiyang Zhang writes: > > > Add error handling in case of failure to send switching data path message > > to the host. > > > >