numam-dpdk/app/test-eventdev
Pavan Nikhilesh fc8b96fbc0 app/eventdev: add options for mbuf and packet sizes
Add options to set mbuf size and max packet size which allow the user to
enable jumbo frames and Rx/Tx scatter gather.
Arrange `struct evt_options` based on ascending order of data type to
make it more readable.

Packet mbuf size can be modified by using `--mbuf_sz=N`.
Max packet size can be modified by using `--max_pkt_sz=N`.
These options are only applicable `pipeline_atq` and `pipeline_queue`
tests.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
2019-10-05 15:39:31 +02:00
..
evt_common.h app/eventdev: add options for mbuf and packet sizes 2019-10-05 15:39:31 +02:00
evt_main.c app/eventdev: use proper teardown sequence 2018-07-25 14:29:55 +02:00
evt_options.c app/eventdev: add options for mbuf and packet sizes 2019-10-05 15:39:31 +02:00
evt_options.h app/eventdev: add options for mbuf and packet sizes 2019-10-05 15:39:31 +02:00
evt_test.c
evt_test.h remove useless constructor headers 2018-07-12 00:00:35 +02:00
Makefile eventdev: promote adapter functions as stable 2019-04-22 13:20:33 +02:00
meson.build eventdev: promote adapter functions as stable 2019-04-22 13:20:33 +02:00
parser.c app/eventdev: replace license text with SPDX tag 2019-07-29 13:31:45 +02:00
parser.h
test_order_atq.c app/eventdev: add option for global dequeue timeout 2019-04-02 03:11:08 +02:00
test_order_common.c app/eventdev: fix order test port creation 2019-07-03 06:55:42 +02:00
test_order_common.h
test_order_queue.c app/eventdev: add option for global dequeue timeout 2019-04-02 03:11:08 +02:00
test_perf_atq.c app/eventdev: add option for global dequeue timeout 2019-04-02 03:11:08 +02:00
test_perf_common.c app: check code of promiscuous mode switch 2019-10-07 15:00:54 +02:00
test_perf_common.h
test_perf_queue.c app/eventdev: add option for global dequeue timeout 2019-04-02 03:11:08 +02:00
test_pipeline_atq.c app/eventdev: add option for global dequeue timeout 2019-04-02 03:11:08 +02:00
test_pipeline_common.c app/eventdev: add options for mbuf and packet sizes 2019-10-05 15:39:31 +02:00
test_pipeline_common.h app/eventdev: support Tx adapter 2018-10-01 16:54:00 +02:00
test_pipeline_queue.c app/eventdev: add option for global dequeue timeout 2019-04-02 03:11:08 +02:00