Re: [dpdk-dev] [PATCH] common/octeontx2: retry intr callback unregister

2020-07-08 Thread Jerin Jacob
On Fri, Jun 26, 2020 at 8:46 PM Jerin Jacob wrote: > > On Thu, Jun 11, 2020 at 1:06 PM Nithin Dabilpuram > wrote: > > > > Interrupt callback unregister can fail with -EAGAIN > > when interrupt handler is active in interrupt thread. > > Hence retry before reporting a failure or proceeding further.

Re: [dpdk-dev] [PATCH] common/octeontx2: retry intr callback unregister

2020-06-26 Thread Jerin Jacob
On Thu, Jun 11, 2020 at 1:06 PM Nithin Dabilpuram wrote: > > Interrupt callback unregister can fail with -EAGAIN > when interrupt handler is active in interrupt thread. > Hence retry before reporting a failure or proceeding further. > > Signed-off-by: Nithin Dabilpuram Acked-by: Jerin Jacob De

[dpdk-dev] [PATCH] common/octeontx2: retry intr callback unregister

2020-06-11 Thread Nithin Dabilpuram
Interrupt callback unregister can fail with -EAGAIN when interrupt handler is active in interrupt thread. Hence retry before reporting a failure or proceeding further. Signed-off-by: Nithin Dabilpuram --- drivers/common/octeontx2/otx2_irq.c | 19 +-- 1 file changed, 17 insertions