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 5328C8E6A for ; Thu, 10 Sep 2015 05:46:08 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 09 Sep 2015 20:46:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,501,1437462000"; d="scan'208";a="801982551" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 09 Sep 2015 20:46:06 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t8A3k4Ke009754; Thu, 10 Sep 2015 11:46:04 +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 t8A3k2TH021529; Thu, 10 Sep 2015 11:46:04 +0800 Received: (from jingguox@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t8A3k2BE021525; Thu, 10 Sep 2015 11:46:02 +0800 From: Lijuan Tu To: dts@dpdk.org Date: Thu, 10 Sep 2015 11:45:56 +0800 Message-Id: <1441856756-21478-3-git-send-email-lijuanx.a.tu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1441856756-21478-1-git-send-email-lijuanx.a.tu@intel.com> References: <1441856756-21478-1-git-send-email-lijuanx.a.tu@intel.com> Subject: [dts] [PATCH V3 3/3] Add multiple pthread test suite in execution file 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, 10 Sep 2015 03:46:08 -0000 Signed-off-by: Lijuan Tu --- 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..0f916a4 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -25,7 +25,8 @@ test_suites= scatter, pmdrssreta, pmd, - l2fwd + l2fwd, + multiple_pthread 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..60af41e 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -26,7 +26,8 @@ test_suites= scatter, pmdrssreta, pmdrss_hash, - ieee1588 + ieee1588, + multiple_pthread targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true -- 1.8.3.1