All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] mlx5 misc patches 2023-07-05
@ 2024-07-05  7:13 Tariq Toukan
  2024-07-05  7:13 ` [PATCH net-next 01/10] net/mlx5: IFC updates for SF max IO EQs Tariq Toukan
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Tariq Toukan @ 2024-07-05  7:13 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 features and small enhancements from the team to
the mlx5 core and Eth drivers.

In patches 1-4, Dan completes the max_num_eqs logic of the SF.

Patches 5-7 by Rahul and Carolina add PTM (Precision Time Measurement)
support to driver. PTM is a PCI extended capability introduced by
PCI-SIG for providing an accurate read of the device clock offset
without being impacted by asymmetric bus transfer rates.

Patches 8-10 are misc fixes and cleanups.

Series generated against:
commit 390b14b5e9f6 ("dt-bindings: net: Define properties at top-level")

Regards,
Tariq


Carolina Jubran (1):
  net/mlx5: Add support for enabling PTM PCI capability

Cosmin Ratiu (1):
  net/mlx5e: CT: Initialize err to 0 to avoid warning

Daniel Jurgens (4):
  net/mlx5: IFC updates for SF max IO EQs
  net/mlx5: Set sf_eq_usage for SF max EQs
  net/mlx5: Set default max eqs for SFs
  net/mlx5: Use set number of max EQs

Dragos Tatulea (1):
  net/mlx5e: SHAMPO, Add missing aggregate counter

Rahul Rameshbabu (2):
  net/mlx5: Add support for MTPTM and MTCTR registers
  net/mlx5: Implement PTM cross timestamping support

Yevgeny Kliteynik (1):
  net/mlx5: DR, Remove definer functions from SW Steering API

 .../ethernet/mellanox/mlx5/core/en/tc_ct.c    |  2 +-
 .../ethernet/mellanox/mlx5/core/en_stats.c    |  2 +
 drivers/net/ethernet/mellanox/mlx5/core/eq.c  |  7 +-
 .../net/ethernet/mellanox/mlx5/core/eswitch.h |  3 +
 .../mellanox/mlx5/core/eswitch_offloads.c     | 15 +++-
 drivers/net/ethernet/mellanox/mlx5/core/fw.c  |  1 +
 .../ethernet/mellanox/mlx5/core/lib/clock.c   | 86 +++++++++++++++++++
 .../net/ethernet/mellanox/mlx5/core/main.c    |  6 ++
 .../net/ethernet/mellanox/mlx5/core/pci_irq.c | 12 +--
 .../ethernet/mellanox/mlx5/core/sf/devlink.c  | 12 +++
 .../mellanox/mlx5/core/steering/dr_types.h    |  5 ++
 .../mellanox/mlx5/core/steering/mlx5dr.h      |  5 --
 include/linux/mlx5/device.h                   |  7 +-
 include/linux/mlx5/driver.h                   |  2 +
 include/linux/mlx5/mlx5_ifc.h                 | 47 +++++++++-
 15 files changed, 193 insertions(+), 19 deletions(-)

-- 
2.44.0


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

end of thread, other threads:[~2024-07-06  9:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-05  7:13 [PATCH net-next 00/10] mlx5 misc patches 2023-07-05 Tariq Toukan
2024-07-05  7:13 ` [PATCH net-next 01/10] net/mlx5: IFC updates for SF max IO EQs Tariq Toukan
2024-07-05  7:13 ` [PATCH net-next 02/10] net/mlx5: Set sf_eq_usage for SF max EQs Tariq Toukan
2024-07-05  7:13 ` [PATCH net-next 03/10] net/mlx5: Set default max eqs for SFs Tariq Toukan
2024-07-05  7:13 ` [PATCH net-next 04/10] net/mlx5: Use set number of max EQs Tariq Toukan
2024-07-05  7:13 ` [PATCH net-next 05/10] net/mlx5: Add support for MTPTM and MTCTR registers Tariq Toukan
2024-07-05  7:13 ` [PATCH net-next 06/10] net/mlx5: Add support for enabling PTM PCI capability Tariq Toukan
2024-07-05  7:13 ` [PATCH net-next 07/10] net/mlx5: Implement PTM cross timestamping support Tariq Toukan
2024-07-05  9:44   ` Simon Horman
2024-07-06  9:26   ` kernel test robot
2024-07-05  7:13 ` [PATCH net-next 08/10] net/mlx5: DR, Remove definer functions from SW Steering API Tariq Toukan
2024-07-05  7:13 ` [PATCH net-next 09/10] net/mlx5e: SHAMPO, Add missing aggregate counter Tariq Toukan
2024-07-05  7:13 ` [PATCH net-next 10/10] net/mlx5e: CT: Initialize err to 0 to avoid warning 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.