app/eventdev: add options for mbuf and packet sizes
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Mon, 30 Sep 2019 16:48:41 +0000 (22:18 +0530)
committerJerin Jacob <jerinj@marvell.com>
Sat, 5 Oct 2019 13:39:31 +0000 (15:39 +0200)
commitfc8b96fbc060ad72d5f1d555ae9c4eac93669d5c
treec1b8fc0eaa56b60acf799d623f629e523df3a2ae
parenta439f6227cd3b041183b0c0402bccca16d6acf66
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>
app/test-eventdev/evt_common.h
app/test-eventdev/evt_options.c
app/test-eventdev/evt_options.h
app/test-eventdev/test_pipeline_common.c
doc/guides/tools/testeventdev.rst