[dpdk-dev] [PATCH v2] app/test: isolate lpm performance cases

Thomas Monjalon thomas.monjalon at 6wind.com
Tue May 24 17:17:58 CEST 2016


2016-05-11 14:16, Thomas Monjalon:
> The LPM performance tests should not be mixed with
> functional tests: they are long and show some statistics.
> 
> LPM6 functional tests are added to parallel tests.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
> ---
> v2: move LPM6 autotest in parallel tests
> 
>  app/test/Makefile         |   2 +
>  app/test/autotest_data.py |  19 ++--
>  app/test/test_lpm.c       | 211 +--------------------------------------
>  app/test/test_lpm6.c      | 155 +----------------------------
>  app/test/test_lpm6_perf.c | 191 +++++++++++++++++++++++++++++++++++
>  app/test/test_lpm_perf.c  | 249 ++++++++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 454 insertions(+), 373 deletions(-)
>  create mode 100644 app/test/test_lpm6_perf.c
>  create mode 100644 app/test/test_lpm_perf.c

Applied


More information about the dev mailing list