On Tue, 6 Mar 2018 20:40:51 -0800
Stephen Hemminger <[email protected]> wrote:
> This addresses two problems with recent multicast flags synchronization.
> The wrong filter value was being computed (and therefore ARP would
> not work on WS2016). And the uc/mc sync logic had locking issues because
> it would be called with irq disabled (reported by lockdep).
>
> Fixes: bee9d41b37ea ("hv_netvsc: propagate rx filters to VF")
> Signed-off-by: Stephen Hemminger <[email protected]>
> ---
Self NAK
Have a better fix, want to split this up.