Re: [dpdk-dev] [PATCH v8 5/9] eventtimer: add default software driver

2018-04-02 Thread Jerin Jacob
-Original Message- > Date: Thu, 29 Mar 2018 16:27:28 -0500 > 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: [PATCH v8 5/9] eventtimer: add default software drive

[dpdk-dev] [PATCH v8 5/9] eventtimer: add default software driver

2018-03-29 Thread Erik Gabriel Carrillo
If an eventdev PMD does not wish to provide event timer adapter ops definitions, the library will fall back to a default software implementation whose entry points are added by this commit. Signed-off-by: Erik Gabriel Carrillo --- lib/Makefile | 2 +- lib/librt