]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dsa-mv88e6xxx-fix-cross-chip-bridging'
authorDavid S. Miller <davem@davemloft.net>
Sat, 16 Apr 2016 23:07:11 +0000 (19:07 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Apr 2016 23:07:11 +0000 (19:07 -0400)
commit17836fa92878b9a51dac61dc4203db1c40502c36
tree64300bcb19eb48add0e01d5402d85eb006d81bb3
parent24785bd442e7d50b5e6e50c8765c9c25b8529573
parent59003b63a68ef6e6aa4ffdb13fd8ca2d25050c37
Merge branch 'dsa-mv88e6xxx-fix-cross-chip-bridging'

Vivien Didelot says:

====================
net: dsa: mv88e6xxx: fix hardware cross-chip bridging

In order to accelerate cross-chip switching of frames with the hardware,
the DSA Tag ports, used to interconnect switch devices, must learn SA
and DA addresses, and share the same FDB with the user ports.

The two first patches restore address learning on DSA links. This fixes
hardware cross-chip bridging in a VLAN filtering enabled system, which
implements a bridge group as a 802.1Q VLAN and thus share an isolated
address database between DSA and user ports.

The third patch changes the distinct default databases used for each
port, to the same address database. This fixes the hardware cross-chip
bridging in a VLAN filtering disabled system, where a bridge group gets
implemented only as a port-based VLAN.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>