mbox series

[net-next,0/6] mlx5 misc enhancements 2025-02-26

Message ID 20250226114752.104838-1-tariqt@nvidia.com (mailing list archive)
Headers show
Series mlx5 misc enhancements 2025-02-26 | expand

Message

Tariq Toukan Feb. 26, 2025, 11:47 a.m. UTC
Hi,

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


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  |  44 ++---
 .../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 +--------
 include/uapi/linux/ethtool.h                  |   2 +
 10 files changed, 341 insertions(+), 274 deletions(-)


base-commit: 91c8d8e4b7a38dc099b26e14b22f814ca4e75089