summaryrefslogtreecommitdiff
path: root/Documentation/networking/devlink/devlink-health.rst
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2021-03-12 16:30:26 -0800
committerDavid S. Miller <davem@davemloft.net>2021-03-13 18:12:43 -0800
commit6f1629093399303bf19d6fcd5144061d1e25ec23 (patch)
treefd358146d560efd36bf117d768d3ad9bcd45d3c6 /Documentation/networking/devlink/devlink-health.rst
parent3cc9b29ac0e1739091ccfe9ada2ffdd230312f2e (diff)
docs: net: add missing devlink health cmd - trigger
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>
Diffstat (limited to 'Documentation/networking/devlink/devlink-health.rst')
-rw-r--r--Documentation/networking/devlink/devlink-health.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/networking/devlink/devlink-health.rst b/Documentation/networking/devlink/devlink-health.rst
index d52c9a605188..e37f77734b5b 100644
--- a/Documentation/networking/devlink/devlink-health.rst
+++ b/Documentation/networking/devlink/devlink-health.rst
@@ -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``