Re: [dpdk-dev] [PATCH v8 0/9] make rte_intr_handle internal

2021-10-25 Thread David Marchand
On Mon, Oct 25, 2021 at 4:27 PM David Marchand wrote: > > 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 impos

Re: [dpdk-dev] [PATCH v8 0/9] make rte_intr_handle internal

2021-10-25 Thread Raslan Darawsheh
Hi, > -Original Message- > From: David Marchand > Sent: Monday, October 25, 2021 5:27 PM > To: hka...@marvell.com; dev@dpdk.org > Cc: dmitry.kozl...@gmail.com; Raslan Darawsheh ; > NBU-Contact-Thomas Monjalon > Subject: [PATCH v8 0/9] make rte_intr_handle internal > > Moving struct rte_i

[dpdk-dev] [PATCH v8 0/9] make rte_intr_handle internal

2021-10-25 Thread David Marchand
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