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 B4BBFA0566; Wed, 11 Mar 2020 05:31:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A1F1E1BFF7; Wed, 11 Mar 2020 05:31:48 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5781523D for ; Wed, 11 Mar 2020 05:31:47 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Mar 2020 21:31:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,539,1574150400"; d="scan'208";a="389145052" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga004.jf.intel.com with ESMTP; 10 Mar 2020 21:31:46 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 10 Mar 2020 21:31:45 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 10 Mar 2020 21:31:45 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.96]) with mapi id 14.03.0439.000; Wed, 11 Mar 2020 12:31:42 +0800 From: "Tu, Lijuan" To: "Ma, LihongX" , "dts@dpdk.org" CC: "Ma, LihongX" Thread-Topic: [dts] [PATCH V2 0/2] support pvp_multi_paths_performanc run per patch performance Thread-Index: AQHV8TpC0LgK5pkX4UyMtoM9vCfkKahC2XNg Date: Wed, 11 Mar 2020 04:31:41 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBEB984@SHSMSX101.ccr.corp.intel.com> References: <1583199061-12136-1-git-send-email-lihongx.ma@intel.com> In-Reply-To: <1583199061-12136-1-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 0/2] support pvp_multi_paths_performanc run 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: Tuesday, March 3, 2020 9:31 AM > To: dts@dpdk.org > Cc: Ma, LihongX > Subject: [dts] [PATCH V2 0/2] support pvp_multi_paths_performanc run per > patch performance >=20 > * add config file and modify suite to support pvp_multi_paths_performanc > check the throughput can reach value >=20 > lihong (2): > conf: add config file to support per patch performance > tests/pvp_multi_paths_performance: modify code to support per patch > performance >=20 > conf/pvp_multi_paths_performance.cfg | 6 + > tests/TestSuite_pvp_multi_paths_performance.py | 217 > ++++++++++++++++++++++--- > 2 files changed, 198 insertions(+), 25 deletions(-) create mode 100644 > conf/pvp_multi_paths_performance.cfg >=20 > -- > 2.7.4