devlink
[ OPTIONS ]
health
{ COMMAND |
help }
OPTIONS := {
-V[ersion] }
devlink health show
[ { DEV | DEV/PORT_INDEX }
reporter
REPORTER ]
devlink health recover
{ DEV | DEV/PORT_INDEX }
reporter
REPORTER
devlink health diagnose
{ DEV | DEV/PORT_INDEX }
reporter
REPORTER
devlink health dump show
{ DEV | DEV/PORT_INDEX }
reporter
REPORTER
devlink health test
{ DEV | DEV/PORT_INDEX }
reporter
REPORTER
devlink health dump clear
{ DEV | DEV/PORT_INDEX }
reporter
REPORTER
devlink health set
{ DEV | DEV/PORT_INDEX }
reporter
REPORTER
[
grace_period MSEC
] [
auto_recover { true | false }
] [
auto_dump { true | false }
]
devlink health help
DEV
- specifies the devlink device.
DEV/PORT_INDEX
- specifies the devlink port.
REPORTER - specifies the reporter's name registered on specified devlink device or port.
DEV
- specifies the devlink device.
DEV/PORT_INDEX
- specifies the devlink port.
REPORTER - specifies the reporter's name registered on specified devlink device or port.
DEV
- specifies the devlink device.
DEV/PORT_INDEX
- specifies the devlink port.
REPORTER - specifies the reporter's name registered on specified devlink device or port.
DEV - specifies the devlink device.
REPORTER - specifies the reporter's name registered on the devlink device.
devlink health saves a single dump per reporter. If an dump is
not already stored by the Devlink, this command will generate a new
dump. The dump can be generated either automatically when a
reporter reports on an error or manually at the user's request.
DEV
- specifies the devlink device.
DEV/PORT_INDEX
- specifies the devlink port.
REPORTER - specifies the reporter's name registered on specified devlink device or port.
the next "devlink health dump show" command.
DEV
- specifies the devlink device.
DEV/PORT_INDEX
- specifies the devlink port.
REPORTER - specifies the reporter's name registered on specified devlink device or port.
DEV
- specifies the devlink device.
DEV/PORT_INDEX
- specifies the devlink port.
REPORTER - specifies the reporter's name registered on specified devlink device or port.
devlink health show
devlink health show pci/0000:00:09.0/1 reporter tx
devlink health recover pci/0000:00:09.0 reporter fw_fatal
devlink health recover pci/0000:00:09.0/1 reporter tx
devlink health diagnose pci/0000:00:09.0 reporter fw
devlink health dump show pci/0000:00:09.0/1 reporter tx
devlink health dump clear pci/0000:00:09.0/1 reporter tx
devlink health set pci/0000:00:09.0 reporter fw_fatal grace_period 3500
devlink health set pci/0000:00:09.0/1 reporter tx grace_period 3500
devlink health set pci/0000:00:09.0 reporter fw_fatal auto_recover false