Skip to content

Commit 565b8c6

Browse files
bagasmeSaeed Mahameed
authored andcommitted
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: b0bc615 ("net/mlx5: Add vnic devlink health reporter to PFs/VFs") Reviewed-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Reviewed-by: Daniel Machon <daniel.machon@microchip.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
1 parent c3acc46 commit 565b8c6

1 file changed

Lines changed: 20 additions & 16 deletions

File tree

  • Documentation/networking/device_drivers/ethernet/mellanox/mlx5

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

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -265,22 +265,26 @@ It is responsible for querying the vnic diagnostic counters from fw and displayi
265265
them in realtime.
266266

267267
Description of the vnic counters:
268-
total_q_under_processor_handle: number of queues in an error state due to
269-
an async error or errored command.
270-
send_queue_priority_update_flow: number of QP/SQ priority/SL update
271-
events.
272-
cq_overrun: number of times CQ entered an error state due to an
273-
overflow.
274-
async_eq_overrun: number of times an EQ mapped to async events was
275-
overrun.
276-
comp_eq_overrun: number of times an EQ mapped to completion events was
277-
overrun.
278-
quota_exceeded_command: number of commands issued and failed due to quota
279-
exceeded.
280-
invalid_command: number of commands issued and failed dues to any reason
281-
other than quota exceeded.
282-
nic_receive_steering_discard: number of packets that completed RX flow
283-
steering but were discarded due to a mismatch in flow table.
268+
269+
- total_q_under_processor_handle
270+
number of queues in an error state due to
271+
an async error or errored command.
272+
- send_queue_priority_update_flow
273+
number of QP/SQ priority/SL update events.
274+
- cq_overrun
275+
number of times CQ entered an error state due to an overflow.
276+
- async_eq_overrun
277+
number of times an EQ mapped to async events was overrun.
278+
comp_eq_overrun number of times an EQ mapped to completion events was
279+
overrun.
280+
- quota_exceeded_command
281+
number of commands issued and failed due to quota exceeded.
282+
- invalid_command
283+
number of commands issued and failed dues to any reason other than quota
284+
exceeded.
285+
- nic_receive_steering_discard
286+
number of packets that completed RX flow
287+
steering but were discarded due to a mismatch in flow table.
284288

285289
User commands examples:
286290

0 commit comments

Comments
 (0)