mbox series

[net-next,0/6] mlx5 misc patches 2023-06-13

Message ID 20240613210036.1125203-1-tariqt@nvidia.com (mailing list archive)
Headers show
Series mlx5 misc patches 2023-06-13 | expand

Message

Tariq Toukan June 13, 2024, 9 p.m. UTC
Hi,

This patchset contains small code cleanups and enhancements from the
team to the mlx5 core and Eth drivers.

Series generated against:
commit 3ec8d7572a69 ("CDC-NCM: add support for Apple's private interface")

Regards,
Tariq

Chris Mi (1):
  net/mlx5: CT: Separate CT and CT-NAT tuple entries

Cosmin Ratiu (1):
  net/mlx5: Correct TASR typo into TSAR

Gal Pressman (2):
  net/mlx5e: Fix outdated comment in features check
  net/mlx5e: Use tcp_v[46]_check checksum helpers

Moshe Shemesh (1):
  net/mlx5: Replace strcpy with strscpy

Rahul Rameshbabu (1):
  net/mlx5e: Support SWP-mode offload L4 csum calculation

 .../ethernet/mellanox/mlx5/core/en/tc_ct.c    | 187 +++++++++++++-----
 .../net/ethernet/mellanox/mlx5/core/en/txrx.h |  37 ++++
 .../mellanox/mlx5/core/en_accel/ipsec_rxtx.h  |   6 +-
 .../net/ethernet/mellanox/mlx5/core/en_main.c |   2 +-
 .../net/ethernet/mellanox/mlx5/core/en_rx.c   |   9 +-
 .../net/ethernet/mellanox/mlx5/core/esw/qos.c |   2 +-
 .../net/ethernet/mellanox/mlx5/core/fs_core.c |   4 +-
 include/linux/mlx5/mlx5_ifc.h                 |   5 +-
 8 files changed, 196 insertions(+), 56 deletions(-)

Comments

Jakub Kicinski June 13, 2024, 10:05 p.m. UTC | #1
On Fri, 14 Jun 2024 00:00:30 +0300 Tariq Toukan wrote:
> This patchset contains small code cleanups and enhancements from the
> team to the mlx5 core and Eth drivers.

Looks small indeed, but fair warning - please prioritize helping Joe get
the queue stats merged. After this one we will not be taking any mlx5
-next material after qstats are in :(
Jakub Kicinski June 13, 2024, 10:37 p.m. UTC | #2
On Thu, 13 Jun 2024 15:05:25 -0700 Jakub Kicinski wrote:
> Looks small indeed, but fair warning - please prioritize helping Joe get
> the queue stats merged. After this one we will not be taking any mlx5
> -next material after qstats are in :(
                 ^^^^^
                     until*
patchwork-bot+netdevbpf@kernel.org June 15, 2024, 2:10 a.m. UTC | #3
Hello:

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

On Fri, 14 Jun 2024 00:00:30 +0300 you wrote:
> Hi,
> 
> This patchset contains small code cleanups and enhancements from the
> team to the mlx5 core and Eth drivers.
> 
> Series generated against:
> commit 3ec8d7572a69 ("CDC-NCM: add support for Apple's private interface")
> 
> [...]

Here is the summary with links:
  - [net-next,1/6] net/mlx5: Correct TASR typo into TSAR
    https://git.kernel.org/netdev/net-next/c/e575d3a6dd22
  - [net-next,2/6] net/mlx5: CT: Separate CT and CT-NAT tuple entries
    https://git.kernel.org/netdev/net-next/c/49d37d05f216
  - [net-next,3/6] net/mlx5: Replace strcpy with strscpy
    https://git.kernel.org/netdev/net-next/c/f070d422bab9
  - [net-next,4/6] net/mlx5e: Fix outdated comment in features check
    https://git.kernel.org/netdev/net-next/c/a9dbb4ac58c0
  - [net-next,5/6] net/mlx5e: Use tcp_v[46]_check checksum helpers
    https://git.kernel.org/netdev/net-next/c/fac15a72b8e5
  - [net-next,6/6] net/mlx5e: Support SWP-mode offload L4 csum calculation
    https://git.kernel.org/netdev/net-next/c/296eaab82506

You are awesome, thank you!