Re: [dpdk-dev] [RFC 0/7] make rte_intr_handle internal

2021-10-05 Thread Stephen Hemminger
On Thu, 26 Aug 2021 20:27:19 +0530 Harman Kalra 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

[dpdk-dev] [RFC 0/7] make rte_intr_handle internal

2021-08-26 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