Re: [dpdk-dev] [PATCH v5 5/6] eal/interrupts: make interrupt handle structure opaque

2021-10-22 Thread Dmitry Kozlyuk
2021-10-23 02:19 (UTC+0530), Harman Kalra: > Moving interrupt handle structure definition inside the c file > to make its fields totally opaque to the outside world. > > Dynamically allocating the efds and elist array os intr_handle > structure, based on size provided by user. Eg size can be > MSI

[dpdk-dev] [PATCH v5 5/6] eal/interrupts: make interrupt handle structure opaque

2021-10-22 Thread Harman Kalra
Moving interrupt handle structure definition inside the c file to make its fields totally opaque to the outside world. Dynamically allocating the efds and elist array os intr_handle structure, based on size provided by user. Eg size can be MSIX interrupts supported by a PCI device. Signed-off-by: