From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753709AbdKMQLi (ORCPT ); Mon, 13 Nov 2017 11:11:38 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:53929 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753678AbdKMQLh (ORCPT ); Mon, 13 Nov 2017 11:11:37 -0500 Date: Mon, 13 Nov 2017 17:11:28 +0100 From: Andrew Lunn To: Arnd Bergmann Cc: David Miller , Vivien Didelot , Florian Fainelli , Networking , Linux Kernel Mailing List Subject: Re: [PATCH] net: dsa: add CONFIG_BRIDGE dependency Message-ID: <20171113161128.GM30830@lunn.ch> References: <20171113135756.3250298-1-arnd@arndb.de> <20171113.230707.490430603143776892.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 13, 2017 at 03:57:18PM +0100, Arnd Bergmann wrote: > On Mon, Nov 13, 2017 at 3:07 PM, David Miller wrote: > > > > Please see: > > > > http://patchwork.ozlabs.org/patch/837041/ > > Ok, that should work equally well. I had the same thing at first > and then changed it to be a little more specific with the > dependency. Hi Arnd I considered being more specific. But i looked at how the Mellanox driver solves this exact same problem. I took the solution from there. So we are consistent across switch drivers. Andrew