Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754819AbcDEBcC (ORCPT ); Mon, 4 Apr 2016 21:32:02 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:52231 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751985AbcDEBcA (ORCPT ); Mon, 4 Apr 2016 21:32:00 -0400 Date: Mon, 04 Apr 2016 21:31:57 -0400 (EDT) Message-Id: <20160404.213157.1584495549318748510.davem@davemloft.net> To: andrew@lunn.ch Cc: vivien.didelot@savoirfairelinux.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com Subject: Re: [PATCH net-next v2 0/6] net: dsa: mv88e6131: HW bridging support for 6185 From: David Miller In-Reply-To: <20160404021313.GB22003@lunn.ch> References: <1459457626-30082-1-git-send-email-vivien.didelot@savoirfairelinux.com> <20160404021313.GB22003@lunn.ch> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 04 Apr 2016 18:31:59 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1000 Lines: 24 From: Andrew Lunn Date: Mon, 4 Apr 2016 04:13:13 +0200 > On Thu, Mar 31, 2016 at 04:53:40PM -0400, Vivien Didelot wrote: >> All packets passing through a switch of the 6185 family are currently all >> directed to the CPU port. This means that port bridging is software driven. >> >> To enable hardware bridging for this switch family, we need to implement the >> port mapping operations, the FDB operations, and optionally the VLAN operations >> (for 802.1Q and VLAN filtering aware systems). >> >> However this family only has 256 FDBs indexed by 8-bit identifiers, opposed to >> 4096 FDBs with 12-bit identifiers for other families such as 6352. It also >> doesn't have dedicated FID registers for ATU and VTU operations. >> >> This patchset fixes these differences, and enable hardware bridging for 6185. > > Hi Vivien > > I added a test for in chip 6185 bridging, and it worked as expected. > > Tested-by: Andrew Lunn Series applied to net-next, thanks.