From: Tariq Toukan <tariqt@nvidia.com>
To: Jakub Kicinski <kuba@kernel.org>, Tariq Toukan <tariqt@nvidia.com>
Cc: Eric Dumazet <edumazet@google.com>,
Paolo Abeni <pabeni@redhat.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Saeed Mahameed <saeedm@nvidia.com>,
Leon Romanovsky <leon@kernel.org>, Mark Bloch <mbloch@nvidia.com>,
Shay Drory <shayd@nvidia.com>, Or Har-Toov <ohartoov@nvidia.com>,
Edward Srouji <edwards@nvidia.com>,
Simon Horman <horms@kernel.org>,
Maher Sanalla <msanalla@nvidia.com>,
Parav Pandit <parav@nvidia.com>, Kees Cook <kees@kernel.org>,
Moshe Shemesh <moshe@nvidia.com>,
Patrisious Haddad <phaddad@nvidia.com>,
netdev@vger.kernel.org, linux-rdma@vger.kernel.org,
linux-kernel@vger.kernel.org, Gal Pressman <gal@nvidia.com>,
Dragos Tatulea <dtatulea@nvidia.com>
Subject: Re: [PATCH net-next V2 00/15] net/mlx5: Add switchdev mode support for Socket Direct single netdev, part 2/2
Date: Fri, 12 Jun 2026 08:09:56 +0300 [thread overview]
Message-ID: <ebc989c8-f317-48d8-8fda-752d30aff2cd@nvidia.com> (raw)
In-Reply-To: <20260611192031.1b3f7d0c@kernel.org>
On 12/06/2026 5:20, Jakub Kicinski wrote:
> On Mon, 8 Jun 2026 16:55:32 +0300 Tariq Toukan wrote:
>> 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).
>
> Have you checked both Sashikos? I picked 3 errors at random that show
> up in both instances and none of them are covered by the list in the
> cover letter (netdev's complain about patch 5, complaints about
> buggy unwind paths)
>
Hi, many are not real issues.
Some are, however...
We are working on a new fixed version to be submitted soon, we will
reply / address the Sashiko comments.
Regards,
Tariq
prev parent reply other threads:[~2026-06-12 5:10 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-08 13:55 [PATCH net-next V2 00/15] net/mlx5: Add switchdev mode support for Socket Direct single netdev, part 2/2 Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 01/15] net/mlx5: E-Switch, skip uplink IB rep load for SD secondary devices Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 02/15] net/mlx5: devcom, expose locked variant of send_event Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 03/15] net/mlx5: devcom, add DEVCOM_CANT_FAIL for non-rollback events Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 04/15] net/mlx5: SD, make primary/secondary role determination more robust Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 05/15] net/mlx5: SD, add L2 table silent mode query support Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 06/15] net/mlx5: SD, expend vport metadata for SD secondary devices Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 07/15] net/mlx5: SD, support switchdev mode transition with shared FDB Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 08/15] net/mlx5: E-Switch, notify SD on eswitch disable Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 09/15] net/mlx5: LAG, store demux resources per master lag_func Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 10/15] net/mlx5: LAG, disable both regular and SD LAG on lag_disable_change Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 11/15] net/mlx5: LAG, introduce software vport LAG implementation Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 12/15] net/mlx5: LAG, add MPESW over SD LAG support Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 13/15] net/mlx5: E-Switch, defer rep load while SD LAG is not active Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 14/15] net/mlx5: SD, defer vport metadata init until SD is ready Tariq Toukan
2026-06-08 13:55 ` [PATCH net-next V2 15/15] net/mlx5: SD, enable SD over ECPF and allow switchdev transition Tariq Toukan
2026-06-12 2:20 ` [PATCH net-next V2 00/15] net/mlx5: Add switchdev mode support for Socket Direct single netdev, part 2/2 Jakub Kicinski
2026-06-12 5:09 ` Tariq Toukan [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=ebc989c8-f317-48d8-8fda-752d30aff2cd@nvidia.com \
--to=tariqt@nvidia.com \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=dtatulea@nvidia.com \
--cc=edumazet@google.com \
--cc=edwards@nvidia.com \
--cc=gal@nvidia.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 \
/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