[PATCH net-next 0/7] net: dsa: mv88e6xxx: improve ATU move operations

From: Vivien Didelot
Date: Fri Sep 04 2015 - 14:37:51 EST


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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/