From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CFB143FE1 for ; Fri, 11 Aug 2023 09:49:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52550C433C8; Fri, 11 Aug 2023 09:49:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691747376; bh=3Xc9b9hpSyJwEiUKOyQH74evABAG1Ic6UHFzpRwxovU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YMKmAUimk6KBhi5Fn3IPqNHbbLbyVegXcKtPOkA/B5xi7eKjXfY4VzTIKdvjvZ3Mg Ul2z9s2muCahBOZUQnDXnxU1fXrwCrNvAc0v1nyt/loclLNZs1SlLxj9asDt530Pan srVUSi31gKMcvFwEzStFvqaSFUFnczXcC0cuvs9ZIm1e81S2tgGzOS3PdD+SlDMSF8 oBkRDfASkuYu5Pr/jW7oJXcksb/rqmUTCA2tcVNg2khYuvuZ0OJDQlpiPr3nUCIRdJ dkx8zG67/NWBM8AJPtegc6ujXALIhOdjkKOMsQTZPoPWLzcg89upNJjCrucZfWL3p6 JdeNBbWcHwxiQ== Date: Fri, 11 Aug 2023 11:49:30 +0200 From: Simon Horman To: alexis.lothore@bootlin.com Cc: =?utf-8?Q?Cl=C3=A9ment?= Leger , Andrew Lunn , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , linux-renesas-soc@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Miquel Raynal , Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , Thomas Petazzoni Subject: Re: [PATCH net-next v5 0/3] net: dsa: rzn1-a5psw: add support for vlan and .port_bridge_flags Message-ID: References: <20230810093651.102509-1-alexis.lothore@bootlin.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230810093651.102509-1-alexis.lothore@bootlin.com> On Thu, Aug 10, 2023 at 11:36:48AM +0200, alexis.lothore@bootlin.com wrote: > From: Alexis Lothoré > > Hello, > this series enables vlan support in Renesas RZN1 internal ethernet switch, > and is a follow up to the work initiated by Clement Leger a few months ago, > who handed me over the topic. > This new revision aims to iron the last few points raised by Vladimir to > ensure that the driver is in line with switch drivers expectations, and is > based on the lengthy discussion in [1] (thanks Vladimir for the valuable > explanations) > > [1] https://lore.kernel.org/netdev/20230314163651.242259-1-clement.leger@bootlin.com/ > For series, Reviewed-by: Simon Horman