@@ -40,6 +40,7 @@ flow_steering_mode: Device flow steering mode
4040---------------------------------------------
4141The flow steering mode parameter controls the flow steering mode of the driver.
4242Two modes are supported:
43+
43441. 'dmfs' - Device managed flow steering.
44452. 'smfs' - Software/Driver managed flow steering.
4546
@@ -99,6 +100,7 @@ between representors and stacked devices.
99100By default metadata is enabled on the supported devices in E-switch.
100101Metadata is applicable only for E-switch in switchdev mode and
101102users may disable it when NONE of the below use cases will be in use:
103+
1021041. HCA is in Dual/multi-port RoCE mode.
1031052. VF/SF representor bonding (Usually used for Live migration)
1041063. Stacked devices
@@ -180,7 +182,8 @@ User commands examples:
180182
181183 $ devlink health diagnose pci/0000:82:00.0 reporter tx
182184
183- NOTE: This command has valid output only when interface is up, otherwise the command has empty output.
185+ .. note ::
186+ This command has valid output only when interface is up, otherwise the command has empty output.
184187
185188- Show number of tx errors indicated, number of recover flows ended successfully,
186189 is autorecover enabled and graceful period from last recover::
@@ -232,8 +235,9 @@ User commands examples:
232235
233236 $ devlink health dump show pci/0000:82:00.0 reporter fw
234237
235- NOTE: This command can run only on the PF which has fw tracer ownership,
236- running it on other PF or any VF will return "Operation not permitted".
238+ .. note ::
239+ This command can run only on the PF which has fw tracer ownership,
240+ running it on other PF or any VF will return "Operation not permitted".
237241
238242fw fatal reporter
239243-----------------
@@ -256,7 +260,8 @@ User commands examples:
256260
257261 $ devlink health dump show pci/0000:82:00.1 reporter fw_fatal
258262
259- NOTE: This command can run only on PF.
263+ .. note ::
264+ This command can run only on PF.
260265
261266vnic reporter
262267-------------
@@ -265,28 +270,37 @@ It is responsible for querying the vnic diagnostic counters from fw and displayi
265270them in realtime.
266271
267272Description 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.
273+
274+ - total_q_under_processor_handle
275+ number of queues in an error state due to
276+ an async error or errored command.
277+ - send_queue_priority_update_flow
278+ number of QP/SQ priority/SL update events.
279+ - cq_overrun
280+ number of times CQ entered an error state due to an overflow.
281+ - async_eq_overrun
282+ number of times an EQ mapped to async events was overrun.
283+ comp_eq_overrun number of times an EQ mapped to completion events was
284+ overrun.
285+ - quota_exceeded_command
286+ number of commands issued and failed due to quota exceeded.
287+ - invalid_command
288+ number of commands issued and failed dues to any reason other than quota
289+ exceeded.
290+ - nic_receive_steering_discard
291+ number of packets that completed RX flow
292+ steering but were discarded due to a mismatch in flow table.
284293
285294User commands examples:
286- - Diagnose PF/VF vnic counters
295+
296+ - Diagnose PF/VF vnic counters::
297+
287298 $ devlink health diagnose pci/0000:82:00.1 reporter vnic
299+
288300- Diagnose representor vnic counters (performed by supplying devlink port of the
289- representor, which can be obtained via devlink port command)
301+ representor, which can be obtained via devlink port command)::
302+
290303 $ devlink health diagnose pci/0000:82:00.1/65537 reporter vnic
291304
292- NOTE: This command can run over all interfaces such as PF/VF and representor ports.
305+ .. note ::
306+ This command can run over all interfaces such as PF/VF and representor ports.
0 commit comments