From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nxp.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=bxu8JXonfxe/rLmFGQ6sCdtG8n40EDKdDN0nEjSfKOo=; b=hVwJ0smV5Ve8VE5OuI+AMMWPG6QInWbI5y0Kdm61ZWL/n6T+MKteaKEw32M9ePeuPapgdTK5p6i2rEx/coiPvCRAf/G7NxFjOU0JccsjwUcarFfEGQ6MCJpcx96jDy8q8F/j5+hi8tqtjum//5y98QDP3o3hsnHSxFPdZunm3Qg= From: Vladimir Oltean Date: Wed, 17 Feb 2021 10:26:30 +0000 Message-ID: <20210217102629.w2ytzvxyokoxt5yj@skbuf> References: <20210216214205.32385-1-horatiu.vultur@microchip.com> <20210216214205.32385-2-horatiu.vultur@microchip.com> In-Reply-To: <20210216214205.32385-2-horatiu.vultur@microchip.com> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: <9ED876A605665042B5FFD45425DB8DFC@eurprd04.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Bridge] [PATCH net-next v4 1/8] switchdev: mrp: Remove CONFIG_BRIDGE_MRP List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Horatiu Vultur Cc: "ivecera@redhat.com" , "andrew@lunn.ch" , "alexandre.belloni@bootlin.com" , "f.fainelli@gmail.com" , "jiri@resnulli.us" , "rasmus.villemoes@prevas.dk" , "netdev@vger.kernel.org" , "bridge@lists.linux-foundation.org" , "linux-kernel@vger.kernel.org" , "vivien.didelot@gmail.com" , "UNGLinuxDriver@microchip.com" , Claudiu Manoil , "nikolay@nvidia.com" , "roopa@nvidia.com" , "kuba@kernel.org" , "davem@davemloft.net" On Tue, Feb 16, 2021 at 10:41:58PM +0100, Horatiu Vultur wrote: > Remove #IS_ENABLED(CONFIG_BRIDGE_MRP) from switchdev.h. This will > simplify the code implements MRP callbacks and will be similar with the > vlan filtering. >=20 > Signed-off-by: Horatiu Vultur > --- Reviewed-by: Vladimir Oltean =