Hi Harman, This patch is causing QAT failed during interrupt init, the event list does not support interrupt count size zero in QAT case.
There is also Bugzilla relate to this issue: https://bugs.dpdk.org/show_bug.cgi?id=843 Regards Kai > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of David Marchand > Sent: Monday, October 25, 2021 3:27 PM > To: hka...@marvell.com; dev@dpdk.org > Cc: dmitry.kozl...@gmail.com; rasl...@nvidia.com; tho...@monjalon.net; > Burakov, Anatoly <anatoly.bura...@intel.com>; Nithin Dabilpuram > <ndabilpu...@marvell.com>; Kiran Kumar K <kirankum...@marvell.com>; > Sunil Kumar Kori <sk...@marvell.com>; Satha Rao > <skotesh...@marvell.com> > Subject: [dpdk-dev] [PATCH v8 9/9] interrupts: extend event list > > From: Harman Kalra <hka...@marvell.com> > https://bugs.dpdk.org/show_bug.cgi?id=843 > > Dynamically allocating the efds and elist array of intr_handle structure, > based > on size provided by user. Eg size can be MSIX interrupts supported by a PCI > device. > > Signed-off-by: Harman Kalra <hka...@marvell.com> > Signed-off-by: David Marchand <david.march...@redhat.com> > Acked-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com> > --- > Changes since v6: > - removed unneeded checks on elist/efds array initialisation, > > Changes since v5: > - split from patch5, > > ---