Hi Pavan, Sure, will do.
Thanks, Gabriel > -----Original Message----- > From: Pavan Nikhilesh Bhagavatula > [mailto:pbhagavat...@caviumnetworks.com] > Sent: Wednesday, November 22, 2017 10:37 PM > To: Carrillo, Erik G <erik.g.carri...@intel.com> > Cc: jerin.ja...@caviumnetworks.com; nipun.gu...@nxp.com; > hemant.agra...@nxp.com; Rao, Nikhil <nikhil....@intel.com>; Vangati, > Narender <narender.vang...@intel.com>; rsanf...@akamai.com; > dev@dpdk.org > 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 <erik.g.carri...@intel.com> > > --- > > 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