public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next V2 0/6] mlx5 misc enhancements 2025-03-04
@ 2025-03-04 16:06 Tariq Toukan
  2025-03-04 16:06 ` [PATCH net-next V2 1/6] net/mlx5: Relocate function declarations from port.h to mlx5_core.h Tariq Toukan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Tariq Toukan @ 2025-03-04 16:06 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, Paolo Abeni, Eric Dumazet,
	Andrew Lunn
  Cc: Saeed Mahameed, Gal Pressman, Leon Romanovsky, Michal Swiatkowski,
	Leon Romanovsky, Tariq Toukan, netdev, linux-rdma, linux-kernel

Hi,

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

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-03-07  2:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-04 16:06 [PATCH net-next V2 0/6] mlx5 misc enhancements 2025-03-04 Tariq Toukan
2025-03-04 16:06 ` [PATCH net-next V2 1/6] net/mlx5: Relocate function declarations from port.h to mlx5_core.h Tariq Toukan
2025-03-04 16:06 ` [PATCH net-next V2 2/6] net/mlx5: Refactor link speed handling with mlx5_link_info struct Tariq Toukan
2025-03-04 16:06 ` [PATCH net-next V2 3/6] net/mlx5e: Enable lanes configuration when auto-negotiation is off Tariq Toukan
2025-03-04 16:06 ` [PATCH net-next V2 4/6] net/mlx5: Lag, Enable Multiport E-Switch offloads on 8 ports LAG Tariq Toukan
2025-03-04 16:06 ` [PATCH net-next V2 5/6] net/mlx5e: Separate address related variables to be in struct Tariq Toukan
2025-03-04 16:06 ` [PATCH net-next V2 6/6] net/mlx5e: Properly match IPsec subnet addresses Tariq Toukan
2025-03-07  2:30 ` [PATCH net-next V2 0/6] mlx5 misc enhancements 2025-03-04 patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox