Lines Matching refs:health
10 The ``devlink`` health mechanism is targeted for Real Time Alerting, in
21 The main idea is to unify and centralize driver health reports in the
23 attributes of the health reporting and recovery procedures.
25 The ``devlink`` health reporter:
26 Device driver creates a "health reporter" per each error/health type.
29 For each registered health reporter a driver can issue error/health reports
30 asynchronously. All health reports handling is done by ``devlink``.
31 Device driver can provide specific callbacks for each "health reporter", e.g.:
38 Different parts of the driver can register different types of health reporters
44 Once an error is reported, devlink health will perform the following actions:
58 To handle devlink health diagnose and health dump requests, devlink creates a
78 via ``devlink``, e.g per error type (per health reporter):
85 .. list-table:: List of devlink health interfaces
97 - Triggers a fake health event on the reporter. The effects of the test
103 - Retrieves the last stored dump. Devlink health
110 The following diagram provides a general overview of ``devlink-health``::
133 | | health report | | health handler | |
136 | | health reporter create | |