mbox series

[net,0/5] mlx5 misc fixes

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

Message

Tariq Toukan May 9, 2024, 11:29 a.m. UTC
Hi,

This patchset provides bug fixes to mlx5 driver.

Patch 1 by Shay fixes the error flow in mlx5e_suspend().
Patch 2 by Shay aligns the peer devlink set logic with the register devlink flow.
Patch 3 by Maher solves a deadlock in lag enable/disable.
Patches 4 and 5 by Akiva address issues in command interface corner cases.

Series generated against:
commit 393ceeb9211e ("Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'")

Thanks,
Tariq.

Akiva Goldberger (2):
  net/mlx5: Add a timeout to acquire the command queue semaphore
  net/mlx5: Discard command completions in internal error

Maher Sanalla (1):
  net/mlx5: Reload only IB representors upon lag disable/enable

Shay Drory (2):
  net/mlx5e: Fix netif state handling
  net/mlx5: Fix peer devlink set for SF representor devlink port

 drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 44 +++++++++++++++----
 .../net/ethernet/mellanox/mlx5/core/en_main.c | 10 ++---
 .../net/ethernet/mellanox/mlx5/core/eswitch.h |  4 +-
 .../mellanox/mlx5/core/eswitch_offloads.c     | 28 +++++++-----
 .../net/ethernet/mellanox/mlx5/core/lag/lag.c |  6 +--
 .../ethernet/mellanox/mlx5/core/lag/mpesw.c   |  4 +-
 .../net/ethernet/mellanox/mlx5/core/main.c    | 14 +++---
 .../mellanox/mlx5/core/sf/dev/driver.c        | 19 ++++----
 include/linux/mlx5/driver.h                   |  1 +
 9 files changed, 79 insertions(+), 51 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 11, 2024, 2:50 a.m. UTC | #1
Hello:

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

On Thu, 9 May 2024 14:29:46 +0300 you wrote:
> Hi,
> 
> This patchset provides bug fixes to mlx5 driver.
> 
> Patch 1 by Shay fixes the error flow in mlx5e_suspend().
> Patch 2 by Shay aligns the peer devlink set logic with the register devlink flow.
> Patch 3 by Maher solves a deadlock in lag enable/disable.
> Patches 4 and 5 by Akiva address issues in command interface corner cases.
> 
> [...]

Here is the summary with links:
  - [net,1/5] net/mlx5e: Fix netif state handling
    https://git.kernel.org/netdev/net/c/3d5918477f94
  - [net,2/5] net/mlx5: Fix peer devlink set for SF representor devlink port
    https://git.kernel.org/netdev/net/c/3c453e8cc672
  - [net,3/5] net/mlx5: Reload only IB representors upon lag disable/enable
    https://git.kernel.org/netdev/net/c/0f06228d4a2d
  - [net,4/5] net/mlx5: Add a timeout to acquire the command queue semaphore
    https://git.kernel.org/netdev/net/c/485d65e13571
  - [net,5/5] net/mlx5: Discard command completions in internal error
    https://git.kernel.org/netdev/net/c/db9b31aa9bc5

You are awesome, thank you!