]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
netvsc: Deal with rescinded channels correctly
authorK. Y. Srinivasan <kys@microsoft.com>
Wed, 19 Apr 2017 20:53:49 +0000 (13:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Apr 2017 17:47:00 +0000 (13:47 -0400)
commit73e64fa4f417b22d8d5521999a631ced8e2d442e
tree6f41077a83362b0a2954d5c21e5372ce20999476
parent87e978edacf53b239add5a307c8db09164856437
netvsc: Deal with rescinded channels correctly

We will not be able to send packets over a channel that has been
rescinded. Make necessary adjustments so we can properly cleanup
even when the channel is rescinded. This issue can be trigerred
in the NIC hot-remove path.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/netvsc.c