From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752038AbbCWBVu (ORCPT ); Sun, 22 Mar 2015 21:21:50 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:54728 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751970AbbCWBVs (ORCPT ); Sun, 22 Mar 2015 21:21:48 -0400 Date: Mon, 23 Mar 2015 02:18:05 +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 08/18] net: dsa: mv88e6xxx: Add Hardware bridging support Message-ID: <20150323011805.GG15025@lunn.ch> References: <1426952815-4642-1-git-send-email-linux@roeck-us.net> <1426952815-4642-9-git-send-email-linux@roeck-us.net> <20150322200600.GD15025@lunn.ch> <550F29FD.7050509@roeck-us.net> <20150322205957.GF15025@lunn.ch> <550F4498.9040203@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <550F4498.9040203@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 > That also means that we'll have to move the list of switch IDs into > mv88e6xxx.h to be able to use it where needed (such as in mv88e6xxx_atu_cmd). I was thinking about doing that anyway. It would make it cleaner for handling statistics counters. Andrew