netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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/17] mlxsw: Support CFF flood mode
Date: Thu, 30 Nov 2023 04:10:30 +0000	[thread overview]
Message-ID: <170131743066.26382.7879261566889666842.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1701183891.git.petrm@nvidia.com>

Hello:

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

On Tue, 28 Nov 2023 16:50:33 +0100 you wrote:
> The registers to configure to initialize a flood table differ between the
> controlled and CFF flood modes. In therefore needs to be an op. Add it,
> hook up the current init to the existing families, and invoke the op.
> 
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,01/17] mlxsw: spectrum_fid: Privatize FID families
    https://git.kernel.org/netdev/net-next/c/01de00f439ab
  - [net-next,02/17] mlxsw: spectrum_fid: Rename FID ops, families, arrays
    https://git.kernel.org/netdev/net-next/c/ab68bd743af8
  - [net-next,03/17] mlxsw: spectrum_fid: Split a helper out of mlxsw_sp_fid_flood_table_mid()
    https://git.kernel.org/netdev/net-next/c/82ff7a196d76
  - [net-next,04/17] mlxsw: spectrum_fid: Make mlxsw_sp_fid_ops.setup return an int
    https://git.kernel.org/netdev/net-next/c/17eda112b0d8
  - [net-next,05/17] mlxsw: spectrum_fid: Move mlxsw_sp_fid_flood_table_init() up
    https://git.kernel.org/netdev/net-next/c/1d0791168ef7
  - [net-next,06/17] mlxsw: spectrum_fid: Add an op for flood table initialization
    https://git.kernel.org/netdev/net-next/c/80638da22e11
  - [net-next,07/17] mlxsw: spectrum_fid: Add an op to get PGT allocation size
    https://git.kernel.org/netdev/net-next/c/1686b8d902fd
  - [net-next,08/17] mlxsw: spectrum_fid: Add an op to get PGT address of a FID
    https://git.kernel.org/netdev/net-next/c/e917a789594c
  - [net-next,09/17] mlxsw: spectrum_fid: Add an op for packing SFMR
    https://git.kernel.org/netdev/net-next/c/f6454316c8b9
  - [net-next,10/17] mlxsw: spectrum_fid: Add a not-UC packet type
    https://git.kernel.org/netdev/net-next/c/a59316ffd92e
  - [net-next,11/17] mlxsw: spectrum_fid: Add hooks for RSP table maintenance
    https://git.kernel.org/netdev/net-next/c/315702e09bed
  - [net-next,12/17] mlxsw: spectrum_fid: Add an object to keep flood profiles
    https://git.kernel.org/netdev/net-next/c/5e6146e34b9c
  - [net-next,13/17] mlxsw: spectrum_fid: Add profile_id to flood profile
    https://git.kernel.org/netdev/net-next/c/af1e696fdf1e
  - [net-next,14/17] mlxsw: spectrum_fid: Initialize flood profiles in CFF mode
    https://git.kernel.org/netdev/net-next/c/d79b70dbb760
  - [net-next,15/17] mlxsw: spectrum_fid: Add a family for bridge FIDs in CFF flood mode
    https://git.kernel.org/netdev/net-next/c/db3e541b59e2
  - [net-next,16/17] mlxsw: spectrum_fid: Add support for rFID family in CFF flood mode
    https://git.kernel.org/netdev/net-next/c/72a4cedb3760
  - [net-next,17/17] mlxsw: spectrum: Use CFF mode where available
    https://git.kernel.org/netdev/net-next/c/69f289e9c72a

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



      parent reply	other threads:[~2023-11-30  4:10 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-28 15:50 [PATCH net-next 00/17] mlxsw: Support CFF flood mode Petr Machata
2023-11-28 15:50 ` [PATCH net-next 01/17] mlxsw: spectrum_fid: Privatize FID families Petr Machata
2023-11-28 15:50 ` [PATCH net-next 02/17] mlxsw: spectrum_fid: Rename FID ops, families, arrays Petr Machata
2023-11-28 15:50 ` [PATCH net-next 03/17] mlxsw: spectrum_fid: Split a helper out of mlxsw_sp_fid_flood_table_mid() Petr Machata
2023-11-28 15:50 ` [PATCH net-next 04/17] mlxsw: spectrum_fid: Make mlxsw_sp_fid_ops.setup return an int Petr Machata
2023-11-28 15:50 ` [PATCH net-next 05/17] mlxsw: spectrum_fid: Move mlxsw_sp_fid_flood_table_init() up Petr Machata
2023-11-28 15:50 ` [PATCH net-next 06/17] mlxsw: spectrum_fid: Add an op for flood table initialization Petr Machata
2023-11-28 15:50 ` [PATCH net-next 07/17] mlxsw: spectrum_fid: Add an op to get PGT allocation size Petr Machata
2023-11-28 15:50 ` [PATCH net-next 08/17] mlxsw: spectrum_fid: Add an op to get PGT address of a FID Petr Machata
2023-11-28 15:50 ` [PATCH net-next 09/17] mlxsw: spectrum_fid: Add an op for packing SFMR Petr Machata
2023-11-28 15:50 ` [PATCH net-next 10/17] mlxsw: spectrum_fid: Add a not-UC packet type Petr Machata
2023-11-28 15:50 ` [PATCH net-next 11/17] mlxsw: spectrum_fid: Add hooks for RSP table maintenance Petr Machata
2023-11-28 15:50 ` [PATCH net-next 12/17] mlxsw: spectrum_fid: Add an object to keep flood profiles Petr Machata
2023-11-28 15:50 ` [PATCH net-next 13/17] mlxsw: spectrum_fid: Add profile_id to flood profile Petr Machata
2023-11-28 15:50 ` [PATCH net-next 14/17] mlxsw: spectrum_fid: Initialize flood profiles in CFF mode Petr Machata
2023-11-28 15:50 ` [PATCH net-next 15/17] mlxsw: spectrum_fid: Add a family for bridge FIDs in CFF flood mode Petr Machata
2023-11-28 15:50 ` [PATCH net-next 16/17] mlxsw: spectrum_fid: Add support for rFID family " Petr Machata
2023-11-28 15:50 ` [PATCH net-next 17/17] mlxsw: spectrum: Use CFF mode where available Petr Machata
2023-11-29  4:02 ` [PATCH net-next 00/17] mlxsw: Support CFF flood mode Jakub Kicinski
2023-11-29 10:30   ` Petr Machata
2023-11-29 14:30     ` Jakub Kicinski
2023-11-30 10:43       ` Petr Machata
2023-11-30  4:10 ` 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=170131743066.26382.7879261566889666842.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).