diff options
| author | Yael Chemla <ychemla@nvidia.com> | 2025-03-16 10:14:36 +0200 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2025-03-21 21:23:47 +0100 |
| commit | c3b999cad7ec39a5487b20e8b6e737d2ab0c5393 (patch) | |
| tree | 4d723ba7c6d041d2f840deac219ea2397501b083 /Documentation/networking | |
| parent | 4c737ceb690cd35a8caf909f2998ef79f15cc6a0 (diff) | |
| download | linux-next-c3b999cad7ec39a5487b20e8b6e737d2ab0c5393.tar.gz linux-next-c3b999cad7ec39a5487b20e8b6e737d2ab0c5393.zip | |
net/mlx5e: Expose port reset cycle recovery counter via ethtool
Display recovery event of PPCNT recovery counters group. Counts (per
link) the number of total successful recovery events of any recovery
types during port reset cycle.
Signed-off-by: Yael Chemla <ychemla@nvidia.com>
Reviewed-by: Cosmin Ratiu <cratiu@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/1742112876-2890-5-git-send-email-tariqt@nvidia.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'Documentation/networking')
| -rw-r--r-- | Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst index 99d95be4d159..43d72c8b713b 100644 --- a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst +++ b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst @@ -1082,6 +1082,11 @@ like flow control, FEC and more. need to replace the cable/transceiver. - Error + * - `total_success_recovery_phy` + - The number of total successful recovery events of any type during + ports reset cycle. + - Error + * - `rx_out_of_buffer` - Number of times receive queue had no software buffers allocated for the adapter's incoming traffic. |
