numam-dpdk/lib/librte_mbuf
Nikhil Rao c9bf83947e eventdev: add eth Tx adapter APIs
The ethernet Tx adapter abstracts the transmit stage of an
event driven packet processing application. The transmit
stage may be implemented with eventdev PMD support or use a
rte_service function implemented in the adapter. These APIs
provide a common configuration and control interface and
an transmit API for the eventdev PMD implementation.

The transmit port is specified using mbuf::port. The transmit
queue is specified using the rte_event_eth_tx_adapter_txq_set()
function.

Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
2018-10-01 16:49:41 +02:00
..
Makefile eal: remove experimental tag for user mbuf pool ops 2018-08-09 01:03:14 +02:00
meson.build eal: remove experimental tag for user mbuf pool ops 2018-08-09 01:03:14 +02:00
rte_mbuf_pool_ops.c mbuf: remove experimental tag from pool ops 2018-07-26 23:37:08 +02:00
rte_mbuf_pool_ops.h mbuf: remove experimental tag from pool ops 2018-07-26 23:37:08 +02:00
rte_mbuf_ptype.c ethdev: introduce tunnel type MPLS-in-GRE and MPLS-in-UDP 2018-04-27 18:00:55 +01:00
rte_mbuf_ptype.h mbuf: fix typo in IPv6 macro comment 2018-06-15 18:03:33 +02:00
rte_mbuf_version.map mbuf: remove experimental tag from pool ops 2018-07-26 23:37:08 +02:00
rte_mbuf.c mbuf: remove experimental tag from pool ops 2018-07-26 23:37:08 +02:00
rte_mbuf.h eventdev: add eth Tx adapter APIs 2018-10-01 16:49:41 +02:00