Re: [dpdk-dev] [PATCH v5 1/6] eal/interrupts: implement get set APIs

2021-10-22 Thread Dmitry Kozlyuk
2021-10-23 02:19 (UTC+0530), Harman Kalra: > Prototype/Implement get set APIs for interrupt handle fields. > User wont be able to access any of the interrupt handle fields > directly while should use these get/set APIs to access/manipulate > them. > > Internal interrupt header i.e. rte_eal_interru

[dpdk-dev] [PATCH v5 1/6] eal/interrupts: implement get set APIs

2021-10-22 Thread Harman Kalra
Prototype/Implement get set APIs for interrupt handle fields. User wont be able to access any of the interrupt handle fields directly while should use these get/set APIs to access/manipulate them. Internal interrupt header i.e. rte_eal_interrupt.h is rearranged, as APIs defined are moved to rte_in