All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/11] mlx5 misc patches 2024-08-06
@ 2024-08-06 12:57 Tariq Toukan
  2024-08-06 12:57 ` [PATCH net-next 01/11] net/mlx5: E-Switch, Increase max int port number for offload Tariq Toukan
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Tariq Toukan @ 2024-08-06 12:57 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, Paolo Abeni, Eric Dumazet
  Cc: netdev, Saeed Mahameed, Gal Pressman, Leon Romanovsky,
	Tariq Toukan

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

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  |  81 +++++++-----
 .../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, 255 insertions(+), 67 deletions(-)

-- 
2.44.0


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-08-07  6:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06 12:57 [PATCH net-next 00/11] mlx5 misc patches 2024-08-06 Tariq Toukan
2024-08-06 12:57 ` [PATCH net-next 01/11] net/mlx5: E-Switch, Increase max int port number for offload Tariq Toukan
2024-08-06 12:57 ` [PATCH net-next 02/11] net/mlx5e: Enable remove flow for hard packet limit Tariq Toukan
2024-08-06 12:57 ` [PATCH net-next 03/11] net/mlx5e: TC, Offload rewrite and mirror on tunnel over ovs internal port Tariq Toukan
2024-08-06 12:57 ` [PATCH net-next 04/11] net/mlx5e: TC, Offload rewrite and mirror to both internal and external dests Tariq Toukan
2024-08-06 12:57 ` [PATCH net-next 05/11] net/mlx5e: Be consistent with bitmap handling of link modes Tariq Toukan
2024-08-06 12:57 ` [PATCH net-next 06/11] net/mlx5e: Use extack in set ringparams callback Tariq Toukan
2024-08-07  1:16   ` Jakub Kicinski
2024-08-07  6:22     ` Gal Pressman
2024-08-06 12:58 ` [PATCH net-next 07/11] net/mlx5e: Use extack in get coalesce callback Tariq Toukan
2024-08-06 12:58 ` [PATCH net-next 08/11] net/mlx5e: Use extack in set " Tariq Toukan
2024-08-06 12:58 ` [PATCH net-next 09/11] net/mlx5e: Use extack in get module eeprom by page callback Tariq Toukan
2024-08-06 12:58 ` [PATCH net-next 10/11] net/mlx5e: CT: 'update' rules instead of 'replace' Tariq Toukan
2024-08-06 12:58 ` [PATCH net-next 11/11] net/mlx5e: CT: Update connection tracking steering entries Tariq Toukan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.