From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932435AbbC0P6I (ORCPT ); Fri, 27 Mar 2015 11:58:08 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:58499 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753126AbbC0P6E (ORCPT ); Fri, 27 Mar 2015 11:58:04 -0400 Date: Fri, 27 Mar 2015 16:54:16 +0100 From: Andrew Lunn To: Guenter Roeck Cc: netdev@vger.kernel.org, "David S. Miller" , Florian Fainelli , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 00/16] net: dsa: HW bridging, EEE support Message-ID: <20150327155416.GE11975@lunn.ch> References: <1427420203-27685-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427420203-27685-1-git-send-email-linux@roeck-us.net> 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 Thu, Mar 26, 2015 at 06:36:27PM -0700, Guenter Roeck wrote: > Patch 1 to 7 of this series prepare the drivers using the mv88e6xxx code > for HW bridging support, without adding the code itself. For the most part > this factors out common port initialization code. There is no functional > change except for patch 3, which disables the message port bit for the > CPU port to prevent packet duplication if HW bridging is configured. I just re-tested on my WRT1900AC and 370RD. All looks good. Andrew