27/07/2019 13:56, Jerin Jacob Kollanukkaran: > > -----Original Message----- > > From: Harman Kalra <hka...@marvell.com> > > Sent: Thursday, July 25, 2019 3:57 PM > > To: Jerin Jacob Kollanukkaran <jer...@marvell.com>; Nithin Kumar > > Dabilpuram <ndabilpu...@marvell.com>; Vamsi Krishna Attunuru > > <vattun...@marvell.com>; Kiran Kumar Kokkilagadda > > <kirankum...@marvell.com> > > Cc: dev@dpdk.org; Harman Kalra <hka...@marvell.com> > > Subject: [PATCH v2] drivers/octeontx2: fix recursive qint interrupts > > > > In case of QINT interrupt occurrence, SW fails to clear the QINT line > > resulting > > in recursive interrupts because currently interrupt handler gets the cause > > of > > the interrupt by reading NIX_LF_RQ[SQ/CQ/AURA/POOL]_OP_INT but does > > not write 1 to clear RQ[SQ/CQ/ERR]_INT field in respective > > NIX_LF_RQ[SQ/CQ/AURA/POOL]_OP_INT registers. > > > > Fixes: dc47ba15f645 ("net/octeontx2: handle queue specific error > > interrupts") > > Fixes: 50b95c3ea7af ("mempool/octeontx2: add NPA IRQ handler") > > > > Signed-off-by: Harman Kalra <hka...@marvell.com> > > Acked-by: Jerin Jacob <jer...@marvell.com>
Applied, thanks