eventdev: add timer adapter common code
authorErik Gabriel Carrillo <erik.g.carrillo@intel.com>
Wed, 4 Apr 2018 21:51:08 +0000 (16:51 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 16 Apr 2018 09:04:46 +0000 (11:04 +0200)
commit47d05b292820e3dd85b323930b88a797254554b9
tree82f43932d89a11c33ea21df96b4706456dd215bc
parent4e8eed7e1f72529bf274a868b2132aaa13241b55
eventdev: add timer adapter common code

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 <erik.g.carrillo@intel.com>
Acked-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
config/common_base
config/rte_config.h
drivers/event/sw/sw_evdev.c
lib/librte_eventdev/Makefile
lib/librte_eventdev/meson.build
lib/librte_eventdev/rte_event_timer_adapter.c [new file with mode: 0644]
lib/librte_eventdev/rte_event_timer_adapter_pmd.h [new file with mode: 0644]
lib/librte_eventdev/rte_eventdev.c
lib/librte_eventdev/rte_eventdev.h
lib/librte_eventdev/rte_eventdev_pmd.h
lib/librte_eventdev/rte_eventdev_version.map