Re: [dpdk-dev] [RFC PATCH v3 1/1] eventtimer: introduce event timer adapter

2017-11-27 Thread Carrillo, Erik G
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 > Cc: jerin.ja...@caviumnetworks.com; nipun.gu...@nxp.com; > hemant.agra...@n

Re: [dpdk-dev] [RFC PATCH v3 1/1] eventtimer: introduce event timer adapter

2017-11-22 Thread Pavan Nikhilesh Bhagavatula
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 > --- > v3 > - Reworked allocation and ops organiz

[dpdk-dev] [RFC PATCH v3 1/1] eventtimer: introduce event timer adapter

2017-11-20 Thread Erik Gabriel Carrillo
Signed-off-by: Erik Gabriel Carrillo --- 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 pr