Re: [dpdk-dev] [RFC PATCH v5 2/5] eventtimer: add common code

2017-12-06 Thread Jerin Jacob
-Original Message- > Date: Fri, 1 Dec 2017 14:00:55 -0600 > From: Erik Gabriel Carrillo > To: pbhagavat...@caviumnetworks.com > CC: dev@dpdk.org, jerin.ja...@caviumnetworks.com, nipun.gu...@nxp.com, > hemant.agra...@nxp.com > Subject: [RFC PATCH v5 2/5] eventtimer: add common code > X-Mai

[dpdk-dev] [RFC PATCH v5 2/5] eventtimer: add common code

2017-12-01 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