From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D8B827D5A for ; Fri, 25 Aug 2017 09:40:59 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Aug 2017 00:40:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,424,1498546800"; d="scan'208";a="1188015127" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 25 Aug 2017 00:40:58 -0700 From: "xu,huilong" To: dts@dpdk.org Cc: "xu,huilong" Date: Fri, 25 Aug 2017 15:42:11 +0800 Message-Id: <1503646931-91671-6-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1503646931-91671-1-git-send-email-huilongx.xu@intel.com> References: <1503646931-91671-1-git-send-email-huilongx.xu@intel.com> Subject: [dts] [PATCH V1 6/6] add a new example for performance 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: Fri, 25 Aug 2017 07:41:00 -0000 Signed-off-by: xu,huilong --- executions/execution_perf.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 executions/execution_perf.cfg diff --git a/executions/execution_perf.cfg b/executions/execution_perf.cfg new file mode 100644 index 0000000..6270ed2 --- /dev/null +++ b/executions/execution_perf.cfg @@ -0,0 +1,10 @@ +[Execution2] +crbs= +drivername= +test_suites= + l2fwd, + l3fwd, + pmd +targets= + x86_64-native-linuxapp-gcc +parameters=nic_type=niantic:perf=true -- 1.9.3