Re: [dpdk-dev] [PATCH v4 3/7] eal/interrupts: avoid direct access to interrupt handle

2021-10-19 Thread Dmitry Kozlyuk
2021-10-20 00:05 (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. I get and accept the point why EAL also should use the API. Howeve

[dpdk-dev] [PATCH v4 3/7] eal/interrupts: avoid direct access to interrupt handle

2021-10-19 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 | 92 ++ lib/eal/linux/eal_interrupts.c