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 6163FA0563; Fri, 28 Feb 2020 03:07:05 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5978337AF; Fri, 28 Feb 2020 03:07:05 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id EF9272C02 for ; Fri, 28 Feb 2020 03:07:03 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Feb 2020 18:07:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,493,1574150400"; d="scan'208";a="230963762" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga007.fm.intel.com with ESMTP; 27 Feb 2020 18:07:01 -0800 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 27 Feb 2020 18:07:02 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 28 Feb 2020 10:07:00 +0800 Received: from shsmsx603.ccr.corp.intel.com ([10.109.6.143]) by SHSMSX603.ccr.corp.intel.com ([10.109.6.143]) with mapi id 15.01.1713.004; Fri, 28 Feb 2020 10:07:00 +0800 From: "Ma, LihongX" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH V1 0/2] support pvp_multi_paths_performance run per patch Thread-Index: AQHV7dt8gZ5GqFMSvE+29u+d/w6ZVqgv27qw Date: Fri, 28 Feb 2020 02:07:00 +0000 Message-ID: <023a33845f43419eb049e902df5e9fde@intel.com> References: <1582828567-674-1-git-send-email-lihongx.ma@intel.com> In-Reply-To: <1582828567-674-1-git-send-email-lihongx.ma@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 V1 0/2] support pvp_multi_paths_performance run per patch 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" Tested-by:ma,lihong Regards, Ma,lihong -----Original Message----- From: Ma, LihongX=20 Sent: Friday, February 28, 2020 2:36 AM To: dts@dpdk.org Cc: Ma, LihongX Subject: [dts][PATCH V1 0/2] support pvp_multi_paths_performance run per pa= tch *add config file and modify suite to support pvp_multi_paths_performance to= check throughput can reach expected. lihong (2): conf: add config file to support per patch performance of virtio tests/pvp_multi_paths_performance: modify code to support per patch performance conf/pvp_multi_paths_performance.cfg | 6 + tests/TestSuite_pvp_multi_paths_performance.py | 218 +++++++++++++++++++++= +--- 2 files changed, 199 insertions(+), 25 deletions(-) create mode 100644 co= nf/pvp_multi_paths_performance.cfg -- 2.7.4