mbox series

[net,0/8] mlx5 fixes 24-05-22

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

Message

Tariq Toukan May 22, 2024, 7:26 p.m. UTC
Hi,

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

Series generated against:
commit 9c91c7fadb17 ("net: mana: Fix the extra HZ in mana_hwc_send_request")

Thanks,
Tariq.

Carolina Jubran (1):
  net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting
    buffer exhaustion

Gal Pressman (2):
  net/mlx5: Fix MTMP register capability offset in MCAM register
  net/mlx5e: Fix UDP GSO for encapsulated packets

Maher Sanalla (1):
  net/mlx5: Lag, do bond only if slaves agree on roce state

Rahul Rameshbabu (3):
  net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status
    rules
  net/mlx5e: Fix IPsec tunnel mode offload feature check
  net/mlx5e: Do not use ptp structure for tx ts stats when not
    initialized

Tariq Toukan (1):
  net/mlx5: Do not query MPIR on embedded CPU function

 .../mellanox/mlx5/core/en_accel/en_accel.h      |  8 +++++++-
 .../mellanox/mlx5/core/en_accel/ipsec_fs.c      |  3 +--
 .../mellanox/mlx5/core/en_accel/ipsec_rxtx.h    | 17 +++++------------
 .../net/ethernet/mellanox/mlx5/core/en_main.c   |  2 +-
 .../net/ethernet/mellanox/mlx5/core/en_stats.c  |  4 ++++
 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c |  6 +++++-
 .../net/ethernet/mellanox/mlx5/core/lag/lag.c   | 12 ++++++++++--
 .../net/ethernet/mellanox/mlx5/core/lib/sd.c    | 12 ++++++++----
 include/linux/mlx5/mlx5_ifc.h                   |  4 ++--
 9 files changed, 43 insertions(+), 25 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 24, 2024, 12:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Wed, 22 May 2024 22:26:51 +0300 you wrote:
> Hi,
> 
> This patchset provides bug fixes to mlx5 core and Eth drivers.
> 
> Series generated against:
> commit 9c91c7fadb17 ("net: mana: Fix the extra HZ in mana_hwc_send_request")
> 
> [...]

Here is the summary with links:
  - [net,1/8] net/mlx5: Lag, do bond only if slaves agree on roce state
    https://git.kernel.org/netdev/net/c/51ef9305b8f4
  - [net,2/8] net/mlx5: Do not query MPIR on embedded CPU function
    https://git.kernel.org/netdev/net/c/fca3b4791850
  - [net,3/8] net/mlx5: Fix MTMP register capability offset in MCAM register
    https://git.kernel.org/netdev/net/c/1b9f86c6d532
  - [net,4/8] net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules
    https://git.kernel.org/netdev/net/c/16d66a4fa81d
  - [net,5/8] net/mlx5e: Fix IPsec tunnel mode offload feature check
    https://git.kernel.org/netdev/net/c/9a52f6d44f45
  - [net,6/8] net/mlx5e: Do not use ptp structure for tx ts stats when not initialized
    https://git.kernel.org/netdev/net/c/f55cd31287e5
  - [net,7/8] net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer exhaustion
    https://git.kernel.org/netdev/net/c/5c74195d5dd9
  - [net,8/8] net/mlx5e: Fix UDP GSO for encapsulated packets
    https://git.kernel.org/netdev/net/c/83fea49f2711

You are awesome, thank you!