Re: [PATCH v4] cxl: mask slice error interrupts after first occurrence

2017-05-02 Thread Frederic Barrat
Le 01/05/2017 à 02:53, Alastair D'Silva a écrit : From: Alastair D'Silva In some situations, a faulty AFU slice may create an interrupt storm of slice errors, rendering the machine unusable. Since these interrupts are informational only, present the interrupt once, then

Re: [PATCH v4] cxl: mask slice error interrupts after first occurrence

2017-05-01 Thread Vaibhav Jain
Thanks for upadating the patch with review comments Alastair. Alastair D'Silva writes: > From: Alastair D'Silva > > In some situations, a faulty AFU slice may create an interrupt storm of > slice errors, rendering the machine unusable. Since these

Re: [PATCH v4] cxl: mask slice error interrupts after first occurrence

2017-04-30 Thread Andrew Donnellan
On 01/05/17 10:53, Alastair D'Silva wrote: From: Alastair D'Silva In some situations, a faulty AFU slice may create an interrupt storm of slice errors, rendering the machine unusable. Since these interrupts are informational only, present the interrupt once, then mask it

[PATCH v4] cxl: mask slice error interrupts after first occurrence

2017-04-30 Thread Alastair D'Silva
From: Alastair D'Silva In some situations, a faulty AFU slice may create an interrupt storm of slice errors, rendering the machine unusable. Since these interrupts are informational only, present the interrupt once, then mask it off to prevent it from being retriggered