mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: =?utf-8?q?=C3=81lvaro_Fern=C3=A1ndez_Rojas_=3Cnoltari=40gmail=2Ecom=3E?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org
Cc: jonas.gorski@gmail.com, florian.fainelli@broadcom.com,
	andrew@lunn.ch, olteanv@gmail.com, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	horms@kernel.org, vivien.didelot@gmail.com,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	dgcbueu@gmail.com
Subject: Re: [PATCH net-next v4 00/14] net: dsa: b53: fix BCM5325 support
Date: Wed, 18 Jun 2025 01:00:49 +0000	[thread overview]
Message-ID: <175020844975.3753357.15459722703742480869.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250614080000.1884236-1-noltari@gmail.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Sat, 14 Jun 2025 09:59:46 +0200 you wrote:
> These patches get the BCM5325 switch working with b53.
> 
> The existing brcm legacy tag only works with BCM63xx switches.
> We need to add a new legacy tag for BCM5325 and BCM5365 switches, which
> require including the FCS and length.
> 
> I'm not really sure that everything here is correct since I don't work for
> Broadcom and all this is based on the public datasheet available for the
> BCM5325 and my own experiments with a Huawei HG556a (BCM6358).
> 
> [...]

Here is the summary with links:
  - [net-next,v4,01/14] net: dsa: tag_brcm: legacy: reorganize functions
    https://git.kernel.org/netdev/net-next/c/a4daaf063f82
  - [net-next,v4,02/14] net: dsa: tag_brcm: add support for legacy FCS tags
    https://git.kernel.org/netdev/net-next/c/ef07df397a62
  - [net-next,v4,03/14] net: dsa: b53: support legacy FCS tags
    https://git.kernel.org/netdev/net-next/c/c3cf059a4d41
  - [net-next,v4,04/14] net: dsa: b53: detect BCM5325 variants
    https://git.kernel.org/netdev/net-next/c/0cbec9aef5a8
  - [net-next,v4,05/14] net: dsa: b53: add support for FDB operations on 5325/5365
    https://git.kernel.org/netdev/net-next/c/c45655386e53
  - [net-next,v4,06/14] net: dsa: b53: prevent FAST_AGE access on BCM5325
    https://git.kernel.org/netdev/net-next/c/9b6c767c312b
  - [net-next,v4,07/14] net: dsa: b53: prevent SWITCH_CTRL access on BCM5325
    https://git.kernel.org/netdev/net-next/c/22ccaaca4344
  - [net-next,v4,08/14] net: dsa: b53: fix IP_MULTICAST_CTRL on BCM5325
    https://git.kernel.org/netdev/net-next/c/044d5ce2788b
  - [net-next,v4,09/14] net: dsa: b53: prevent DIS_LEARNING access on BCM5325
    https://git.kernel.org/netdev/net-next/c/800728abd9f8
  - [net-next,v4,10/14] net: dsa: b53: prevent BRCM_HDR access on older devices
    https://git.kernel.org/netdev/net-next/c/e17813968b08
  - [net-next,v4,11/14] net: dsa: b53: prevent GMII_PORT_OVERRIDE_CTRL access on BCM5325
    https://git.kernel.org/netdev/net-next/c/37883bbc45a8
  - [net-next,v4,12/14] net: dsa: b53: fix unicast/multicast flooding on BCM5325
    https://git.kernel.org/netdev/net-next/c/651c9e71ffe4
  - [net-next,v4,13/14] net: dsa: b53: fix b53_imp_vlan_setup for BCM5325
    https://git.kernel.org/netdev/net-next/c/c00df1018791
  - [net-next,v4,14/14] net: dsa: b53: ensure BCM5325 PHYs are enabled
    https://git.kernel.org/netdev/net-next/c/966a83df36c6

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2025-06-18  1:00 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-14  7:59 Álvaro Fernández Rojas
2025-06-14  7:59 ` [PATCH net-next v4 01/14] net: dsa: tag_brcm: legacy: reorganize functions Álvaro Fernández Rojas
2025-06-14  7:59 ` [PATCH net-next v4 02/14] net: dsa: tag_brcm: add support for legacy FCS tags Álvaro Fernández Rojas
2025-06-17 16:09   ` Florian Fainelli
2025-06-14  7:59 ` [PATCH net-next v4 03/14] net: dsa: b53: support " Álvaro Fernández Rojas
2025-06-14  7:59 ` [PATCH net-next v4 04/14] net: dsa: b53: detect BCM5325 variants Álvaro Fernández Rojas
2025-06-17 16:10   ` Florian Fainelli
2025-06-14  7:59 ` [PATCH net-next v4 05/14] net: dsa: b53: add support for FDB operations on 5325/5365 Álvaro Fernández Rojas
2025-06-14  7:59 ` [PATCH net-next v4 06/14] net: dsa: b53: prevent FAST_AGE access on BCM5325 Álvaro Fernández Rojas
2025-06-17 16:10   ` Florian Fainelli
2025-06-14  7:59 ` [PATCH net-next v4 07/14] net: dsa: b53: prevent SWITCH_CTRL " Álvaro Fernández Rojas
2025-06-14  7:59 ` [PATCH net-next v4 08/14] net: dsa: b53: fix IP_MULTICAST_CTRL " Álvaro Fernández Rojas
2025-06-14  7:59 ` [PATCH net-next v4 09/14] net: dsa: b53: prevent DIS_LEARNING access " Álvaro Fernández Rojas
2025-06-14  7:59 ` [PATCH net-next v4 10/14] net: dsa: b53: prevent BRCM_HDR access on older devices Álvaro Fernández Rojas
2025-06-14  7:59 ` [PATCH net-next v4 11/14] net: dsa: b53: prevent GMII_PORT_OVERRIDE_CTRL access on BCM5325 Álvaro Fernández Rojas
2025-06-14  7:59 ` [PATCH net-next v4 12/14] net: dsa: b53: fix unicast/multicast flooding " Álvaro Fernández Rojas
2025-06-17 16:18   ` Florian Fainelli
2025-06-14  7:59 ` [PATCH net-next v4 13/14] net: dsa: b53: fix b53_imp_vlan_setup for BCM5325 Álvaro Fernández Rojas
2025-06-14  8:00 ` [PATCH net-next v4 14/14] net: dsa: b53: ensure BCM5325 PHYs are enabled Álvaro Fernández Rojas
2025-06-17 16:11   ` Florian Fainelli
2025-06-18  0:56 ` [PATCH net-next v4 00/14] net: dsa: b53: fix BCM5325 support Jakub Kicinski
2025-06-18  1:00 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=175020844975.3753357.15459722703742480869.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc==?utf-8?q?=C3=81lvaro_Fern=C3=A1ndez_Rojas_=3Cnoltari=40gmail=2Ecom=3E?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=dgcbueu@gmail.com \
    --cc=edumazet@google.com \
    --cc=florian.fainelli@broadcom.com \
    --cc=horms@kernel.org \
    --cc=jonas.gorski@gmail.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=vivien.didelot@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®