Re: [dpdk-dev] [RFC 1/7] eal: interrupt handle API prototypes

2021-08-31 Thread Kinsella, Ray
On 26/08/2021 15:57, Harman Kalra wrote: > Defining protypes of get/set APIs for accessing/manipulating > interrupt handle fields. > > Internal interrupt header i.e. rte_eal_interrupt.h is rearranged, > as APIs defined are moved to rte_interrupts.h and epoll specific > definitions are moved to

[dpdk-dev] [RFC 1/7] eal: interrupt handle API prototypes

2021-08-26 Thread Harman Kalra
Defining protypes of get/set APIs for accessing/manipulating interrupt handle fields. Internal interrupt header i.e. rte_eal_interrupt.h is rearranged, as APIs defined are moved to rte_interrupts.h and epoll specific definitions are moved to a new header rte_epoll.h. Later in the series rte_eal_in