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 6A72C1BD9D0; Sun, 10 May 2026 08:54:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778403272; cv=none; b=dDOjtyPySDyv1HyUuwJRcWUTWlIJ3vx7Dfo5NyInH4qnMzO780bJu8nujmRb1rpmgWERnt6Mx7JG6sfn66xc6pcyYCzf3WCfcwbH5LAGLztpcbk+vAPiFqkNItFFsgf0FPLKI0HT/OpgRM1/O+I0s+UmLTBaDgYnCa/Kk3E/Pv4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778403272; c=relaxed/simple; bh=MAQaklmd7U8b0GfjDnOUAlQ+QUbkiTVExvIOz1C9AvY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jpsGP4tdimKAXv5hIP645o1SM57bwPzvKuKd1lJr6vIZwRurM8/1pVJPkvbNmmuKu1nsWHxNXv8HpXmzilzIYfRGbXAohOkUBnZOSgXLtBqp/b1NBQeNkU+g7fTeTMt5GtC5eKkx0HsFMUAe6Pdq0xPJ6rLCjISgCnNX+KiyLYA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aHhSZJ/Z; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aHhSZJ/Z" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 120B4C2BCB8; Sun, 10 May 2026 08:54:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778403272; bh=MAQaklmd7U8b0GfjDnOUAlQ+QUbkiTVExvIOz1C9AvY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aHhSZJ/ZCrUB2rR2anKZQfdJjz3bKjh2WUtTS3ts9y9ocC/+9PTkxJILr2o2Z0qnu 9uN+Tg89EWEpG/YrbTBfXPXJIARYcnRZU351GeDI4H+g3hATP5l7efUj4R6Arre2Y/ 3Bph2Dw/ifjI25IfXcgPo9rp21OceJxCKdPOzByffVdPxxcSG9eLbh08ZcOC48KBdn L2R08ojt8CvKk9zRT3R8ih8+5esUGh16Sld0q9waHxHzuZoYIXr+SvgJ8BtTkpOE5O yUZP217TCZWFbWhZj2012gJ9AFwVuhgNCDuVzKMCspc+nU8JtPiQatVQnsmp1dHL3T kI6jc+yupQTIg== Date: Sun, 10 May 2026 09:54:26 +0100 From: Simon Horman To: Luiz Angelo Daros de Luca Cc: Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Linus Walleij , Alvin =?utf-8?Q?=C5=A0ipraga?= , Yury Norov , Rasmus Villemoes , Russell King , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Abdulkader Alrezej , Yury Norov Subject: Re: [net-next PATCH v2 0/8] net: dsa: realtek: rtl8365mb: bridge offloading and VLAN support Message-ID: <20260510085426.GS15617@horms.kernel.org> References: <20260503-realtek_forward-v2-0-d064e220b391@gmail.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: <20260503-realtek_forward-v2-0-d064e220b391@gmail.com> On Sun, May 03, 2026 at 03:18:20AM -0300, Luiz Angelo Daros de Luca wrote: > This series introduces bridge offloading, FDB management, and VLAN support > for the Realtek rtl8365mb DSA switch driver. The primary goal is to > enable hardware frame forwarding between bridge ports, reducing CPU > overhead and providing advanced features like VLAN and FDB isolation. > > Some of these patches are based on original work by Alvin Šipraga, > subsequently adapted and updated for the current net-next state. Hi, There is somewhat overlapping AI-generated review of this patchset available at https://netdev-ai.bots.linux.dev/sashiko/ and https://sashiko.dev/ I would appreciate it if you could look over that and address any issues which represent new bugs or regressions. While I think that, in general, any pre-existing problems that are flagged can be left as possible follow-up.