Hi! This patchset completes the set of available Address Translation Unit operations.
These Marvell switches have 4 operations to flush or (re)move, all or only non-static MAC addresses, from the entire set of databases or from just a particular one. The first 3 patches introduce a generic _mv88e6xxx_atu_flush_move function. The 4 remaining patches update a few FID operations in the driver on setup, when a port join or leave a VLAN, or change state. This is a step forward improving the hardware bridging support in DSA and 88E6352-compatible switches. Cheers, -v Vivien Didelot (7): net: dsa: mv88e6xxx: extract FID write from ATU command net: dsa: mv88e6xxx: extract ATU data write access net: dsa: mv88e6xxx: rework ATU Flush operation net: dsa: mv88e6xxx: flush ATU on initial setup net: dsa: mv88e6xxx: flush all addresses when adding a VLAN net: dsa: mv88e6xxx: remove addresses when a port leaves a VLAN net: dsa: mv88e6xxx: remove all MACs when disabling a port drivers/net/dsa/mv88e6xxx.c | 153 ++++++++++++++++++++++++++++++++++---------- drivers/net/dsa/mv88e6xxx.h | 8 +-- 2 files changed, 123 insertions(+), 38 deletions(-) -- 2.5.1 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html