Commit 565b8c60 authored by Bagas Sanjaya's avatar Bagas Sanjaya Committed by Saeed Mahameed

Documentation: net/mlx5: Use bullet and definition lists for vnic counters description

"vnic reporter" section contains unformatted description for vnic
counters, which is rendered as one long paragraph instead of list.

Use bullet and definition lists to match other lists.

Fixes: b0bc615d ("net/mlx5: Add vnic devlink health reporter to PFs/VFs")
Reviewed-by: default avatarLeon Romanovsky <leonro@nvidia.com>
Signed-off-by: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: default avatarSimon Horman <simon.horman@corigine.com>
Reviewed-by: default avatarDaniel Machon <daniel.machon@microchip.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent c3acc46c
...@@ -265,22 +265,26 @@ It is responsible for querying the vnic diagnostic counters from fw and displayi ...@@ -265,22 +265,26 @@ It is responsible for querying the vnic diagnostic counters from fw and displayi
them in realtime. them in realtime.
Description of the vnic counters: Description of the vnic counters:
total_q_under_processor_handle: number of queues in an error state due to
an async error or errored command. - total_q_under_processor_handle
send_queue_priority_update_flow: number of QP/SQ priority/SL update number of queues in an error state due to
events. an async error or errored command.
cq_overrun: number of times CQ entered an error state due to an - send_queue_priority_update_flow
overflow. number of QP/SQ priority/SL update events.
async_eq_overrun: number of times an EQ mapped to async events was - cq_overrun
overrun. number of times CQ entered an error state due to an overflow.
comp_eq_overrun: number of times an EQ mapped to completion events was - async_eq_overrun
overrun. number of times an EQ mapped to async events was overrun.
quota_exceeded_command: number of commands issued and failed due to quota comp_eq_overrun number of times an EQ mapped to completion events was
exceeded. overrun.
invalid_command: number of commands issued and failed dues to any reason - quota_exceeded_command
other than quota exceeded. number of commands issued and failed due to quota exceeded.
nic_receive_steering_discard: number of packets that completed RX flow - invalid_command
steering but were discarded due to a mismatch in flow table. number of commands issued and failed dues to any reason other than quota
exceeded.
- nic_receive_steering_discard
number of packets that completed RX flow
steering but were discarded due to a mismatch in flow table.
User commands examples: User commands examples:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment