eventdev: implement the northbound APIs
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Tue, 6 Dec 2016 01:51:46 +0000 (07:21 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Tue, 4 Apr 2017 17:12:00 +0000 (19:12 +0200)
commit4f0804bbdfb98a4becc6647909b782b784817009
tree8f32aca149cc5e3f6e7fa0373069cf0bb915a0e0
parent5223a1f3b8dedada24385f8365f5ef21818e8f0e
eventdev: implement the northbound APIs

This patch implements northbound eventdev API interface using
southbond driver interface

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
config/common_base
lib/Makefile
lib/librte_eal/common/include/rte_log.h
lib/librte_eventdev/Makefile [new file with mode: 0644]
lib/librte_eventdev/rte_eventdev.c [new file with mode: 0644]
lib/librte_eventdev/rte_eventdev.h
lib/librte_eventdev/rte_eventdev_pmd.h
lib/librte_eventdev/rte_eventdev_version.map [new file with mode: 0644]
mk/rte.app.mk