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