From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EE6BCA0566; Wed, 11 Mar 2020 05:43:22 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A73971BF94; Wed, 11 Mar 2020 05:43:22 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 757B62BAA for ; Wed, 11 Mar 2020 05:43:21 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Mar 2020 21:43:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,539,1574150400"; d="scan'208";a="353792127" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 10 Mar 2020 21:43:19 -0700 Received: from fmsmsx162.amr.corp.intel.com (10.18.125.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 10 Mar 2020 21:43:19 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx162.amr.corp.intel.com (10.18.125.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 10 Mar 2020 21:43:19 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.86]) with mapi id 14.03.0439.000; Wed, 11 Mar 2020 12:43:17 +0800 From: "Tu, Lijuan" To: "Ma, LihongX" , "dts@dpdk.org" CC: "Ma, LihongX" Thread-Topic: [dts] [PATCH V2 1/2] conf: add config file to support per patch performance Thread-Index: AQHV8dhyKaSOOgHIx0aEW3CsmI6NW6hC22oQ Date: Wed, 11 Mar 2020 04:43:16 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBEBA68@SHSMSX101.ccr.corp.intel.com> References: <1583267054-26492-1-git-send-email-lihongx.ma@intel.com> <1583267054-26492-2-git-send-email-lihongx.ma@intel.com> In-Reply-To: <1583267054-26492-2-git-send-email-lihongx.ma@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V2 1/2] conf: add config file to support per patch performance 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied the series, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lihong > Sent: Wednesday, March 4, 2020 4:24 AM > To: dts@dpdk.org > Cc: Ma, LihongX > Subject: [dts] [PATCH V2 1/2] conf: add config file to support per patch > performance >=20 > add config file for suite pvp_multi_paths_vhost_single_core_performance > can store expected throughput value of cases. >=20 > Signed-off-by: lihong > --- > conf/pvp_multi_paths_vhost_single_core_performance.cfg | 6 ++++++ > 1 file changed, 6 insertions(+) > create mode 100644 > conf/pvp_multi_paths_vhost_single_core_performance.cfg >=20 > diff --git a/conf/pvp_multi_paths_vhost_single_core_performance.cfg > b/conf/pvp_multi_paths_vhost_single_core_performance.cfg > new file mode 100644 > index 0000000..c2e9a02 > --- /dev/null > +++ b/conf/pvp_multi_paths_vhost_single_core_performance.cfg > @@ -0,0 +1,6 @@ > +[suite] > +update_expected =3D True > +test_parameters =3D {64: [1024],1518: [1024]} test_duration =3D 60 > +accepted_tolerance =3D 2 expected_throughput =3D > +{'test_perf_vhost_single_core_virtio11_mergeable': {64: {1024: 0.00}, > +1518: {1024: 0.00}}, 'test_perf_vhost_single_core_virtio11_normal': > +{64: {1024: 0.00}, 1518: {1024: 0.00}}, > +'test_perf_vhost_single_core_virtio11_inorder_mergeable': {64: {1024: > +0.00}, 1518: {1024: 0.00}}, > +'test_perf_vhost_single_core_virtio11_inorder_normal': {64: {1024: > +0.00}, 1518: {1024: 0.00}}, > +'test_perf_vhost_single_core_inorder_mergeable': {64: {1024: 0.00}, > +1518: {1024: 0.00}}, > +'test_perf_vhost_single_core_inorder_no_mergeable': {64: {1024: 0.00}, > +1518: {1024: 0.00}},'test_perf_vhost_single_core_mergeable': {64: > +{1024: 0.00}, 1518: {1024: 0.00}},'test_perf_vhost_single_core_normal': > +{64: {1024: 0.00}, 1518: {1024: > +0.00}},'test_perf_vhost_single_core_vector_rx': {64: {1024: 0.00}, > +1518: {1024: 0.00}}} > -- > 2.7.4