[PATCH net 0/4] mlx5 misc fixes 2026-01-20

Tariq Toukan posted 4 patches 2 weeks, 4 days ago
.../net/ethernet/mellanox/mlx5/core/debugfs.c    | 16 ++++++++++++++++
.../ethernet/mellanox/mlx5/core/en_accel/ipsec.c |  3 ++-
.../net/ethernet/mellanox/mlx5/core/eswitch.c    |  6 +++++-
.../net/ethernet/mellanox/mlx5/core/eswitch.h    |  1 +
.../mellanox/mlx5/core/eswitch_offloads.c        | 12 +++++++++++-
drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c |  3 ++-
drivers/net/ethernet/mellanox/mlx5/core/main.c   | 14 +++-----------
.../net/ethernet/mellanox/mlx5/core/mlx5_core.h  |  1 +
.../ethernet/mellanox/mlx5/core/sf/dev/driver.c  |  1 +
9 files changed, 42 insertions(+), 15 deletions(-)
[PATCH net 0/4] mlx5 misc fixes 2026-01-20
Posted by Tariq Toukan 2 weeks, 4 days ago
Hi,

This patchset provides misc bug fixes from the team to the mlx5 core and
Eth drivers.

Thanks,
Tariq.


Cosmin Ratiu (1):
  net/mlx5: Fix deadlock between devlink lock and esw->wq

Jianbo Liu (1):
  net/mlx5e: Skip ESN replay window setup for IPsec crypto offload

Parav Pandit (1):
  net/mlx5: Fix vhca_id access call trace use before alloc

Shay Drory (1):
  net/mlx5: fs, Fix inverted cap check in tx flow table root disconnect

 .../net/ethernet/mellanox/mlx5/core/debugfs.c    | 16 ++++++++++++++++
 .../ethernet/mellanox/mlx5/core/en_accel/ipsec.c |  3 ++-
 .../net/ethernet/mellanox/mlx5/core/eswitch.c    |  6 +++++-
 .../net/ethernet/mellanox/mlx5/core/eswitch.h    |  1 +
 .../mellanox/mlx5/core/eswitch_offloads.c        | 12 +++++++++++-
 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c |  3 ++-
 drivers/net/ethernet/mellanox/mlx5/core/main.c   | 14 +++-----------
 .../net/ethernet/mellanox/mlx5/core/mlx5_core.h  |  1 +
 .../ethernet/mellanox/mlx5/core/sf/dev/driver.c  |  1 +
 9 files changed, 42 insertions(+), 15 deletions(-)


base-commit: 58bae918d73e3b6cd57d1e39fcf7c75c7dd1a8fe
-- 
2.44.0
Re: [PATCH net 0/4] mlx5 misc fixes 2026-01-20
Posted by Simon Horman 2 weeks, 2 days ago
On Tue, Jan 20, 2026 at 10:16:50AM +0200, Tariq Toukan wrote:
> Hi,
> 
> This patchset provides misc bug fixes from the team to the mlx5 core and
> Eth drivers.

Thanks Tariq,

These changes all look good to me.

For the series:
Reviewed-by: Simon Horman <horms@kernel.org>