commit | 73e64fa4f417b22d8d5521999a631ced8e2d442e | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Wed Apr 19 13:53:49 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 21 13:47:00 2017 -0400 |
tree | 6f41077a83362b0a2954d5c21e5372ce20999476 | |
parent | 87e978edacf53b239add5a307c8db09164856437 [diff] |
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>