Re: [dpdk-dev] [PATCH v5 0/6] make rte_intr_handle internal

2021-10-25 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Harman Kalra > Sent: Friday, October 22, 2021 11:49 PM > To: dev@dpdk.org > Cc: david.march...@redhat.com; dmitry.kozl...@gmail.com; > m...@ashroe.eu; NBU-Contact-Thomas Monjalon ; > Harman Kalra > Subject: [dpdk-

Re: [dpdk-dev] [PATCH v5 0/6] make rte_intr_handle internal

2021-10-25 Thread David Marchand
il.com; > > m...@ashroe.eu; NBU-Contact-Thomas Monjalon ; > > Harman Kalra > > Subject: [dpdk-dev] [PATCH v5 0/6] make rte_intr_handle internal > > > > Moving struct rte_intr_handle as an internal structure to > > avoid any ABI breakages in future. Since this str

[dpdk-dev] [PATCH v5 0/6] make rte_intr_handle internal

2021-10-22 Thread Harman Kalra
Moving struct rte_intr_handle as an internal structure to avoid any ABI breakages in future. Since this structure defines some static arrays and changing respective macros breaks the ABI. Eg: Currently RTE_MAX_RXTX_INTR_VEC_ID imposes a limit of maximum 512 MSI-X interrupts that can be defined for