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 69DF2128395; Sun, 10 May 2026 17:34:06 +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=1778434446; cv=none; b=CD6emKvoQDKykgtPWuJMDPiNVveqJaKPtPUSkEWbq41llztX7H079OZHsobDY2ViNdoEPe5DpHoboHmFfBeEgzGCwcgImYh0JsP2p22YLJAp1JVzNEM6S08+dTrqBMHwKB5SddK5YRUe6qN5SQDLVOlQR+ifTzCf1lN6bGPrL60= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778434446; c=relaxed/simple; bh=Jru7/l+BDYpDPfTVh9lIW13IaWEAz6P0PLFOWsCC8mc=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=V0+m3g2BdWSc+6wsiJSxmgc5YVjoHNFwdj6fcFfgjtoJyXIvtJ7nlSINpW+70ldpSwHh40I5/BlX1sbtOXNv34zX6ONudqRXKtBwS9BxDm37sm2dzEQT0FNRpcZYh5cDvP0GMPrhL354/vY+FsU6hRKicGQktgFmMZJ6Ck8lEMM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UyNIcr/W; 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="UyNIcr/W" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9E3F6C2BCB8; Sun, 10 May 2026 17:34:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778434446; bh=Jru7/l+BDYpDPfTVh9lIW13IaWEAz6P0PLFOWsCC8mc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=UyNIcr/WycOGm3LZrYgvKZuyoBo4mUc8/cnW1jTKl/8s2PfecUJOXmAQt5cpf3Y9z 1uxZU9X3WlqVdo+SvVItchpjOWaJB074rj4p/iiEYyDE6o8KrKz9X0woKur73/4zpQ h6669BgpuFnsNjD4M61r4OvzeUwhYes9066S73ElQkLMiNoUQ2iw+vxrCFfl7rVb9o 2cucYZ2jpUlu3IMi/YS8yEtyxW+vBIM/WlLEFE+CseL5ZZ+I2pMQuT2nUB6cRm6bcC 1wTg0kTwnHDCQ/r9x9inEi/68q9JRcard2Zm2L6IIZMbOj7hr2EvHJKijpC6GhWPtD +YYhN8KEeHilg== Date: Sun, 10 May 2026 10:34:04 -0700 From: Jakub Kicinski To: Luiz Angelo Daros de Luca Cc: Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Linus Walleij , Alvin =?UTF-8?B?xaBpcHJhZ2E=?= , Yury Norov , Rasmus Villemoes , Russell King , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Abdulkader Alrezej , Yury Norov Subject: Re: [net-next PATCH v3 0/8] net: dsa: realtek: rtl8365mb: bridge offloading and VLAN support Message-ID: <20260510103404.21b60138@kernel.org> In-Reply-To: <20260506-realtek_forward-v3-0-1d87c5f85a3b@gmail.com> References: <20260506-realtek_forward-v3-0-1d87c5f85a3b@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-Transfer-Encoding: quoted-printable On Wed, 06 May 2026 23:58:17 -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. >=20 > Some of these patches are based on original work by Alvin =C5=A0ipraga, > subsequently adapted and updated for the current net-next state. Could you please look thru the feedback provided by AI bots? Most of it looks kinda subjective to me but hard for me to evaluate the HW details on patch 7, especially.