]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: mv88e6xxx: enable SA learning on DSA ports
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Thu, 14 Apr 2016 18:42:08 +0000 (14:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Apr 2016 23:07:10 +0000 (19:07 -0400)
commitbfcacaad59b907d7793ab3081a5969c105b14ef4
tree36ee5de473ceeacc1469ec9758f414bd41e9a894
parent4a2d5662db0e9a207d8299d2804a8c448888eb53
net: dsa: mv88e6xxx: enable SA learning on DSA ports

In multi-chip systems, DSA Tag ports must learn SA addresses in order to
correctly switch frames between interconnected chips.

This fixes cross-chip hardware bridging in a VLAN filtering aware
system, because a bridge group gets implemented as an hardware 802.1Q
VLAN and thus DSA and user ports share the same FDB.

Fixes: b9c396332e90 ("net: dsa: mv88e6xxx: disable SA learning for DSA and CPU ports")
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx.c