From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935681AbcHaQEJ (ORCPT ); Wed, 31 Aug 2016 12:04:09 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:59907 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933887AbcHaQEI (ORCPT ); Wed, 31 Aug 2016 12:04:08 -0400 Date: Wed, 31 Aug 2016 18:04:05 +0200 From: Andrew Lunn To: Vivien Didelot Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" , Florian Fainelli Subject: Re: [PATCH net-next v2 0/3] net: dsa: add MDB support Message-ID: <20160831160405.GA11775@lunn.ch> References: <20160831155005.2569-1-vivien.didelot@savoirfairelinux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160831155005.2569-1-vivien.didelot@savoirfairelinux.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Thanks Andrew