Mainly yes, but affects on switch mode also (and single port) adding
On 10/16/2018 01:20 PM, Ivan Khoronzhuk wrote:
The cpsw holds separate mcast entires for vlan entries. At this moment
driver adds only not vlan mcast addresses, omitting vlan/mcast entries.
As result mcast for vlans doesn't work. It can be fixed by adding same
mcast entries for every created vlan, but this patchseries uses more
sophisticated way and allows to create mcast entries only for vlans
that really require it. Generic functions from this series can be
reused for fixing vlan and macvlan unicast.
I assume this is first of all for dual_mac mode.