[PATCH net-next V2 0/6] mlx5 misc enhancements 2025-03-04

From: Tariq Toukan
Date: Tue Mar 04 2025 - 11:39:54 EST


Hi,

This is V2.
Find initial version here:
https://lore.kernel.org/lkml/20250226114752.104838-1-tariqt@xxxxxxxxxx/

This series introduces enhancements to the mlx5 core and Eth drivers.

Patches 1-3 by Shahar introduce support for configuring lanes alongside
speed when autonegotiation is disabled. The combination of speed and the
number of lanes corresponds to a specific link mode (in the extended
mask typically used in newer hardware), allowing the user to select a
precise link mode when autonegotiation is off, instead of just choosing
the speed.

Patch 4 by Amir extends the multi-port LAG support.

Patches 5-6 by Leon enhance IPsec matching logic.

Regards,
Tariq

V2:
- Added Reviewed-by tags.
- Addressed comments on patch #3 (Jakub).

Amir Tzin (1):
net/mlx5: Lag, Enable Multiport E-Switch offloads on 8 ports LAG

Leon Romanovsky (2):
net/mlx5e: Separate address related variables to be in struct
net/mlx5e: Properly match IPsec subnet addresses

Shahar Shitrit (3):
net/mlx5: Relocate function declarations from port.h to mlx5_core.h
net/mlx5: Refactor link speed handling with mlx5_link_info struct
net/mlx5e: Enable lanes configuration when auto-negotiation is off

.../net/ethernet/mellanox/mlx5/core/en/port.c | 9 +-
.../mellanox/mlx5/core/en_accel/ipsec.c | 81 +++++++--
.../mellanox/mlx5/core/en_accel/ipsec.h | 35 ++--
.../mellanox/mlx5/core/en_accel/ipsec_fs.c | 95 +++++-----
.../ethernet/mellanox/mlx5/core/en_ethtool.c | 47 ++---
.../ethernet/mellanox/mlx5/core/lag/mpesw.c | 4 -
.../ethernet/mellanox/mlx5/core/mlx5_core.h | 92 ++++++++++
.../net/ethernet/mellanox/mlx5/core/port.c | 168 ++++++++----------
include/linux/mlx5/port.h | 85 +--------
9 files changed, 342 insertions(+), 274 deletions(-)


base-commit: 05ec5c085eb7ae044d49e04a3cff194a0b2a3251
--
2.45.0