From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test: fix kni test to check kni module dependency Date: Fri, 26 Oct 2018 19:54:49 +0200 Message-ID: <1632464.i8aiUJgaIQ@xps> References: <1536933422-3103-1-git-send-email-naga.sureshx.somarowthu@intel.com> <8496380a-2880-90a7-e50e-5fcee7c8b35c@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , reshma.pattan@intel.com To: Naga Suresh Somarowthu Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 0D3F62BE3 for ; Fri, 26 Oct 2018 19:54:47 +0200 (CEST) In-Reply-To: <8496380a-2880-90a7-e50e-5fcee7c8b35c@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 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 Applied, thanks