numam-dpdk/app
Pavan Nikhilesh 6bf570a991 app/eventdev: add pipeline atq test
This is a pipeline test case that aims at testing the following with
``all types queue`` eventdev scheme.
1. Measure the end-to-end performance of an event dev with a ethernet dev.
2. Maintain packet ordering from Rx to Tx.

The atq queue test functions as same as ``pipeline_queue`` test.
The difference is, It uses, ``all type queue scheme`` instead of separate
queues for each stage and thus reduces the number of queues required to
realize the use case.

Note: The --prod_type_ethdev is mandatory for running the application.

Example command to run pipeline atq test:
sudo build/app/dpdk-test-eventdev -c 0xf -s 0x8 --vdev=event_sw0 -- \
--test=pipeline_atq --wlcore=1 --prod_type_ethdev --stlist=ao

Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
2018-01-19 16:09:56 +01:00
..
pdump app: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
proc_info app: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
test-bbdev app/testbbdev: add test application for bbdev 2018-01-19 01:44:25 +01:00
test-crypto-perf fix typos 2018-01-11 18:26:46 +01:00
test-eventdev app/eventdev: add pipeline atq test 2018-01-19 16:09:56 +01:00
test-pmd app/testpmd: fix invalid Tx queue number setting 2018-01-17 18:49:38 +01:00
Makefile app/testbbdev: add test application for bbdev 2018-01-19 01:44:25 +01:00