[dpdk-dev] [PATCH v8 9/9] interrupts: extend event list
Ji, Kai
kai.ji at intel.com
Thu Oct 28 17:58:27 CEST 2021
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-bounces at dpdk.org> On Behalf Of David Marchand
> Sent: Monday, October 25, 2021 3:27 PM
> To: hkalra at marvell.com; dev at dpdk.org
> Cc: dmitry.kozliuk at gmail.com; rasland at nvidia.com; thomas at monjalon.net;
> Burakov, Anatoly <anatoly.burakov at intel.com>; Nithin Dabilpuram
> <ndabilpuram at marvell.com>; Kiran Kumar K <kirankumark at marvell.com>;
> Sunil Kumar Kori <skori at marvell.com>; Satha Rao
> <skoteshwar at marvell.com>
> Subject: [dpdk-dev] [PATCH v8 9/9] interrupts: extend event list
>
> From: Harman Kalra <hkalra at 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 <hkalra at marvell.com>
> Signed-off-by: David Marchand <david.marchand at redhat.com>
> Acked-by: Dmitry Kozlyuk <dmitry.kozliuk at gmail.com>
> ---
> Changes since v6:
> - removed unneeded checks on elist/efds array initialisation,
>
> Changes since v5:
> - split from patch5,
>
> ---
More information about the dev
mailing list