From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E57CEC320 for ; Thu, 21 May 2015 10:30:37 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 21 May 2015 01:30:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,467,1427785200"; d="scan'208";a="496452313" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by FMSMGA003.fm.intel.com with ESMTP; 21 May 2015 01:30:37 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t4L8UYRK008125; Thu, 21 May 2015 16:30:34 +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 t4L8UWX7012794; Thu, 21 May 2015 16:30:34 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t4L8UW2h012790; Thu, 21 May 2015 16:30:32 +0800 From: huilongx xu To: dts@dpdk.org Date: Thu, 21 May 2015 16:30:20 +0800 Message-Id: <1432197020-12725-6-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1432197020-12725-1-git-send-email-huilongx.xu@intel.com> References: <1432197020-12725-1-git-send-email-huilongx.xu@intel.com> Cc: jingguox.fu@intel.com Subject: [dts] [dts 5/5] [v2] add fortville nic test config 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: Thu, 21 May 2015 08:30:38 -0000 From: huilong xu Signed-off-by: huilong xu --- execution_FVL.cfg | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 execution_FVL.cfg diff --git a/execution_FVL.cfg b/execution_FVL.cfg new file mode 100644 index 0000000..c57f33d --- /dev/null +++ b/execution_FVL.cfg @@ -0,0 +1,20 @@ +[Execution1] +crbs= +drivername= +test_suites= + checksum_offload, + dynamic_config +targets= + x86_64-native-linuxapp-gcc +parameters=nic_type=cfg:func=true + +[Execution2] +crbs= +drivername= +test_suites= + l2fwd, + l3fwd, + pmd +targets= + x86_64-native-linuxapp-gcc +parameters=nic_type=niantic:perf=true -- 1.7.4.4