From: patchwork-bot+netdevbpf@kernel.org
To: Petr Machata <petrm@nvidia.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, netdev@vger.kernel.org, idosch@nvidia.com,
amcohen@nvidia.com, mlxsw@nvidia.com
Subject: Re: [PATCH net-next 00/14] mlxsw: Preparations for support of CFF flood mode
Date: Tue, 21 Nov 2023 23:00:26 +0000 [thread overview]
Message-ID: <170060762652.18150.16560852194798105983.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1700503643.git.petrm@nvidia.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 20 Nov 2023 19:25:17 +0100 you wrote:
> PGT is an in-HW table that maps addresses to sets of ports. Then when some
> HW process needs a set of ports as an argument, instead of embedding the
> actual set in the dynamic configuration, what gets configured is the
> address referencing the set. The HW then works with the appropriate PGT
> entry.
>
> Among other allocations, the PGT currently contains two large blocks for
> bridge flooding: one for 802.1q and one for 802.1d. Within each of these
> blocks are three tables, for unknown-unicast, multicast and broadcast
> flooding:
>
> [...]
Here is the summary with links:
- [net-next,01/14] mlxsw: cmd: Add cmd_mbox.query_fw.cff_support
https://git.kernel.org/netdev/net-next/c/8405d6626289
- [net-next,02/14] mlxsw: cmd: Add MLXSW_CMD_MBOX_CONFIG_PROFILE_FLOOD_MODE_CFF
https://git.kernel.org/netdev/net-next/c/50ee67789b82
- [net-next,03/14] mlxsw: resources: Add max_cap_nve_flood_prf
https://git.kernel.org/netdev/net-next/c/2d19da927719
- [net-next,04/14] mlxsw: reg: Add Switch FID Flooding Profiles Register
https://git.kernel.org/netdev/net-next/c/e1e4ce6c6d54
- [net-next,05/14] mlxsw: reg: Mark SFGC & some SFMR fields as reserved in CFF mode
https://git.kernel.org/netdev/net-next/c/7eb902954b62
- [net-next,06/14] mlxsw: reg: Drop unnecessary writes from mlxsw_reg_sfmr_pack()
https://git.kernel.org/netdev/net-next/c/642d6a2033d8
- [net-next,07/14] mlxsw: reg: Extract flood-mode specific part of mlxsw_reg_sfmr_pack()
https://git.kernel.org/netdev/net-next/c/446bc1e9dec6
- [net-next,08/14] mlxsw: reg: Add to SFMR register the fields related to CFF flood mode
https://git.kernel.org/netdev/net-next/c/6b10371c386c
- [net-next,09/14] mlxsw: core, pci: Add plumbing related to CFF mode
https://git.kernel.org/netdev/net-next/c/095915956867
- [net-next,10/14] mlxsw: pci: Permit enabling CFF mode
https://git.kernel.org/netdev/net-next/c/9aad19a363f6
- [net-next,11/14] mlxsw: spectrum_fid: Drop unnecessary conditions
https://git.kernel.org/netdev/net-next/c/b51c876c2297
- [net-next,12/14] mlxsw: spectrum_fid: Extract SFMR packing into a helper
https://git.kernel.org/netdev/net-next/c/2b7bccd1f167
- [net-next,13/14] mlxsw: spectrum_router: Add a helper to get subport number from a RIF
https://git.kernel.org/netdev/net-next/c/27851dfaa3d6
- [net-next,14/14] mlxsw: spectrum_router: Call RIF setup before obtaining FID
https://git.kernel.org/netdev/net-next/c/f7ebb4023765
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-11-21 23:00 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-20 18:25 [PATCH net-next 00/14] mlxsw: Preparations for support of CFF flood mode Petr Machata
2023-11-20 18:25 ` [PATCH net-next 01/14] mlxsw: cmd: Add cmd_mbox.query_fw.cff_support Petr Machata
2023-11-20 18:25 ` [PATCH net-next 02/14] mlxsw: cmd: Add MLXSW_CMD_MBOX_CONFIG_PROFILE_FLOOD_MODE_CFF Petr Machata
2023-11-20 18:25 ` [PATCH net-next 03/14] mlxsw: resources: Add max_cap_nve_flood_prf Petr Machata
2023-11-20 18:25 ` [PATCH net-next 04/14] mlxsw: reg: Add Switch FID Flooding Profiles Register Petr Machata
2023-11-20 18:25 ` [PATCH net-next 05/14] mlxsw: reg: Mark SFGC & some SFMR fields as reserved in CFF mode Petr Machata
2023-11-20 18:25 ` [PATCH net-next 06/14] mlxsw: reg: Drop unnecessary writes from mlxsw_reg_sfmr_pack() Petr Machata
2023-11-20 18:25 ` [PATCH net-next 07/14] mlxsw: reg: Extract flood-mode specific part of mlxsw_reg_sfmr_pack() Petr Machata
2023-11-20 18:25 ` [PATCH net-next 08/14] mlxsw: reg: Add to SFMR register the fields related to CFF flood mode Petr Machata
2023-11-20 18:25 ` [PATCH net-next 09/14] mlxsw: core, pci: Add plumbing related to CFF mode Petr Machata
2023-11-20 18:25 ` [PATCH net-next 10/14] mlxsw: pci: Permit enabling " Petr Machata
2023-11-20 18:25 ` [PATCH net-next 11/14] mlxsw: spectrum_fid: Drop unnecessary conditions Petr Machata
2023-11-20 18:25 ` [PATCH net-next 12/14] mlxsw: spectrum_fid: Extract SFMR packing into a helper Petr Machata
2023-11-20 18:25 ` [PATCH net-next 13/14] mlxsw: spectrum_router: Add a helper to get subport number from a RIF Petr Machata
2023-11-20 18:25 ` [PATCH net-next 14/14] mlxsw: spectrum_router: Call RIF setup before obtaining FID Petr Machata
2023-11-21 23: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=170060762652.18150.16560852194798105983.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=amcohen@nvidia.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=idosch@nvidia.com \
--cc=kuba@kernel.org \
--cc=mlxsw@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=petrm@nvidia.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.