[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1757572267-601785-1-git-send-email-tariqt@nvidia.com>
Date: Thu, 11 Sep 2025 09:31:03 +0300
From: Tariq Toukan <tariqt@...dia.com>
To: Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>, Andrew Lunn <andrew+netdev@...n.ch>, "David
S. Miller" <davem@...emloft.net>
CC: Saeed Mahameed <saeedm@...dia.com>, Leon Romanovsky <leon@...nel.org>,
Tariq Toukan <tariqt@...dia.com>, Mark Bloch <mbloch@...dia.com>,
<netdev@...r.kernel.org>, <linux-rdma@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, Gal Pressman <gal@...dia.com>, Parav Pandit
<parav@...dia.com>, Shay Drory <shayd@...dia.com>
Subject: [PATCH net-next 0/4] net/mlx5: Refactor devcom and add net namespace support
Hi,
This series by Shay improves the mlx5 devcom infrastructure by
introducing a structured matching attribute interface, relocating
certain devcom registration flows to more appropriate locations, and
adding net namespace awareness to the devcom framework and its users.
Patch 1: Refactors the devcom interface to accept a match attribute
structure instead of raw keys, enabling future extensibility such as
namespace-based matching.
Patch 2: Moves the devcom registration for HCA components from the core
code to the LAG layer to better reflect their logical ownership and
lifecycle.
Patch 3: Adds net namespace support to the devcom framework, enabling
components to operate in isolated namespaces.
Patch 4: Updates the LAG layer to make use of the new namespace-aware
devcom interface and improves reload behavior in LAG mode.
Regards,
Tariq
Shay Drory (4):
net/mlx5: Refactor devcom to use match attributes
net/mlx5: Lag, move devcom registration to LAG layer
net/mlx5: Add net namespace support to devcom
net/mlx5: Lag, add net namespace support
.../net/ethernet/mellanox/mlx5/core/devlink.c | 5 ---
.../net/ethernet/mellanox/mlx5/core/en_main.c | 6 ++-
.../net/ethernet/mellanox/mlx5/core/en_tc.c | 10 +++--
.../net/ethernet/mellanox/mlx5/core/eswitch.h | 7 ++-
.../mellanox/mlx5/core/eswitch_offloads.c | 5 ++-
.../net/ethernet/mellanox/mlx5/core/lag/lag.c | 45 +++++++++++++++++--
.../net/ethernet/mellanox/mlx5/core/lag/lag.h | 1 +
.../ethernet/mellanox/mlx5/core/lib/clock.c | 14 ++++--
.../ethernet/mellanox/mlx5/core/lib/devcom.c | 44 +++++++++++++-----
.../ethernet/mellanox/mlx5/core/lib/devcom.h | 16 ++++++-
.../net/ethernet/mellanox/mlx5/core/lib/sd.c | 6 ++-
.../net/ethernet/mellanox/mlx5/core/main.c | 24 ----------
12 files changed, 126 insertions(+), 57 deletions(-)
base-commit: 1f24a240974589ce42f70502ccb3ff3f5189d69a
--
2.31.1
Powered by blists - more mailing lists