Re: [dpdk-dev] [PATCH v5 09/12] test/fib: add FIB library autotests

2019-10-24 Thread Thomas Monjalon
01/10/2019 19:12, Medvedkin, Vladimir: > On 12/09/2019 15:07, Aaron Conole wrote: > > Vladimir Medvedkin writes: > > > >> Functional tests for the new FIB library. > >> > >> Signed-off-by: Vladimir Medvedkin > >> --- > >> app/test/Makefile | 1 + > >> app/test/autotest_data.py | 6

Re: [dpdk-dev] [PATCH v5 09/12] test/fib: add FIB library autotests

2019-10-01 Thread Medvedkin, Vladimir
Hi Aaron, On 12/09/2019 15:07, Aaron Conole wrote: Vladimir Medvedkin writes: Functional tests for the new FIB library. Signed-off-by: Vladimir Medvedkin --- app/test/Makefile | 1 + app/test/autotest_data.py | 6 + app/test/meson.build | 3 + app/test/test_fib.c

Re: [dpdk-dev] [PATCH v5 09/12] test/fib: add FIB library autotests

2019-09-12 Thread Aaron Conole
Vladimir Medvedkin writes: > Functional tests for the new FIB library. > > Signed-off-by: Vladimir Medvedkin > --- > app/test/Makefile | 1 + > app/test/autotest_data.py | 6 + > app/test/meson.build | 3 + > app/test/test_fib.c | 397 >

[dpdk-dev] [PATCH v5 09/12] test/fib: add FIB library autotests

2019-09-11 Thread Vladimir Medvedkin
Functional tests for the new FIB library. Signed-off-by: Vladimir Medvedkin --- app/test/Makefile | 1 + app/test/autotest_data.py | 6 + app/test/meson.build | 3 + app/test/test_fib.c | 397 ++ 4 files changed, 407 insertions