On Wed, Aug 31, 2016 at 11:50:02AM -0400, Vivien Didelot wrote: > This patchset adds the switchdev MDB object support to the DSA layer. > > The MDB support for the mv88e6xxx driver is very similar to the FDB > support. The FDB operations care about unicast addresses while the MDB > operations care about multicast addresses. > > Both operation set load/purge/dump the Address Translation Table (ATU), > thus common code is used.
Reviewed-by: Andrew Lunn <and...@lunn.ch> Thanks Andrew