Re: [PATCH 01/13] powerpc/eeh: Add eeh_max_freezes to initial EEH log line

2018-05-03 Thread Russell Currey
On Wed, 2018-05-02 at 16:34 +1000, Sam Bobroff wrote: > The current failure message includes the number of failures that have > occurred in the last hour (for a device) but it does not indicate > how many failures will be tolerated before the device is permanently > disabled. > > Include the limit

[PATCH 01/13] powerpc/eeh: Add eeh_max_freezes to initial EEH log line

2018-05-01 Thread Sam Bobroff
The current failure message includes the number of failures that have occurred in the last hour (for a device) but it does not indicate how many failures will be tolerated before the device is permanently disabled. Include the limit (eeh_max_freezes) to make this less surprising when it happens.