From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] test: fix kni test to check kni module dependency Date: Fri, 14 Sep 2018 15:40:25 +0100 Message-ID: <8496380a-2880-90a7-e50e-5fcee7c8b35c@intel.com> References: <1536933422-3103-1-git-send-email-naga.sureshx.somarowthu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: reshma.pattan@intel.com To: Naga Suresh Somarowthu , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 37E2F4D27 for ; Fri, 14 Sep 2018 16:40:31 +0200 (CEST) In-Reply-To: <1536933422-3103-1-git-send-email-naga.sureshx.somarowthu@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 the test in freebsd as test is not supported > > Fixes: 5233e5924a ("app/test: update kni") > > Signed-off-by: Naga Suresh Somarowthu Cc: stable@dpdk.org Acked-by: Ferruh Yigit