Skip to content

Commit

Permalink
docs: net: add missing devlink health cmd - trigger
Browse files Browse the repository at this point in the history
Documentation is missing and it's not very clear what
this callback is for - presumably testing the recovery?

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jakub Kicinski authored and David S. Miller committed Mar 14, 2021
1 parent 3cc9b29 commit 6f16290
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/networking/devlink/devlink-health.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ via ``devlink``, e.g per error type (per health reporter):
- Allows reporter-related configuration setting.
* - ``DEVLINK_CMD_HEALTH_REPORTER_RECOVER``
- Triggers reporter's recovery procedure.
* - ``DEVLINK_CMD_HEALTH_REPORTER_TEST``
- Triggers a fake health event on the reporter. The effects of the test
event in terms of recovery flow should follow closely that of a real
event.
* - ``DEVLINK_CMD_HEALTH_REPORTER_DIAGNOSE``
- Retrieves current device state related to the reporter.
* - ``DEVLINK_CMD_HEALTH_REPORTER_DUMP_GET``
Expand Down

0 comments on commit 6f16290

Please sign in to comment.