Re: [PATCH net-next v2 0/3] net: dsa: add MDB support
From: David Miller <davem@davemloft.net>
Date: 2016-08-31 21:16:01
Also in:
netdev
From: David Miller <davem@davemloft.net>
Date: 2016-08-31 21:16:01
Also in:
netdev
From: Andrew Lunn <andrew@lunn.ch> Date: Wed, 31 Aug 2016 18:04:05 +0200
On Wed, Aug 31, 2016 at 11:50:02AM -0400, Vivien Didelot wrote:quoted
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 <andrew@lunn.ch>
Series applied, thanks everyone.