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 <[email protected]> On Behalf Of David Marchand > Sent: Monday, October 25, 2021 3:27 PM > To: [email protected]; [email protected] > Cc: [email protected]; [email protected]; [email protected]; > Burakov, Anatoly <[email protected]>; Nithin Dabilpuram > <[email protected]>; Kiran Kumar K <[email protected]>; > Sunil Kumar Kori <[email protected]>; Satha Rao > <[email protected]> > Subject: [dpdk-dev] [PATCH v8 9/9] interrupts: extend event list > > From: Harman Kalra <[email protected]> > 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 <[email protected]> > Signed-off-by: David Marchand <[email protected]> > Acked-by: Dmitry Kozlyuk <[email protected]> > --- > Changes since v6: > - removed unneeded checks on elist/efds array initialisation, > > Changes since v5: > - split from patch5, > > ---

