From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 59B15A055D; Wed, 3 Mar 2021 07:15:50 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1F03E40683; Wed, 3 Mar 2021 07:15:50 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 729CF4067B for ; Wed, 3 Mar 2021 07:15:49 +0100 (CET) IronPort-SDR: GSu4kUh3q7bCPlZrwQPHycLPAARlsn+5EVsQOAtq3W8/0SGuWigPyrSf68BCanAQ/Wa9zJxB+w UF/Ifx8QQn4g== X-IronPort-AV: E=McAfee;i="6000,8403,9911"; a="184694052" X-IronPort-AV: E=Sophos;i="5.81,219,1610438400"; d="scan'208";a="184694052" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2021 22:15:48 -0800 IronPort-SDR: y/2sMpzt+3teaSCqHtfX1EiqVsxh6kgMkSCIuu71M4QvRC3xvoDTdJ8XOqGSeiLymyL86rHOKk t5qSjZ23FxGw== X-IronPort-AV: E=Sophos;i="5.81,219,1610438400"; d="scan'208";a="600028489" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2021 22:15:46 -0800 From: Ling Wei To: dts@dpdk.org Cc: Ling Wei Date: Wed, 3 Mar 2021 14:15:02 +0800 Message-Id: <20210303061502.221780-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1] tests/pvp_multi_paths_performance:modify dts code sync with testplan 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 Sender: "dts" Remove test case 9 vectorized=1 with testplan, default is vectorized=0. Signed-off-by: Ling Wei --- tests/TestSuite_pvp_multi_paths_performance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_pvp_multi_paths_performance.py b/tests/TestSuite_pvp_multi_paths_performance.py index e2fa5ec9..43ca183e 100644 --- a/tests/TestSuite_pvp_multi_paths_performance.py +++ b/tests/TestSuite_pvp_multi_paths_performance.py @@ -356,7 +356,7 @@ class TestPVPMultiPathPerformance(TestCase): """ self.test_target = self.running_case self.expected_throughput = self.get_suite_cfg()['expected_throughput'][self.test_target] - virtio_pmd_arg = {"version": "in_order=1,packed_vq=1,mrg_rxbuf=0,vectorized=1", + virtio_pmd_arg = {"version": "in_order=1,packed_vq=1,mrg_rxbuf=0", "path": "--rx-offloads=0x10 --enable-hw-vlan-strip"} self.start_vhost_testpmd() self.start_virtio_testpmd(virtio_pmd_arg) -- 2.25.1