Skip to content

Commit ccd06f5

Browse files
committed
Merge tag 'mlx5-updates-2023-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Saeed Mahameed says: ==================== mlx5-updates-2023-08-14 1) Handle PTP out of order CQEs issue 2) Check FW status before determining reset successful 3) Expose maximum supported SFs via devlink resource 4) MISC cleanups * tag 'mlx5-updates-2023-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux: net/mlx5: Don't query MAX caps twice net/mlx5: Remove unused MAX HCA capabilities net/mlx5: Remove unused CAPs net/mlx5: Fix error message in mlx5_sf_dev_state_change_handler() net/mlx5: Remove redundant check of mlx5_vhca_event_supported() net/mlx5: Use mlx5_sf_start_function_id() helper instead of directly calling MLX5_CAP_GEN() net/mlx5: Remove redundant SF supported check from mlx5_sf_hw_table_init() net/mlx5: Use auxiliary_device_uninit() instead of device_put() net/mlx5: E-switch, Add checking for flow rule destinations net/mlx5: Check with FW that sync reset completed successfully net/mlx5: Expose max possible SFs via devlink resource net/mlx5e: Add recovery flow for tx devlink health reporter for unhealthy PTP SQ net/mlx5e: Make tx_port_ts logic resilient to out-of-order CQEs net/mlx5: Consolidate devlink documentation in devlink/mlx5.rst ==================== Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
2 parents 9cf3db3 + bd3a2f7 commit ccd06f5

File tree

25 files changed

+672
-569
lines changed

25 files changed

+672
-569
lines changed

Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,12 @@ the software port.
683683
time protocol.
684684
- Error
685685

686+
* - `ptp_cq[i]_late_cqe`
687+
- Number of times a CQE has been delivered on the PTP timestamping CQ when
688+
the CQE was not expected since a certain amount of time had elapsed where
689+
the device typically ensures not posting the CQE.
690+
- Error
691+
686692
.. [#ring_global] The corresponding ring and global counters do not share the
687693
same name (i.e. do not follow the common naming scheme).
688694

Documentation/networking/device_drivers/ethernet/mellanox/mlx5/devlink.rst

Lines changed: 0 additions & 313 deletions
This file was deleted.

Documentation/networking/device_drivers/ethernet/mellanox/mlx5/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Contents:
1313
:maxdepth: 2
1414

1515
kconfig
16-
devlink
1716
switchdev
1817
tracepoints
1918
counters

0 commit comments

Comments
 (0)