Hi Pavan, Sure, will do.
Thanks, Gabriel > -----Original Message----- > From: Pavan Nikhilesh Bhagavatula > [mailto:[email protected]] > Sent: Wednesday, November 22, 2017 10:37 PM > To: Carrillo, Erik G <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; Rao, Nikhil <[email protected]>; Vangati, > Narender <[email protected]>; [email protected]; > [email protected] > Subject: Re: [RFC PATCH v3 1/1] eventtimer: introduce event timer adapter > > Hi Gabriel, > > Can you please split the patch into smaller chunks so that it will be easy to > review and provide comments. > > Regards, > Pavan. > > On Mon, Nov 20, 2017 at 04:35:33PM -0600, Erik Gabriel Carrillo wrote: > > Signed-off-by: Erik Gabriel Carrillo <[email protected]> > > --- > > v3 > > - Reworked allocation and ops organization in common code based on > feedback > > received from Jerin and Pavan. This will allow fast-path function pointers > to > > be dereferenced with one level of indirection with pointers valid in > primary > > and secondary processes. > > - Moved default software implementation from sw_evdev directory to > eventdev > > library directory, which will allow it to be used by any eventdev PMD as > > an > > alternative to providing its own definitions. > > - Reverted occurrences of id back to pointer to adapter struct in > > library API > > - Added rte_event_timer_adapter_lookup() function back in

