eventdev: add caps API and PMD callbacks for eth Tx adapter
authorNikhil Rao <nikhil.rao@intel.com>
Thu, 20 Sep 2018 17:41:13 +0000 (23:11 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Mon, 1 Oct 2018 14:50:54 +0000 (16:50 +0200)
commitc662a950f4422b209af454a2e98c6a30bfb99a04
tree3233f22c47e7dab0e0904c274741d6667f4c60f2
parentc9bf83947e2e411cf8976519b393d9f878920606
eventdev: add caps API and PMD callbacks for eth Tx adapter

The caps API allows the application to query if the transmit
stage is implemented in the eventdev PMD or uses the common
rte_service function. The PMD callbacks support the
eventdev PMD implementation of the adapter.

Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
lib/librte_eventdev/rte_event_eth_tx_adapter.h
lib/librte_eventdev/rte_eventdev.c
lib/librte_eventdev/rte_eventdev.h
lib/librte_eventdev/rte_eventdev_pmd.h