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 6C209A0567; Wed, 10 Mar 2021 06:45:11 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 40A7722A469; Wed, 10 Mar 2021 06:45:11 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id A4D4D40687 for ; Wed, 10 Mar 2021 06:45:09 +0100 (CET) IronPort-SDR: Me0WKTPLcw0LeZOJWcwpn2gZrt3mp5B++DkhKxHxD8MuMMDMoQ3+Kmtw+JIQ88/vuF0fFileTN QegxR1g8mzsg== X-IronPort-AV: E=McAfee;i="6000,8403,9917"; a="188432087" X-IronPort-AV: E=Sophos;i="5.81,236,1610438400"; d="scan'208";a="188432087" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Mar 2021 21:45:06 -0800 IronPort-SDR: sBtMCr38jZOfdj74Hj/KpzcAvcoPBpWDUjj986QsiKFuUFdkhv2n1nefUKLx8NdYfDbjuZeGL3 nkknrPQyqUkg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,236,1610438400"; d="scan'208";a="376833655" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga007.fm.intel.com with ESMTP; 09 Mar 2021 21:45:03 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 9 Mar 2021 21:45:02 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 10 Mar 2021 13:45:00 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Wed, 10 Mar 2021 13:45:00 +0800 From: "Tu, Lijuan" To: "Ling, WeiX" , "dts@dpdk.org" CC: "Ling, WeiX" Thread-Topic: [dts] [PATCH V3] tests/pvp_multi_paths_performance:modify dts code sync with testplan and optimize code Thread-Index: AQHXEAsv+jPgAVg7s0S52sN6peiF2Kp8wN+A Date: Wed, 10 Mar 2021 05:44:59 +0000 Message-ID: <24a31562d048432fb1d3e23f95d79802@intel.com> References: <20210303085541.223382-1-weix.ling@intel.com> In-Reply-To: <20210303085541.223382-1-weix.ling@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V3] tests/pvp_multi_paths_performance:modify dts code sync with testplan and optimize code 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=3D1 with testplan, default is vectorized=3D= 0 and use > pmd.start_testpmd() to replace session.send_expect() to start testpmd. >=20 > Signed-off-by: Ling Wei Applied