2eaa37b866
Add event vector support in pipeline tests. By default this mode is disabled, it can be enabled by using the option --enable_vector. example: dpdk-test-eventdev -l 7-23 -s 0xff00 -- --prod_type_ethdev --nb_pkts=0 --verbose 2 --test=pipeline_atq --stlist=a --wlcores=20-23 --enable_vector Additional options to configure vector size and vector timeout are also implemented and can be used by specifying --vector_size and --vector_tmo_ns This patch also adds a new option to set the number of Rx queues configured per event eth rx adapter. example: dpdk-test-eventdev -l 7-23 -s 0xff00 -- --prod_type_ethdev --nb_pkts=0 --verbose 2 --test=pipeline_atq --stlist=a --wlcores=20-23 --nb_eth_queues 4 Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com> Acked-by: Jerin Jacob <jerinj@marvell.com> |
||
---|---|---|
.. | ||
evt_common.h | ||
evt_main.c | ||
evt_options.c | ||
evt_options.h | ||
evt_test.c | ||
evt_test.h | ||
meson.build | ||
parser.c | ||
parser.h | ||
test_order_atq.c | ||
test_order_common.c | ||
test_order_common.h | ||
test_order_queue.c | ||
test_perf_atq.c | ||
test_perf_common.c | ||
test_perf_common.h | ||
test_perf_queue.c | ||
test_pipeline_atq.c | ||
test_pipeline_common.c | ||
test_pipeline_common.h | ||
test_pipeline_queue.c |