numam-dpdk/examples/eventdev_pipeline
Nipun Gupta b21302a107 eventdev: add Tx flag for packets with same destination
This patch introduces a `flag` in the Eth TX adapter enqueue API.
Some drivers may support burst functionality only with the packets
having same destination device and queue.

The flag `RTE_EVENT_ETH_TX_ADAPTER_ENQUEUE_SAME_DEST` can be used
to indicate this so the underlying driver, for drivers to utilize
burst functionality appropriately.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2019-10-18 10:03:08 +02:00
..
main.c examples: check status of getting MAC address 2019-10-07 15:00:55 +02:00
Makefile examples: fix pkg-config detection with older make 2019-07-03 23:10:23 +02:00
meson.build eventdev: promote adapter functions as stable 2019-04-22 13:20:33 +02:00
pipeline_common.h net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
pipeline_worker_generic.c examples/eventdev: probe max events 2019-03-15 06:46:50 +01:00
pipeline_worker_tx.c eventdev: add Tx flag for packets with same destination 2019-10-18 10:03:08 +02:00