[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250821215839.280364-1-saeed@kernel.org>
Date: Thu, 21 Aug 2025 14:58:32 -0700
From: Saeed Mahameed <saeed@...nel.org>
To: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Eric Dumazet <edumazet@...gle.com>
Cc: Saeed Mahameed <saeedm@...dia.com>,
netdev@...r.kernel.org,
Tariq Toukan <tariqt@...dia.com>,
Gal Pressman <gal@...dia.com>,
Leon Romanovsky <leonro@...dia.com>,
Parav Pandit <parav@...dia.com>,
Mark Bloch <mbloch@...dia.com>,
Adithya Jayachandran <ajayachandra@...dia.com>
Subject: [PATCH net-next 0/7] E-Switch vport sharing & delegation
From: Saeed Mahameed <saeedm@...dia.com>
An mlx5 E-Switch FDB table can manage vports belonging to other sibling
physical functions, such as ECPF (ARM embedded cores) and Host PF (x86).
This enables a single source of truth for SDN software to manage network
pipelines from one host. While such functionality already exists in mlx5,
it is currently limited by static vport allocation,
meaning the number of vports shared between multi-host functions
must be known pre-boot.
This patchset enables delegated/external vports to be discovered
dynamically when switchdev mode is enabled, leveraging new firmware
capabilities for dynamic vport creation.
Adjacent functions that delegate their SR-IOV VFs to sibling PFs, can be
dynamically discovered on the sibling PF's switchdev mode enabling,
after sriov was enabled on the originating PF, allowing for more
flexible and scalable management in multi-host and ECPF-to-host
scenarios.
The patchset consists of the following changes:
- Refactoring of ACL root namespace handling: The storage of vport ACL root
namespaces is converted from a linear array to an xarray, allowing dynamic
creation of ACLs per individual vport.
- Improvements for vhca_id to vport mapping.
- Dynamic querying and creation of delegated functions/vports.
Adithya Jayachandran (2):
net/mlx5: E-Switch, Add support for adjacent functions vports
discovery
net/mlx5: E-switch, Set representor attributes for adjacent VFs
Saeed Mahameed (5):
net/mlx5: FS, Convert vport acls root namespaces to xarray
net/mlx5: E-Switch, Move vport acls root namespaces creation to
eswitch
net/mlx5: E-Switch, Create acls root namespace for adjacent vports
net/mlx5: E-Switch, Register representors for adjacent vports
net/mlx5: {DR,HWS}, Use the cached vhca_id for this device
.../net/ethernet/mellanox/mlx5/core/Makefile | 2 +-
.../mellanox/mlx5/core/esw/adj_vport.c | 209 ++++++++++++++++++
.../mellanox/mlx5/core/esw/devlink_port.c | 11 +-
.../net/ethernet/mellanox/mlx5/core/eswitch.c | 131 ++++++++++-
.../net/ethernet/mellanox/mlx5/core/eswitch.h | 17 ++
.../mellanox/mlx5/core/eswitch_offloads.c | 37 +++-
.../net/ethernet/mellanox/mlx5/core/fs_core.c | 185 ++++++++--------
.../net/ethernet/mellanox/mlx5/core/fs_core.h | 18 +-
.../mellanox/mlx5/core/steering/hws/cmd.c | 34 +--
.../mellanox/mlx5/core/steering/sws/dr_cmd.c | 34 +--
10 files changed, 501 insertions(+), 177 deletions(-)
create mode 100644 drivers/net/ethernet/mellanox/mlx5/core/esw/adj_vport.c
--
2.50.1
Powered by blists - more mailing lists