Re: [dpdk-dev] [PATCH v10 3/9] eventtimer: add common code

2018-04-04 Thread Pavan Nikhilesh
On Tue, Apr 03, 2018 at 04:44:17PM -0500, Erik Gabriel Carrillo wrote: > This commit adds the logic that is shared by all event timer adapter > drivers; the common code handles instance allocation and some > initialization. > > Signed-off-by: Erik Gabriel Carrillo > --- > config/common_base

[dpdk-dev] [PATCH v10 3/9] eventtimer: add common code

2018-04-03 Thread Erik Gabriel Carrillo
This commit adds the logic that is shared by all event timer adapter drivers; the common code handles instance allocation and some initialization. Signed-off-by: Erik Gabriel Carrillo --- config/common_base| 1 + drivers/event/sw/sw_evdev.c