eventdev: add eth Tx adapter implementation
authorNikhil Rao <nikhil.rao@intel.com>
Thu, 20 Sep 2018 17:41:14 +0000 (23:11 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Mon, 1 Oct 2018 14:51:13 +0000 (16:51 +0200)
commita3bbf2e09756071a1234a3de3df9b046c249e475
treed09082f0d2ced7969a4102bbc564cc18956383d3
parentc662a950f4422b209af454a2e98c6a30bfb99a04
eventdev: add eth Tx adapter implementation

This patch implements the Tx adapter APIs by invoking the
corresponding eventdev PMD callbacks and also provides
the common rte_service function based implementation when
the eventdev PMD support is absent.

Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
config/common_base
config/rte_config.h
lib/librte_eventdev/Makefile
lib/librte_eventdev/meson.build
lib/librte_eventdev/rte_event_eth_tx_adapter.c [new file with mode: 0644]
lib/librte_eventdev/rte_eventdev_version.map