[dpdk-dev] [PATCH v6 05/23] eventtimer: add adapter allocation definitions

2018-01-10 Thread Erik Gabriel Carrillo
Add definitions for the functions that allocate and deallocate adapter instances in the default software implementation. Signed-off-by: Erik Gabriel Carrillo --- lib/Makefile | 2 +- lib/librte_eventdev/Makefile | 2 +- lib/librte_eventdev/rt

Re: [dpdk-dev] [PATCH v6 05/23] eventtimer: add adapter allocation definitions

2018-01-11 Thread Pavan Nikhilesh
On Wed, Jan 10, 2018 at 06:20:56PM -0600, Erik Gabriel Carrillo wrote: > Add definitions for the functions that allocate and deallocate adapter > instances in the default software implementation. > > Signed-off-by: Erik Gabriel Carrillo > --- > lib/Makefile | 2