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

2017-04-28 Thread Frederic Barrat
Hi Alastair, Le 28/04/2017 à 05:20, Alastair D'Silva a écrit : From: Alastair D'Silva In some situations, a faulty AFU slice may create an interrupt storm, rendering the machine unusable. Since these interrupts are informational only, present the interrupt once, then mask it off to prevent it

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

2017-04-27 Thread Vaibhav Jain
Hi Alastair, Thanks for addressing previous review comments. Few additional and very minor comments. Alastair D'Silva writes: > From: Alastair D'Silva > > In some situations, a faulty AFU slice may create an interrupt storm, 'interrupt storm of slice-errors,' > rendering the machine unusable. S

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

2017-04-27 Thread Andrew Donnellan
On 28/04/17 13:20, Alastair D'Silva wrote: From: Alastair D'Silva In some situations, a faulty AFU slice may create an interrupt storm, rendering the machine unusable. Since these interrupts are informational only, present the interrupt once, then mask it off to prevent it from being retriggere

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

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