[dpdk-dev] [EXT] [PATCH v1 2/7] app/test-compress-perf: add ptest command line option

Shally Verma shallyv at marvell.com
Mon Jun 3 15:35:47 CEST 2019



> -----Original Message-----
> From: Tomasz Jozwiak <tomaszx.jozwiak at intel.com>
> Sent: Thursday, May 30, 2019 1:36 PM
> To: dev at dpdk.org; fiona.trahe at intel.com; tjozwiakgm.gmail.com at mx0a-
> 0016f401.pphosted.com; Shally Verma <shallyv at marvell.com>
> Subject: [EXT] [PATCH v1 2/7] app/test-compress-perf: add ptest command line
> option
> 
> External Email
> 
> ----------------------------------------------------------------------
> This patch adds --ptest option to make possible a choose of test case from
> command line.
> 
> Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak at intel.com>
> ---
>  app/test-compress-perf/comp_perf_options_parse.c | 36
> ++++++++++++++++++++++++
>  1 file changed, 36 insertions(+)
> 
> diff --git a/app/test-compress-perf/comp_perf_options_parse.c b/app/test-
> compress-perf/comp_perf_options_parse.c
> index bc4b98a..07672b2 100644
> --- a/app/test-compress-perf/comp_perf_options_parse.c
> +++ b/app/test-compress-perf/comp_perf_options_parse.c
> @@ -15,6 +15,7 @@
> 
>  #include "comp_perf_options.h"
> 
> +#define CPERF_PTEST_TYPE	("ptest")
Why name cant be just CPERF_TEST_TYPE instead of PTEST_TYPE?

..
> 2.7.4



More information about the dev mailing list