Re: [PATCH 13/20] octeontx2-af: Add FLR interrupt handler

2018-11-08 Thread Arnd Bergmann
On Thu, Nov 8, 2018 at 7:37 PM wrote: > > From: Geetha sowjanya > > All RVU PF's upon receiving a FLR will trigger an IRQ to RVU AF. > This patch enables all RVU PF's FLR interrupt and registers a > handler. Upon receiving an IRQ a workqueue is scheduled to > cleanup all RVU blocks being used by

[PATCH 13/20] octeontx2-af: Add FLR interrupt handler

2018-11-08 Thread sunil . kovvuri
From: Geetha sowjanya All RVU PF's upon receiving a FLR will trigger an IRQ to RVU AF. This patch enables all RVU PF's FLR interrupt and registers a handler. Upon receiving an IRQ a workqueue is scheduled to cleanup all RVU blocks being used by the PF/VF which received the FLR. Signed-off-by: Ge