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, shayd@nvidia.com,
ohartoov@nvidia.com, edwards@nvidia.com, msanalla@nvidia.com,
horms@kernel.org, gbayer@linux.ibm.com, kees@kernel.org,
moshe@nvidia.com, parav@nvidia.com, phaddad@nvidia.com,
netdev@vger.kernel.org, linux-rdma@vger.kernel.org,
linux-kernel@vger.kernel.org, gal@nvidia.com
Subject: Re: [PATCH net-next V3 00/15] net/mlx5: Add switchdev mode support for Socket Direct single netdev, part 2/2
Date: Mon, 15 Jun 2026 18:50:36 +0000 [thread overview]
Message-ID: <178154943614.246883.11702954511746985272.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260612113904.537595-1-tariqt@nvidia.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 12 Jun 2026 14:38:49 +0300 you wrote:
> Hi,
>
> This is part 2. Find part 1 here:
> https://lore.kernel.org/all/20260531113954.395443-1-tariqt@nvidia.com/
>
> This series enables Socket Direct single netdev to operate in switchdev
> mode with shared FDB. SD single netdev combines multiple PCI functions
> behind a single netdev interface. To support switchdev offloads, these
> functions must participate in virtual LAG (shared FDB).
>
> [...]
Here is the summary with links:
- [net-next,V3,01/15] net/mlx5: E-Switch, skip uplink IB rep load for SD secondary devices
https://git.kernel.org/netdev/net-next/c/597baeb467d8
- [net-next,V3,02/15] net/mlx5: devcom, expose locked variant of send_event
https://git.kernel.org/netdev/net-next/c/95e26588c84b
- [net-next,V3,03/15] net/mlx5: devcom, add DEVCOM_CANT_FAIL for non-rollback events
https://git.kernel.org/netdev/net-next/c/d5e77e4d3023
- [net-next,V3,04/15] net/mlx5: SD, make primary/secondary role determination more robust
https://git.kernel.org/netdev/net-next/c/4b918a198389
- [net-next,V3,05/15] net/mlx5: SD, add L2 table silent mode query support
https://git.kernel.org/netdev/net-next/c/13158554a302
- [net-next,V3,06/15] net/mlx5: SD, expend vport metadata for SD secondary devices
https://git.kernel.org/netdev/net-next/c/a1bfe9f1da83
- [net-next,V3,07/15] net/mlx5: SD, support switchdev mode transition with shared FDB
https://git.kernel.org/netdev/net-next/c/2a3fb8b2f450
- [net-next,V3,08/15] net/mlx5: E-Switch, notify SD on eswitch disable
https://git.kernel.org/netdev/net-next/c/232de72bdea2
- [net-next,V3,09/15] net/mlx5: LAG, store demux resources per master lag_func
https://git.kernel.org/netdev/net-next/c/eaaf1ff178a0
- [net-next,V3,10/15] net/mlx5: LAG, disable both regular and SD LAG on lag_disable_change
https://git.kernel.org/netdev/net-next/c/ebd629e70045
- [net-next,V3,11/15] net/mlx5: LAG, introduce software vport LAG implementation
https://git.kernel.org/netdev/net-next/c/98d56915eef5
- [net-next,V3,12/15] net/mlx5: LAG, add MPESW over SD LAG support
https://git.kernel.org/netdev/net-next/c/de464720489c
- [net-next,V3,13/15] net/mlx5: E-Switch, Tie rep load/unload to SD LAG state
https://git.kernel.org/netdev/net-next/c/68c2dd59a6c7
- [net-next,V3,14/15] net/mlx5: SD, defer vport metadata init until SD is ready
https://git.kernel.org/netdev/net-next/c/e3a02f3ecb13
- [net-next,V3,15/15] net/mlx5: SD, enable SD over ECPF and allow switchdev transition
https://git.kernel.org/netdev/net-next/c/7bcfb19465fc
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:[~2026-06-15 18:50 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-12 11:38 [PATCH net-next V3 00/15] net/mlx5: Add switchdev mode support for Socket Direct single netdev, part 2/2 Tariq Toukan
2026-06-12 11:38 ` [PATCH net-next V3 01/15] net/mlx5: E-Switch, skip uplink IB rep load for SD secondary devices Tariq Toukan
2026-06-12 11:38 ` [PATCH net-next V3 02/15] net/mlx5: devcom, expose locked variant of send_event Tariq Toukan
2026-06-12 11:38 ` [PATCH net-next V3 03/15] net/mlx5: devcom, add DEVCOM_CANT_FAIL for non-rollback events Tariq Toukan
2026-06-12 11:38 ` [PATCH net-next V3 04/15] net/mlx5: SD, make primary/secondary role determination more robust Tariq Toukan
2026-06-12 11:38 ` [PATCH net-next V3 05/15] net/mlx5: SD, add L2 table silent mode query support Tariq Toukan
2026-06-12 11:38 ` [PATCH net-next V3 06/15] net/mlx5: SD, expend vport metadata for SD secondary devices Tariq Toukan
2026-06-12 11:38 ` [PATCH net-next V3 07/15] net/mlx5: SD, support switchdev mode transition with shared FDB Tariq Toukan
2026-06-12 11:38 ` [PATCH net-next V3 08/15] net/mlx5: E-Switch, notify SD on eswitch disable Tariq Toukan
2026-06-12 11:38 ` [PATCH net-next V3 09/15] net/mlx5: LAG, store demux resources per master lag_func Tariq Toukan
2026-06-12 11:38 ` [PATCH net-next V3 10/15] net/mlx5: LAG, disable both regular and SD LAG on lag_disable_change Tariq Toukan
2026-06-14 16:43 ` Shay Drori
2026-06-12 11:39 ` [PATCH net-next V3 11/15] net/mlx5: LAG, introduce software vport LAG implementation Tariq Toukan
2026-06-12 11:39 ` [PATCH net-next V3 12/15] net/mlx5: LAG, add MPESW over SD LAG support Tariq Toukan
2026-06-12 11:39 ` [PATCH net-next V3 13/15] net/mlx5: E-Switch, Tie rep load/unload to SD LAG state Tariq Toukan
2026-06-14 16:44 ` Shay Drori
2026-06-12 11:39 ` [PATCH net-next V3 14/15] net/mlx5: SD, defer vport metadata init until SD is ready Tariq Toukan
2026-06-14 16:44 ` Shay Drori
2026-06-12 11:39 ` [PATCH net-next V3 15/15] net/mlx5: SD, enable SD over ECPF and allow switchdev transition Tariq Toukan
2026-06-15 18: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=178154943614.246883.11702954511746985272.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=gbayer@linux.ibm.com \
--cc=horms@kernel.org \
--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=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 \
/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