From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5DF971B120 for ; Thu, 18 Oct 2018 10:54:43 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Oct 2018 01:54:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,395,1534834800"; d="scan'208";a="272330134" Received: from dpdk-purley3.sh.intel.com ([10.67.118.211]) by fmsmga005.fm.intel.com with ESMTP; 18 Oct 2018 01:54:41 -0700 From: Wang Fei To: dts@dpdk.org Cc: lijuan.tu@intel.com, wang fei Date: Thu, 18 Oct 2018 23:39:02 +0800 Message-Id: <20181018153902.36580-1-feix.y.wang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V3 3/3] cores config for performace thread suite 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, 18 Oct 2018 08:54:43 -0000 From: wang fei Signed-off-by: wang fei --- conf/performance_thread.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 conf/performance_thread.cfg diff --git a/conf/performance_thread.cfg b/conf/performance_thread.cfg new file mode 100644 index 0000000..46811eb --- /dev/null +++ b/conf/performance_thread.cfg @@ -0,0 +1,3 @@ +[suite] +# specify cores to test based on dut cpu specification. +cores=[2, 4] -- 2.17.1