From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Sep 2018 07:40:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,373,1531810800"; d="scan'208";a="70857791" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.252.18.151]) ([10.252.18.151]) by fmsmga008.fm.intel.com with ESMTP; 14 Sep 2018 07:40:26 -0700 To: Naga Suresh Somarowthu , dev@dpdk.org Cc: reshma.pattan@intel.com References: <1536933422-3103-1-git-send-email-naga.sureshx.somarowthu@intel.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <8496380a-2880-90a7-e50e-5fcee7c8b35c@intel.com> Date: Fri, 14 Sep 2018 15:40:25 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1536933422-3103-1-git-send-email-naga.sureshx.somarowthu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] test: fix kni test to check kni module dependency X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2018 14:40:31 -0000 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