Re: [dpdk-dev] [RFC 2/7] eal/interrupts: implement get set APIs

2021-08-31 Thread Kinsella, Ray
On 26/08/2021 15:57, Harman Kalra wrote: > Implementing get set APIs for interrupt handle fields. > To make any change to the interrupt handle fields, one > should make use of these APIs. > > Signed-off-by: Harman Kalra > --- > lib/eal/common/eal_common_interrupts.c | 506

[dpdk-dev] [RFC 2/7] eal/interrupts: implement get set APIs

2021-08-26 Thread Harman Kalra
Implementing get set APIs for interrupt handle fields. To make any change to the interrupt handle fields, one should make use of these APIs. Signed-off-by: Harman Kalra --- lib/eal/common/eal_common_interrupts.c | 506 + lib/eal/common/meson.build | 2 + lib