From patchwork Mon Dec 6 09:35:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 104901 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BF33BA034F; Mon, 6 Dec 2021 10:44:56 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA8724115D; Mon, 6 Dec 2021 10:44:56 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 7906840A4B for ; Mon, 6 Dec 2021 10:44:55 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10189"; a="236019964" X-IronPort-AV: E=Sophos;i="5.87,291,1631602800"; d="scan'208";a="236019964" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Dec 2021 01:44:54 -0800 X-IronPort-AV: E=Sophos;i="5.87,291,1631602800"; d="scan'208";a="656962608" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Dec 2021 01:44:53 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 3/3] conf/vm2vm_virtio_net_perf: modify case name Date: Mon, 6 Dec 2021 17:35:55 +0800 Message-Id: <20211206093555.3174320-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 Modify except value case name 2 in config file. Signed-off-by: Wei Ling --- conf/vm2vm_virtio_net_perf.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/vm2vm_virtio_net_perf.cfg b/conf/vm2vm_virtio_net_perf.cfg index 324f6fb4..59af82d5 100644 --- a/conf/vm2vm_virtio_net_perf.cfg +++ b/conf/vm2vm_virtio_net_perf.cfg @@ -1,4 +1,4 @@ [suite] update_expected = True accepted_tolerance = 1 -expected_throughput = {'test_vm2vm_split_ring_with_tso_and_cbdma_enable': 0.00} +expected_throughput = {'test_vm2vm_split_ring_iperf_with_tso': 0.00}