Skip to content

Commit 21e16fa

Browse files
mosheshemesh2Saeed Mahameed
authored andcommitted
Documentation: Fix counter name of mlx5 vnic reporter
Fix counter name in documentation of mlx5 vnic health reporter diagnose output: total_error_queues. While here fix alignment in the documentation file of another counter, comp_eq_overrun, as it should have its own line and not be part of another counter's description. Example: $ devlink health diagnose pci/0000:00:04.0 reporter vnic vNIC env counters: total_error_queues: 0 send_queue_priority_update_flow: 0 comp_eq_overrun: 0 async_eq_overrun: 0 cq_overrun: 0 invalid_command: 0 quota_exceeded_command: 0 nic_receive_steering_discard: 0 Signed-off-by: Moshe Shemesh <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent 77bed87 commit 21e16fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/networking/devlink/mlx5.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ them in realtime.
250250

251251
Description of the vnic counters:
252252

253-
- total_q_under_processor_handle
253+
- total_error_queues
254254
number of queues in an error state due to
255255
an async error or errored command.
256256
- send_queue_priority_update_flow
@@ -259,7 +259,8 @@ Description of the vnic counters:
259259
number of times CQ entered an error state due to an overflow.
260260
- async_eq_overrun
261261
number of times an EQ mapped to async events was overrun.
262-
comp_eq_overrun number of times an EQ mapped to completion events was
262+
- comp_eq_overrun
263+
number of times an EQ mapped to completion events was
263264
overrun.
264265
- quota_exceeded_command
265266
number of commands issued and failed due to quota exceeded.

0 commit comments

Comments
 (0)