From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=Mellanox.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=ktt0uq+qJWs3fnLXZAd4ICa5yDhWQBM56n6poc80XTM=; b=N4vXk5n7bZPWMndHxtTWAy16WLzIv5Z2dVFDjXDomSPWSI+s69qohsb2Lpbxazw0OmOnwpEAmL0VEPcYccKee8KQvZYeCI4KlHRum4enwEMihX59A3BnMMDEQvuS7dC2a69cjFYImEScUJbnDAT9/AU9Xa0qyOSA7PVtzXc/xhs= From: Ido Schimmel Date: Tue, 12 Feb 2019 12:18:00 +0000 Message-ID: <20190212121758.GA12774@splinter> References: <20190211211749.19847-1-f.fainelli@gmail.com> <20190211211749.19847-2-f.fainelli@gmail.com> In-Reply-To: <20190211211749.19847-2-f.fainelli@gmail.com> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Bridge] [PATCH net-next 1/3] mlxsw: spectrum_switchdev: Remove getting PORT_BRIDGE_FLAGS List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Florian Fainelli Cc: "open list:STAGING SUBSYSTEM" , "andrew@lunn.ch" , "netdev@vger.kernel.org" , "moderated list:ETHERNET BRIDGE" , open list , "vivien.didelot@gmail.com" , Jiri Pirko , "David S. Miller" On Mon, Feb 11, 2019 at 01:17:47PM -0800, Florian Fainelli wrote: > There is no code that will query the SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS > attribute remove support for that. >=20 > Signed-off-by: Florian Fainelli Reviewed-by: Ido Schimmel