Re: [PATCH net-next v2 00/11] Devlink health reporting and recovery system
From: David Miller <davem@davemloft.net>
Date: 2019-01-18 22:59:58
From: David Miller <davem@davemloft.net>
Date: 2019-01-18 22:59:58
From: Eran Ben Elisha <redacted> Date: Thu, 17 Jan 2019 23:59:09 +0200
The health mechanism 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 main idea is to unify and centralize driver health reports in the generic devlink instance and allow the user to set different attributes of the health reporting and recovery procedures.
...
In this patchset, mlx5e TX reporter is implemented. v2: - Remove FW* reporters to decrease the amount of patches in the patchset
Series applied.