Re: [PATCH net 2/2] hv_netvsc: Cache the current data path to avoid duplicate call and message

From: David Miller
Date: Thu Sep 10 2020 - 15:56:47 EST


From: Dexuan Cui <decui@xxxxxxxxxxxxx>
Date: Tue, 8 Sep 2020 21:08:19 -0700

> The previous change "hv_netvsc: Switch the data path at the right time
> during hibernation" adds the call of netvsc_vf_changed() upon
> NETDEV_CHANGE, so it's necessary to avoid the duplicate call and message
> when the VF is brought UP or DOWN.
>
> Signed-off-by: Dexuan Cui <decui@xxxxxxxxxxxxx>

Applied.