> -----Original Message-----
> From: Long Li <lon...@linuxonhyperv.com>
> Sent: Tuesday, January 5, 2021 8:16 PM
> To: KY Srinivasan <k...@microsoft.com>; Haiyang Zhang
> <haiya...@microsoft.com>; Stephen Hemminger
> <sthem...@microsoft.com>; Wei Liu <wei....@kernel.org>; David S. Miller
> <da...@davemloft.net>; Jakub Kicinski <k...@kernel.org>; linux-
> hyp...@vger.kernel.org; netdev@vger.kernel.org; linux-
> ker...@vger.kernel.org
> Cc: Long Li <lon...@microsoft.com>
> Subject: [PATCH 3/3] hv_netvsc: Process NETDEV_GOING_DOWN on VF hot
> remove
>
> From: Long Li <lon...@microsoft.com>
>
> On VF hot remove, NETDEV_GOING_DOWN is sent to notify the VF is about
> to go down. At this time, the VF is still sending/receiving traffic and we
> request the VSP to switch datapath.
>
> On completion, the datapath is switched to synthetic and we can proceed
> with VF hot remove.
>
> Signed-off-by: Long Li <lon...@microsoft.com>
Reviewed-by: Haiyang Zhang <haiya...@microsoft.com>