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 307CFA056B; Tue, 3 Mar 2020 09:59:54 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D0A721BFF2; Tue, 3 Mar 2020 09:59:53 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id DACD43B5 for ; Tue, 3 Mar 2020 09:59:51 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Mar 2020 00:59:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,510,1574150400"; d="scan'208";a="233554476" Received: from dpdk-lihong-ub1604.sh.intel.com ([10.67.118.203]) by orsmga008.jf.intel.com with ESMTP; 03 Mar 2020 00:59:49 -0800 From: lihong To: dts@dpdk.org Cc: lihong Date: Tue, 3 Mar 2020 09:30:59 +0800 Message-Id: <1583199061-12136-1-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [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" * add config file and modify suite to support pvp_multi_paths_performanc check the throughput can reach value lihong (2): conf: add config file to support per patch performance 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 | 217 ++++++++++++++++++++++--- 2 files changed, 198 insertions(+), 25 deletions(-) create mode 100644 conf/pvp_multi_paths_performance.cfg -- 2.7.4