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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 12, 2024, 3:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 7 Nov 2024 20:35:20 +0200 you wrote:
> 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'")
> 
> [...]

Here is the summary with links:
  - [net,1/7] net/mlx5: E-switch, unload IB representors when unloading ETH representors
    https://git.kernel.org/netdev/net/c/1220965d6191
  - [net,2/7] net/mlx5: Fix msix vectors to respect platform limit
    https://git.kernel.org/netdev/net/c/d0989c9d2b3a
  - [net,3/7] net/mlx5: fs, lock FTE when checking if active
    https://git.kernel.org/netdev/net/c/9ca314419930
  - [net,4/7] net/mlx5e: kTLS, Fix incorrect page refcounting
    https://git.kernel.org/netdev/net/c/dd6e972cc589
  - [net,5/7] net/mlx5e: clear xdp features on non-uplink representors
    https://git.kernel.org/netdev/net/c/c079389878de
  - [net,6/7] net/mlx5e: CT: Fix null-ptr-deref in add rule err flow
    https://git.kernel.org/netdev/net/c/e99c6873229f
  - [net,7/7] net/mlx5e: Disable loopback self-test on multi-PF netdev
    https://git.kernel.org/netdev/net/c/d1ac33934a66

You are awesome, thank you!