mbox series

[net-next,V2,00/11] mlx5 misc patches 2024-08-08

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

Message

Tariq Toukan Aug. 8, 2024, 5:59 a.m. UTC
Hi,

This patchset contains multiple enhancements from the team to the mlx5
core and Eth drivers.

Patch #1 by Chris bumps a defined value to permit more devices doing TC
offloads.

Patch #2 by Jianbo adds an IPsec fast-path optimization to replace the
slow async handling.

Patches #3 and #4 by Jianbo add TC offload support for complicated rules
to overcome firmware limitation.

Patch #5 by Gal unifies the access macro to advertised/supported link
modes.

Patches #6 to #9 by Gal adds extack messages in ethtool ops to replace
prints to the kernel log.

Patch #10 by Cosmin switches to using 'update' verb instead of 'replace'
to better reflect the operation.

Patch #11 by Cosmin exposes an update connection tracking operation to
replace the assumed delete+add implementaiton.

Series generated against:
commit eec9de035410 ("Merge branch 'mlx5-ptm-cross-timestamping-support'")

Regards,
Tariq

V2:
- Address dead-code comment by Jakub on patch #6.

Chris Mi (1):
  net/mlx5: E-Switch, Increase max int port number for offload

Cosmin Ratiu (2):
  net/mlx5e: CT: 'update' rules instead of 'replace'
  net/mlx5e: CT: Update connection tracking steering entries

Gal Pressman (5):
  net/mlx5e: Be consistent with bitmap handling of link modes
  net/mlx5e: Use extack in set ringparams callback
  net/mlx5e: Use extack in get coalesce callback
  net/mlx5e: Use extack in set coalesce callback
  net/mlx5e: Use extack in get module eeprom by page callback

Jianbo Liu (3):
  net/mlx5e: Enable remove flow for hard packet limit
  net/mlx5e: TC, Offload rewrite and mirror on tunnel over ovs internal
    port
  net/mlx5e: TC, Offload rewrite and mirror to both internal and
    external dests

 drivers/net/ethernet/mellanox/mlx5/core/en.h  |   6 +-
 .../ethernet/mellanox/mlx5/core/en/tc/ct_fs.h |   2 +
 .../mellanox/mlx5/core/en/tc/ct_fs_dmfs.c     |  21 +++
 .../mellanox/mlx5/core/en/tc/ct_fs_smfs.c     |  26 ++++
 .../ethernet/mellanox/mlx5/core/en/tc_ct.c    |  46 +++----
 .../ethernet/mellanox/mlx5/core/en/tc_priv.h  |   1 +
 .../mlx5/core/en_accel/ipsec_offload.c        |   1 +
 .../ethernet/mellanox/mlx5/core/en_ethtool.c  |  86 +++++++------
 .../net/ethernet/mellanox/mlx5/core/en_rep.c  |   4 +-
 .../net/ethernet/mellanox/mlx5/core/en_tc.c   | 120 ++++++++++++++++++
 .../net/ethernet/mellanox/mlx5/core/en_tc.h   |   3 +-
 .../mellanox/mlx5/core/eswitch_offloads.c     |   7 +
 .../mellanox/mlx5/core/ipoib/ethtool.c        |   4 +-
 13 files changed, 253 insertions(+), 74 deletions(-)

Comments

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

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

On Thu, 8 Aug 2024 08:59:16 +0300 you wrote:
> Hi,
> 
> This patchset contains multiple enhancements from the team to the mlx5
> core and Eth drivers.
> 
> Patch #1 by Chris bumps a defined value to permit more devices doing TC
> offloads.
> 
> [...]

Here is the summary with links:
  - [net-next,V2,01/11] net/mlx5: E-Switch, Increase max int port number for offload
    https://git.kernel.org/netdev/net-next/c/6e20d538fb1d
  - [net-next,V2,02/11] net/mlx5e: Enable remove flow for hard packet limit
    https://git.kernel.org/netdev/net-next/c/88c46f6103e2
  - [net-next,V2,03/11] net/mlx5e: TC, Offload rewrite and mirror on tunnel over ovs internal port
    https://git.kernel.org/netdev/net-next/c/16bb8c613379
  - [net-next,V2,04/11] net/mlx5e: TC, Offload rewrite and mirror to both internal and external dests
    https://git.kernel.org/netdev/net-next/c/b11bde56246e
  - [net-next,V2,05/11] net/mlx5e: Be consistent with bitmap handling of link modes
    https://git.kernel.org/netdev/net-next/c/4384bcff035e
  - [net-next,V2,06/11] net/mlx5e: Use extack in set ringparams callback
    https://git.kernel.org/netdev/net-next/c/ab666b5287e8
  - [net-next,V2,07/11] net/mlx5e: Use extack in get coalesce callback
    https://git.kernel.org/netdev/net-next/c/29a943d71d23
  - [net-next,V2,08/11] net/mlx5e: Use extack in set coalesce callback
    https://git.kernel.org/netdev/net-next/c/9c4298b466b1
  - [net-next,V2,09/11] net/mlx5e: Use extack in get module eeprom by page callback
    https://git.kernel.org/netdev/net-next/c/b5100b72da68
  - [net-next,V2,10/11] net/mlx5e: CT: 'update' rules instead of 'replace'
    https://git.kernel.org/netdev/net-next/c/486aeb2db55b
  - [net-next,V2,11/11] net/mlx5e: CT: Update connection tracking steering entries
    https://git.kernel.org/netdev/net-next/c/6b5662b75960

You are awesome, thank you!