Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751743AbcCMRrn (ORCPT ); Sun, 13 Mar 2016 13:47:43 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:55768 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751290AbcCMRri (ORCPT ); Sun, 13 Mar 2016 13:47:38 -0400 Date: Sun, 13 Mar 2016 18:47:13 +0100 From: Andrew Lunn To: Vivien Didelot Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" , Florian Fainelli , Jiri Pirko , Ido Schimmel , Kevin Smith Subject: Re: [RFC PATCH net-next 0/3] net: dsa: finer bridging control Message-ID: <20160313174713.GC10666@lunn.ch> References: <1457851346-26257-1-git-send-email-vivien.didelot@savoirfairelinux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457851346-26257-1-git-send-email-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 Content-Length: 456 Lines: 11 On Sun, Mar 13, 2016 at 01:42:23AM -0500, Vivien Didelot wrote: > This patchset renames the bridging routines of the DSA layer, make the > unbridging routine return void, and rework the DSA netdev notifier handler, > similar to what the Mellanox Spectrum driver does. Tested-by: Andrew Lunn Do you think there could be some consolidation of code with Mellanox, and other switchdev devices? Moving it into the switchdev core? Andrew