From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 1F2072A07 for ; Wed, 2 Sep 2015 05:08:56 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 01 Sep 2015 20:08:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,451,1437462000"; d="scan'208";a="795999295" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 01 Sep 2015 20:08:55 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t8238qGt011416; Wed, 2 Sep 2015 11:08:52 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t8238o02029503; Wed, 2 Sep 2015 11:08:52 +0800 Received: (from jingguox@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t8238o3M029499; Wed, 2 Sep 2015 11:08:50 +0800 From: Huilong Xu To: dts@dpdk.org Date: Wed, 2 Sep 2015 11:08:41 +0800 Message-Id: <1441163321-29448-4-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1441163321-29448-1-git-send-email-huilongx.xu@intel.com> References: <1441163321-29448-1-git-send-email-huilongx.xu@intel.com> Cc: lijuanx.a.tu@intel.com Subject: [dts] [PATCH V1 4/4] add kni test suite on niantic and fvl NIC test X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2015 03:08:57 -0000 From: "huilongx,xu" Signed-off-by: huilongx,xu --- executions/execution.cfg | 3 ++- executions/execution_FVL.cfg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/executions/execution.cfg b/executions/execution.cfg index 6e42b90..20d9bd6 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -25,7 +25,8 @@ test_suites= scatter, pmdrssreta, pmd, - l2fwd + l2fwd, + kni targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg index 9f25802..7bdd2b7 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -26,7 +26,8 @@ test_suites= scatter, pmdrssreta, pmdrss_hash, - ieee1588 + ieee1588, + kni targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true -- 1.9.3