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

2021-10-03 Thread Dmitry Kozlyuk
2021-09-03 18:10 (UTC+0530), Harman Kalra: > [...] > diff --git a/lib/eal/common/eal_common_interrupts.c > b/lib/eal/common/eal_common_interrupts.c > new file mode 100644 > index 00..2e4fed96f0 > --- /dev/null > +++ b/lib/eal/common/eal_common_interrupts.c > @@ -0,0 +1,506 @@ > +/* SPDX-Li

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

2021-09-28 Thread David Marchand
On Fri, Sep 3, 2021 at 2:42 PM 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. Some global comments. - Please merge API prototype (from patch 1) and actual implementation in a

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

2021-09-03 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 Acked-by: Ray Kinsella --- lib/eal/common/eal_common_interrupts.c | 506 + lib/eal/common/meson.build