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 5CDCBA0561; Fri, 28 Feb 2020 07:10:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 505641BFDA; Fri, 28 Feb 2020 07:10:21 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id DABE61BF8F for ; Fri, 28 Feb 2020 07:10:18 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Feb 2020 22:10:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,493,1574150400"; d="scan'208";a="227440985" Received: from dpdk-lihong-ub1604.sh.intel.com ([10.67.118.203]) by orsmga007.jf.intel.com with ESMTP; 27 Feb 2020 22:10:17 -0800 From: lihong To: dts@dpdk.org Cc: lihong Date: Fri, 28 Feb 2020 06:41:29 +0800 Message-Id: <1582843290-4272-2-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1582843290-4272-1-git-send-email-lihongx.ma@intel.com> References: <1582843290-4272-1-git-send-email-lihongx.ma@intel.com> Subject: [dts] [PATCH V1 1/2] conf: add config file to support per patch performance of virtio 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" add config file pvp_multi_paths_vhost_single_core_performance.cfg to support suite run per patch performance 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 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 = True +test_parameters = {64: [1024],1518: [1024]} +test_duration = 60 +accepted_tolerance = 2 +expected_throughput = {'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