Re: [PATCH V3 3/3] net: dsa: ksz: Add STP multicast handling

2018-12-14 Thread Florian Fainelli
On 12/14/18 4:58 PM, Marek Vasut wrote: > In case the destination address is link local, add override bit into the > switch tag to let such a packet through the switch even if the port is > blocked. > > Signed-off-by: Marek Vasut > Cc: Tristram Ha > Cc: Vivien Didelot > Cc: Woojung Huh > Cc: D

[PATCH V3 3/3] net: dsa: ksz: Add STP multicast handling

2018-12-14 Thread Marek Vasut
In case the destination address is link local, add override bit into the switch tag to let such a packet through the switch even if the port is blocked. Signed-off-by: Marek Vasut Cc: Tristram Ha Cc: Vivien Didelot Cc: Woojung Huh Cc: David S. Miller Reviewed-by: Andrew Lunn --- V2: New patc