mbox series

[net,0/5] mlx5 misc fixes 2024-08-08

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

Message

Tariq Toukan Aug. 8, 2024, 2:41 p.m. UTC
Hi,

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

Series generated against:
commit b928e7d19dfd ("Merge tag 'for-net-2024-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth")

Thanks,
Tariq.

Cosmin Ratiu (1):
  net/mlx5e: Correctly report errors for ethtool rx flows

Dragos Tatulea (2):
  net/mlx5e: SHAMPO, Increase timeout to improve latency
  net/mlx5e: Take state lock during tx timeout reporter

Gal Pressman (1):
  net/mlx5e: Fix queue stats access to non-existing channels splat

Tariq Toukan (1):
  net/mlx5: SD, Do not query MPIR register if no sd_group

 drivers/net/ethernet/mellanox/mlx5/core/en.h   |  2 +-
 .../ethernet/mellanox/mlx5/core/en/params.c    | 16 +++++++++++++++-
 .../ethernet/mellanox/mlx5/core/en/params.h    |  1 +
 .../mellanox/mlx5/core/en/reporter_tx.c        |  2 ++
 .../mellanox/mlx5/core/en_fs_ethtool.c         |  2 +-
 .../net/ethernet/mellanox/mlx5/core/en_main.c  | 17 ++++-------------
 .../net/ethernet/mellanox/mlx5/core/lib/sd.c   | 18 +++++++++---------
 7 files changed, 33 insertions(+), 25 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 10, 2024, 5:30 a.m. UTC | #1
Hello:

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

On Thu, 8 Aug 2024 17:41:01 +0300 you wrote:
> Hi,
> 
> This patchset provides misc bug fixes from the team to the mlx5 core and
> Eth drivers.
> 
> Series generated against:
> commit b928e7d19dfd ("Merge tag 'for-net-2024-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth")
> 
> [...]

Here is the summary with links:
  - [net,1/5] net/mlx5: SD, Do not query MPIR register if no sd_group
    https://git.kernel.org/netdev/net/c/c31fe2b5095d
  - [net,2/5] net/mlx5e: SHAMPO, Increase timeout to improve latency
    https://git.kernel.org/netdev/net/c/ab6013a59b4d
  - [net,3/5] net/mlx5e: Take state lock during tx timeout reporter
    https://git.kernel.org/netdev/net/c/e6b5afd30b99
  - [net,4/5] net/mlx5e: Correctly report errors for ethtool rx flows
    https://git.kernel.org/netdev/net/c/cbc796be1779
  - [net,5/5] net/mlx5e: Fix queue stats access to non-existing channels splat
    https://git.kernel.org/netdev/net/c/0b4a4534d083

You are awesome, thank you!