Re: [dpdk-dev] [PATCH] test: fix kni test to check kni module dependency

2018-10-26 Thread Thomas Monjalon
14/09/2018 16:40, Ferruh Yigit: > On 9/14/2018 2:57 PM, Naga Suresh Somarowthu wrote: > > Check the prerequisites to run the test > > 1.checked whether the rte_kni module is loaded, if not fail testcase > > 2.checked whether the rte_kni module is loaded with loop back mode, > > if not skip packet

Re: [dpdk-dev] [PATCH] test: fix kni test to check kni module dependency

2018-09-14 Thread Ferruh Yigit
On 9/14/2018 2:57 PM, Naga Suresh Somarowthu wrote: > Check the prerequisites to run the test > 1.checked whether the rte_kni module is loaded, if not fail testcase > 2.checked whether the rte_kni module is loaded with loop back mode, > if not skip packet forwarding testcase and log > 3.Disabled

[dpdk-dev] [PATCH] test: fix kni test to check kni module dependency

2018-09-14 Thread Naga Suresh Somarowthu
Check the prerequisites to run the test 1.checked whether the rte_kni module is loaded, if not fail testcase 2.checked whether the rte_kni module is loaded with loop back mode, if not skip packet forwarding testcase and log 3.Disabled the test in freebsd as test is not supported Fixes: 5233e5924