Netdev List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Tariq Toukan <tariqt@nvidia.com>
Cc: edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	andrew+netdev@lunn.ch, davem@davemloft.net, saeedm@nvidia.com,
	leon@kernel.org, mbloch@nvidia.com, noren@nvidia.com,
	ychemla@nvidia.com, shayd@nvidia.com, ohartoov@nvidia.com,
	edwards@nvidia.com, horms@kernel.org, msanalla@nvidia.com,
	parav@nvidia.com, kees@kernel.org, phaddad@nvidia.com,
	moshe@nvidia.com, linux-kernel@vger.kernel.org,
	netdev@vger.kernel.org, linux-rdma@vger.kernel.org,
	gal@nvidia.com, jacob.e.keller@intel.com
Subject: Re: [PATCH net-next V2 00/13] net/mlx5: Add switchdev mode support for Socket Direct single netdev, part 1/2
Date: Thu, 04 Jun 2026 01:14:47 +0000	[thread overview]
Message-ID: <178053568788.2042071.16264807430423613256.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260531113954.395443-1-tariqt@nvidia.com>

Hello:

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

On Sun, 31 May 2026 14:39:40 +0300 you wrote:
> Hi,
> 
> This series enables Socket Direct single netdev to operate in switchdev
> mode with shared FDB. See detailed feature description by Shay below.
> 
> Regards,
> Tariq
> 
> [...]

Here is the summary with links:
  - [net-next,V2,01/13] net/mlx5: LAG, factor out shared FDB code into dedicated file
    https://git.kernel.org/netdev/net-next/c/cf6c4c0508a9
  - [net-next,V2,02/13] net/mlx5: E-Switch, align disable sequence with switchdev-to-legacy transition
    https://git.kernel.org/netdev/net-next/c/b48b6308dfae
  - [net-next,V2,03/13] net/mlx5: E-Switch, move devcom init from TC to eswitch layer
    https://git.kernel.org/netdev/net-next/c/2b1ba02c379f
  - [net-next,V2,04/13] net/mlx5: LAG, replace peer count check with direct peer lookup
    https://git.kernel.org/netdev/net-next/c/2ca494dad967
  - [net-next,V2,05/13] net/mlx5: LAG, prepare for SD device integration
    https://git.kernel.org/netdev/net-next/c/14a47f55c8de
  - [net-next,V2,06/13] net/mlx5: LAG, extend shared FDB API with group_id filter
    https://git.kernel.org/netdev/net-next/c/3cbce590b7f2
  - [net-next,V2,07/13] net/mlx5: SD, introduce Socket Direct LAG
    https://git.kernel.org/netdev/net-next/c/3c103110835d
  - [net-next,V2,08/13] net/mlx5: LAG, block RoCE and VF LAG for SD devices
    https://git.kernel.org/netdev/net-next/c/8b9fffb6d38b
  - [net-next,V2,09/13] net/mlx5: LAG, block multipath LAG for SD devices
    https://git.kernel.org/netdev/net-next/c/c3933a7a7f64
  - [net-next,V2,10/13] net/mlx5: SD, keep netdev resources on same PF in switchdev mode
    https://git.kernel.org/netdev/net-next/c/8698ddb07f87
  - [net-next,V2,11/13] net/mlx5e: TC, track peer flow slots with bitmap
    https://git.kernel.org/netdev/net-next/c/786b1d7486b0
  - [net-next,V2,12/13] net/mlx5e: TC, enable steering for SD LAG
    https://git.kernel.org/netdev/net-next/c/9f062b931daa
  - [net-next,V2,13/13] net/mlx5e: Verify unique vhca_id count instead of range
    https://git.kernel.org/netdev/net-next/c/0b1c4495aa00

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



      parent reply	other threads:[~2026-06-04  1:14 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-31 11:39 [PATCH net-next V2 00/13] net/mlx5: Add switchdev mode support for Socket Direct single netdev, part 1/2 Tariq Toukan
2026-05-31 11:39 ` [PATCH net-next V2 01/13] net/mlx5: LAG, factor out shared FDB code into dedicated file Tariq Toukan
2026-05-31 11:39 ` [PATCH net-next V2 02/13] net/mlx5: E-Switch, align disable sequence with switchdev-to-legacy transition Tariq Toukan
2026-05-31 11:39 ` [PATCH net-next V2 03/13] net/mlx5: E-Switch, move devcom init from TC to eswitch layer Tariq Toukan
2026-05-31 11:39 ` [PATCH net-next V2 04/13] net/mlx5: LAG, replace peer count check with direct peer lookup Tariq Toukan
2026-05-31 11:39 ` [PATCH net-next V2 05/13] net/mlx5: LAG, prepare for SD device integration Tariq Toukan
2026-05-31 11:39 ` [PATCH net-next V2 06/13] net/mlx5: LAG, extend shared FDB API with group_id filter Tariq Toukan
2026-05-31 11:39 ` [PATCH net-next V2 07/13] net/mlx5: SD, introduce Socket Direct LAG Tariq Toukan
2026-05-31 11:39 ` [PATCH net-next V2 08/13] net/mlx5: LAG, block RoCE and VF LAG for SD devices Tariq Toukan
2026-05-31 11:39 ` [PATCH net-next V2 09/13] net/mlx5: LAG, block multipath " Tariq Toukan
2026-05-31 11:39 ` [PATCH net-next V2 10/13] net/mlx5: SD, keep netdev resources on same PF in switchdev mode Tariq Toukan
2026-05-31 11:39 ` [PATCH net-next V2 11/13] net/mlx5e: TC, track peer flow slots with bitmap Tariq Toukan
2026-05-31 11:39 ` [PATCH net-next V2 12/13] net/mlx5e: TC, enable steering for SD LAG Tariq Toukan
2026-06-03  2:26   ` Jakub Kicinski
2026-06-03  6:43     ` Shay Drori
2026-05-31 11:39 ` [PATCH net-next V2 13/13] net/mlx5e: Verify unique vhca_id count instead of range Tariq Toukan
2026-06-04  1:14 ` 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=178053568788.2042071.16264807430423613256.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=edwards@nvidia.com \
    --cc=gal@nvidia.com \
    --cc=horms@kernel.org \
    --cc=jacob.e.keller@intel.com \
    --cc=kees@kernel.org \
    --cc=kuba@kernel.org \
    --cc=leon@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=mbloch@nvidia.com \
    --cc=moshe@nvidia.com \
    --cc=msanalla@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=noren@nvidia.com \
    --cc=ohartoov@nvidia.com \
    --cc=pabeni@redhat.com \
    --cc=parav@nvidia.com \
    --cc=phaddad@nvidia.com \
    --cc=saeedm@nvidia.com \
    --cc=shayd@nvidia.com \
    --cc=tariqt@nvidia.com \
    --cc=ychemla@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