Re: [dpdk-dev] [PATCH v6 4/9] alarm: remove direct access to interrupt handle

2021-10-25 Thread David Marchand
On Mon, Oct 25, 2021 at 12:49 PM Dmitry Kozlyuk wrote: > > diff --git a/lib/eal/freebsd/eal_alarm.c b/lib/eal/freebsd/eal_alarm.c > > index c38b2e04f8..1a8fcf24c5 100644 > > --- a/lib/eal/freebsd/eal_alarm.c > > +++ b/lib/eal/freebsd/eal_alarm.c > > @@ -32,7 +32,7 @@ > > > > struct alarm_entry {

Re: [dpdk-dev] [PATCH v6 4/9] alarm: remove direct access to interrupt handle

2021-10-25 Thread Dmitry Kozlyuk
2021-10-24 22:04 (UTC+0200), David Marchand: > From: Harman Kalra > > Removing direct access to interrupt handle structure fields, > rather use respective get set APIs for the same. > Making changes to all the libraries access the interrupt handle fields. > > Implementing alarm cleanup routine,

[dpdk-dev] [PATCH v6 4/9] alarm: remove direct access to interrupt handle

2021-10-24 Thread David Marchand
From: Harman Kalra Removing direct access to interrupt handle structure fields, rather use respective get set APIs for the same. Making changes to all the libraries access the interrupt handle fields. Implementing alarm cleanup routine, where the memory allocated for interrupt instance can be fr