mbox series

[net,0/6] mlx5 fixes

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

Message

Tariq Toukan April 11, 2024, 11:54 a.m. UTC
Hi,

This patchset provides bug fixes to mlx5 core and Eth drivers.

Series generated against:
commit fe87922cee61 ("net/mlx5: fix possible stack overflows")

Thanks,
Tariq.

Carolina Jubran (2):
  net/mlx5e: Acquire RTNL lock before RQs/SQs activation/deactivation
  net/mlx5e: Prevent deadlock while disabling aRFS

Rahul Rameshbabu (1):
  net/mlx5e: Use channel mdev reference instead of global mdev instance
    for coalescing

Shay Drory (2):
  net/mlx5: Lag, restore buckets number to default after hash LAG
    deactivation
  net/mlx5: Restore mistakenly dropped parts in register devlink flow

Tariq Toukan (1):
  net/mlx5: SD, Handle possible devcom ERR_PTR

 .../mellanox/mlx5/core/en/reporter_tx.c       |  7 +++++
 .../net/ethernet/mellanox/mlx5/core/en_arfs.c | 27 +++++++++++--------
 .../ethernet/mellanox/mlx5/core/en_ethtool.c  |  4 +--
 .../net/ethernet/mellanox/mlx5/core/en_main.c |  4 +--
 .../mellanox/mlx5/core/eswitch_offloads.c     |  2 +-
 .../net/ethernet/mellanox/mlx5/core/lag/lag.c |  4 ++-
 .../ethernet/mellanox/mlx5/core/lib/devcom.c  |  2 +-
 .../net/ethernet/mellanox/mlx5/core/lib/sd.c  |  4 +--
 .../net/ethernet/mellanox/mlx5/core/main.c    |  7 +++--
 .../mellanox/mlx5/core/sf/dev/driver.c        |  1 -
 10 files changed, 39 insertions(+), 23 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 13, 2024, 2:30 a.m. UTC | #1
Hello:

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

On Thu, 11 Apr 2024 14:54:38 +0300 you wrote:
> Hi,
> 
> This patchset provides bug fixes to mlx5 core and Eth drivers.
> 
> Series generated against:
> commit fe87922cee61 ("net/mlx5: fix possible stack overflows")
> 
> [...]

Here is the summary with links:
  - [net,1/6] net/mlx5: Lag, restore buckets number to default after hash LAG deactivation
    https://git.kernel.org/netdev/net/c/37cc10da3a50
  - [net,2/6] net/mlx5: SD, Handle possible devcom ERR_PTR
    https://git.kernel.org/netdev/net/c/aa4ac90d04f4
  - [net,3/6] net/mlx5: Restore mistakenly dropped parts in register devlink flow
    https://git.kernel.org/netdev/net/c/bf729988303a
  - [net,4/6] net/mlx5e: Use channel mdev reference instead of global mdev instance for coalescing
    https://git.kernel.org/netdev/net/c/6c685bdb9e1a
  - [net,5/6] net/mlx5e: Acquire RTNL lock before RQs/SQs activation/deactivation
    https://git.kernel.org/netdev/net/c/fdce06bda7e5
  - [net,6/6] net/mlx5e: Prevent deadlock while disabling aRFS
    https://git.kernel.org/netdev/net/c/fef965764cf5

You are awesome, thank you!