Re: [dpdk-dev] [PATCH] test: fix to skip kni autotest

2018-11-13 Thread Thomas Monjalon
13/11/2018 17:08, Pattan, Reshma: > From: Poornima, PallantlaX > > > > Kni_autotest should be skipped if rte_kni.ko module is not loaded. > > Hence changed return as TEST_SKIPPED. > > > > Fixes: ee1caebc4d ("test/kni: check module dependency") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Palla

Re: [dpdk-dev] [PATCH] test: fix to skip kni autotest

2018-11-13 Thread Pattan, Reshma
> -Original Message- > From: Poornima, PallantlaX > Sent: Tuesday, November 13, 2018 2:00 PM > To: dev@dpdk.org > Cc: Pattan, Reshma ; Yigit, Ferruh > ; Poornima, PallantlaX > ; sta...@dpdk.org > Subject: [PATCH] test: fix to skip kni autotest > > Kni_autotest should be skipped if rte_k

[dpdk-dev] [PATCH] test: fix to skip kni autotest

2018-11-13 Thread Pallantla Poornima
Kni_autotest should be skipped if rte_kni.ko module is not loaded. Hence changed return as TEST_SKIPPED. Fixes: ee1caebc4d ("test/kni: check module dependency") Cc: sta...@dpdk.org Signed-off-by: Pallantla Poornima --- test/test/test_kni.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)