netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH iproute2-next] System specification health API
@ 2018-09-13  8:18 Eran Ben Elisha
  2018-09-13  8:18 ` [RFC PATCH iproute2-next] man: Add devlink health man page Eran Ben Elisha
  2018-09-13 17:36 ` [RFC PATCH iproute2-next] System specification health API Jakub Kicinski
  0 siblings, 2 replies; 17+ messages in thread
From: Eran Ben Elisha @ 2018-09-13  8:18 UTC (permalink / raw)
  To: netdev, Jiri Pirko, Andy Gospodarek, Michael Chan, Jakub Kicinski,
	Simon Horman, Alexander Duyck
  Cc: Andrew Lunn, Florian Fainelli, Tal Alon, Ariel Almog,
	Eran Ben Elisha

The health spec is targeted for Real Time Alerting, in order to know when
something bad had happened to a PCI device
- Provide alert debug information
- Self healing
- If problem needs vendor support, provide a way to gather all needed debugging
  information.

The health contains sensors which sense for malfunction. Once sensor triggered,
actions such as logs and correction can be taken.
Sensors are sensing the health state and can trigger correction action.

The sensors are divided into the following groups
- Hardware sensor - a sensor which is triggered by the device due to
  malfunction.
- Software sensor - a sensor which is triggered by the software due to
  malfunction.
Both group of sensors can be triggered due to error event or due to a periodic check.

Actions are the way to handle sensor events. Action can be in one of the
following groups:
- Dump -  SW trace, SW dump, HW trace, HW dump
- Reset - Surgical correction (e.g. modify Q, flush Q, reset of device, etc)
Actions can be performed by SW or HW.

User is allowed to enable or disable sensors and sensor2action mapping.

This RFC man page patch describes the suggested API of devlink-health in order
to control sensors and actions.

Eran Ben Elisha (1):
  man: Add devlink health man page

 man/man8/devlink-health.8 | 171 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 171 insertions(+)
 create mode 100644 man/man8/devlink-health.8

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2018-09-25 18:25 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-13  8:18 [RFC PATCH iproute2-next] System specification health API Eran Ben Elisha
2018-09-13  8:18 ` [RFC PATCH iproute2-next] man: Add devlink health man page Eran Ben Elisha
2018-09-13 10:27   ` Tobin C. Harding
2018-09-13 11:58     ` Eran Ben Elisha
2018-09-13 22:06       ` Tobin C. Harding
2018-09-13 12:08   ` Andrew Lunn
2018-09-13 12:49     ` Eran Ben Elisha
2018-09-13 13:24       ` Andrew Lunn
2018-09-13 14:30         ` Eran Ben Elisha
2018-09-13 15:12           ` Andrew Lunn
2018-09-16  9:14             ` Eran Ben Elisha
2018-09-13 17:36 ` [RFC PATCH iproute2-next] System specification health API Jakub Kicinski
2018-09-16 10:37   ` Eran Ben Elisha
2018-09-25 12:00     ` Eran Ben Elisha
2018-09-16 19:29   ` Stephen Hemminger
2018-09-16 19:57     ` Andrew Lunn
2018-09-25 12:17       ` Eran Ben Elisha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).