mbox series

[net,0/7] mlx5 misc fixes 2024-11-07

Message ID 20241107183527.676877-1-tariqt@nvidia.com (mailing list archive)
Headers show
Series mlx5 misc fixes 2024-11-07 | expand

Message

Tariq Toukan Nov. 7, 2024, 6:35 p.m. UTC
Hi,

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

Series generated against:
commit 5f897f30f596 ("Merge branch 'fix-the-arc-emac-driver'")

Thanks,
Tariq.


Carolina Jubran (1):
  net/mlx5e: Disable loopback self-test on multi-PF netdev

Chiara Meiohas (1):
  net/mlx5: E-switch, unload IB representors when unloading ETH
    representors

Dragos Tatulea (1):
  net/mlx5e: kTLS, Fix incorrect page refcounting

Mark Bloch (1):
  net/mlx5: fs, lock FTE when checking if active

Moshe Shemesh (1):
  net/mlx5e: CT: Fix null-ptr-deref in add rule err flow

Parav Pandit (1):
  net/mlx5: Fix msix vectors to respect platform limit

William Tu (1):
  net/mlx5e: clear xdp features on non-uplink representors

 .../ethernet/mellanox/mlx5/core/en/tc_ct.c    |  2 +-
 .../mellanox/mlx5/core/en_accel/ktls_tx.c     |  8 ++---
 .../net/ethernet/mellanox/mlx5/core/en_main.c |  3 +-
 .../ethernet/mellanox/mlx5/core/en_selftest.c |  4 +++
 .../mellanox/mlx5/core/eswitch_offloads.c     |  5 ++-
 .../net/ethernet/mellanox/mlx5/core/fs_core.c | 15 +++++++--
 .../net/ethernet/mellanox/mlx5/core/pci_irq.c | 32 ++++++++++++++++---
 7 files changed, 54 insertions(+), 15 deletions(-)