public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel•org
To: Ido Schimmel <idosch@nvidia•com>
Cc: netdev@vger•kernel.org, davem@davemloft•net, kuba@kernel•org,
	pabeni@redhat•com, edumazet@google•com, petrm@nvidia•com,
	amcohen@nvidia•com, mlxsw@nvidia•com
Subject: Re: [PATCH net-next 00/10] mlxsw: Unified bridge conversion - part 5/6
Date: Wed, 29 Jun 2022 12:50:20 +0000	[thread overview]
Message-ID: <165650702012.9231.18075354679202882162.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220629094007.827621-1-idosch@nvidia.com>

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft•net>:

On Wed, 29 Jun 2022 12:39:57 +0300 you wrote:
> This is the fifth part of the conversion of mlxsw to the unified bridge
> model.
> 
> The previous part that was merged in commit d521bc0a0f7c ("Merge branch
> 'mlxsw-unified-bridge-conversion-part-4-6'") converted the flooding code
> to use the new APIs of the unified bridge model. As part of this
> conversion, the flooding code started accessing the port group table
> (PGT) directly in order to allocate MID indexes and configure the ports
> via which a packet needs to be replicated.
> 
> [...]

Here is the summary with links:
  - [net-next,01/10] mlxsw: Align PGT index to legacy bridge model
    https://git.kernel.org/netdev/net-next/c/4abaa5cc4d7c
  - [net-next,02/10] mlxsw: spectrum_switchdev: Rename MID structure
    https://git.kernel.org/netdev/net-next/c/eede53a49b3c
  - [net-next,03/10] mlxsw: spectrum_switchdev: Rename MIDs list
    https://git.kernel.org/netdev/net-next/c/eaa0791aed8b
  - [net-next,04/10] mlxsw: spectrum_switchdev: Save MAC and FID as a key in 'struct mlxsw_sp_mdb_entry'
    https://git.kernel.org/netdev/net-next/c/0ac985436eb9
  - [net-next,05/10] mlxsw: spectrum_switchdev: Add support for maintaining hash table of MDB entries
    https://git.kernel.org/netdev/net-next/c/5d0512e5cf74
  - [net-next,06/10] mlxsw: spectrum_switchdev: Add support for maintaining list of ports per MDB entry
    https://git.kernel.org/netdev/net-next/c/d2994e130585
  - [net-next,07/10] mlxsw: spectrum_switchdev: Implement mlxsw_sp_mc_mdb_entry_{init, fini}()
    https://git.kernel.org/netdev/net-next/c/ea0f58d6c543
  - [net-next,08/10] mlxsw: spectrum_switchdev: Add support for getting and putting MDB entry
    https://git.kernel.org/netdev/net-next/c/7434ed6102c1
  - [net-next,09/10] mlxsw: spectrum_switchdev: Flush port from MDB entries according to FID index
    https://git.kernel.org/netdev/net-next/c/4c3f7442770b
  - [net-next,10/10] mlxsw: spectrum_switchdev: Convert MDB code to use PGT APIs
    https://git.kernel.org/netdev/net-next/c/e28cd993b9a4

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



      parent reply	other threads:[~2022-06-29 12:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-29  9:39 [PATCH net-next 00/10] mlxsw: Unified bridge conversion - part 5/6 Ido Schimmel
2022-06-29  9:39 ` [PATCH net-next 01/10] mlxsw: Align PGT index to legacy bridge model Ido Schimmel
2022-06-29  9:39 ` [PATCH net-next 02/10] mlxsw: spectrum_switchdev: Rename MID structure Ido Schimmel
2022-06-29  9:40 ` [PATCH net-next 03/10] mlxsw: spectrum_switchdev: Rename MIDs list Ido Schimmel
2022-06-29  9:40 ` [PATCH net-next 04/10] mlxsw: spectrum_switchdev: Save MAC and FID as a key in 'struct mlxsw_sp_mdb_entry' Ido Schimmel
2022-06-29  9:40 ` [PATCH net-next 05/10] mlxsw: spectrum_switchdev: Add support for maintaining hash table of MDB entries Ido Schimmel
2022-06-29  9:40 ` [PATCH net-next 06/10] mlxsw: spectrum_switchdev: Add support for maintaining list of ports per MDB entry Ido Schimmel
2022-06-29  9:40 ` [PATCH net-next 07/10] mlxsw: spectrum_switchdev: Implement mlxsw_sp_mc_mdb_entry_{init, fini}() Ido Schimmel
2022-06-29  9:40 ` [PATCH net-next 08/10] mlxsw: spectrum_switchdev: Add support for getting and putting MDB entry Ido Schimmel
2022-06-29  9:40 ` [PATCH net-next 09/10] mlxsw: spectrum_switchdev: Flush port from MDB entries according to FID index Ido Schimmel
2022-06-29  9:40 ` [PATCH net-next 10/10] mlxsw: spectrum_switchdev: Convert MDB code to use PGT APIs Ido Schimmel
2022-06-29 12:50 ` 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=165650702012.9231.18075354679202882162.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=amcohen@nvidia$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=edumazet@google$(echo .)com \
    --cc=idosch@nvidia$(echo .)com \
    --cc=kuba@kernel$(echo .)org \
    --cc=mlxsw@nvidia$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    --cc=petrm@nvidia$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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