Re: [dpdk-dev] [PATCH] test/tun: add new test for tun

2018-05-22 Thread Ferruh Yigit
On 4/19/2018 4:39 AM, Varghese, Vipin wrote: > Hi Ferruh, > > > >> Hi Vipin, >> >> Thanks for providing unit test for the feature you have added. *I believe we >> need more unit test in DPDK.* >> >> Only a few questions: >> 1- Should this be part of auto test? > > It would be really nice to do

Re: [dpdk-dev] [PATCH] test/tun: add new test for tun

2018-04-18 Thread Varghese, Vipin
Hi Ferruh, > Hi Vipin, > > Thanks for providing unit test for the feature you have added. *I believe we > need more unit test in DPDK.* > > Only a few questions: > 1- Should this be part of auto test? It would be really nice to do so, but only constrain is ping command requires least 5 secon

Re: [dpdk-dev] [PATCH] test/tun: add new test for tun

2018-04-17 Thread Ferruh Yigit
On 4/5/2018 9:31 AM, Vipin Varghese wrote: > Add TUN PMD validation for create, port setup, tx, rx and stats functions. > > Signed-off-by: Vipin Varghese > --- > test/test/Makefile | 4 + > test/test/autotest_data.py | 13 ++ > test/test/meson.build | 4 + > test/test/test_tun.

[dpdk-dev] [PATCH] test/tun: add new test for tun

2018-04-05 Thread Vipin Varghese
Add TUN PMD validation for create, port setup, tx, rx and stats functions. Signed-off-by: Vipin Varghese --- test/test/Makefile | 4 + test/test/autotest_data.py | 13 ++ test/test/meson.build | 4 + test/test/test_tun.c | 333 +