OpenCloudOS-Kernel/drivers/net/hyperv
stephen hemminger 7b83f52047 netvsc: make sure and unregister datapath
Go back to switching datapath directly in the notifier callback.
Otherwise datapath might not get switched on unregister.

No need for calling the NOTIFY_PEERS notifier since that is only for
a gratitious ARP/ND packet; but that is not required with Hyper-V
because both VF and synthetic NIC have the same MAC address.

Reported-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Fixes: 0c195567a8 ("netvsc: transparent VF management")
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-08 18:09:52 -07:00
..
Kconfig
Makefile
hyperv_net.h netvsc: make sure and unregister datapath 2017-08-08 18:09:52 -07:00
netvsc.c netvsc: make sure and unregister datapath 2017-08-08 18:09:52 -07:00
netvsc_drv.c netvsc: make sure and unregister datapath 2017-08-08 18:09:52 -07:00
rndis_filter.c netvsc: optimize receive completions 2017-07-29 15:25:43 -07:00