Re: [dpdk-dev] [PATCH v2 2/6] eal/interrupts: avoid direct access to interrupt handle

2021-10-13 Thread Dmitry Kozlyuk
2021-10-05 17:44 (UTC+0530), Harman Kalra: > Making changes to the interrupt framework to use interrupt handle > APIs to get/set any field. Direct access to any of the fields > should be avoided to avoid any ABI breakage in future. How is ABI breakage applicable to internal consumers? This protec

[dpdk-dev] [PATCH v2 2/6] eal/interrupts: avoid direct access to interrupt handle

2021-10-05 Thread Harman Kalra
Making changes to the interrupt framework to use interrupt handle APIs to get/set any field. Direct access to any of the fields should be avoided to avoid any ABI breakage in future. Signed-off-by: Harman Kalra --- lib/eal/freebsd/eal_interrupts.c | 111 lib/eal/include/rte_interrup