Re: [PATCH net-next v2 0/3] net: dsa: add MDB support

From: David Miller
Date: Wed Aug 31 2016 - 17:16:03 EST


From: Andrew Lunn <andrew@xxxxxxx>
Date: Wed, 31 Aug 2016 18:04:05 +0200

> 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 <andrew@xxxxxxx>

Series applied, thanks everyone.