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 DBB9EA00E6 for ; Tue, 6 Aug 2019 08:57:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7FA421B997; Tue, 6 Aug 2019 08:57:52 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 7078F1B974 for ; Tue, 6 Aug 2019 08:57:51 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Aug 2019 23:57:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,352,1559545200"; d="scan'208";a="192598336" Received: from dpdk-moyufen01.sh.intel.com ([10.67.111.77]) by fmsmga001.fm.intel.com with ESMTP; 05 Aug 2019 23:57:49 -0700 From: yufengmx To: dts@dpdk.org Cc: yufengmx Date: Tue, 6 Aug 2019 14:58:39 +0800 Message-Id: <1565074724-216584-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1 0/5] dts/pktgen: measure throughput supports multiple return values 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" These commits meet with demand came from dpdk STV new demand. *. add __get_single_throughput_statistic/__get_multi_throughput_statistic methods to realize measure_throughput support return several throughput statistic data in a duration. *. add test method(latency/loss/throughput/rfc2544) options parameter usage comment in pktgen_base module. *. add test method(latency/loss/throughput) delay/duration options new usage definition and relevant process source code in pktgen_base module. *. set delay option to the warm up time before start main traffic. *. set pktgen duration default value to 10 second. *. remove duration option used in trex/ixia module, move duration option in testing scenario methods(latency/loss/throughput) in pktgen_base module. *. remove un-used optons in pktgen.cfg. *. remove un-used parameter in trex/ixia _start_transmission. yufengmx (5): conf/pktgen: remove un-used optons doc/dts_gsg/pktgen_prog_guide: update description framework/pktgen_base: measure throughput supports multiple return values framework/pktgen_ixia: measure throughput supports multiple return values framework/pktgen_trex: measure throughput supports multiple return values conf/pktgen.cfg | 7 +- doc/dts_gsg/pktgen_prog_guide.rst | 45 ++++++++---- framework/pktgen_base.py | 143 ++++++++++++++++++++++++++++++++++---- framework/pktgen_ixia.py | 29 +------- framework/pktgen_trex.py | 42 +---------- 5 files changed, 171 insertions(+), 95 deletions(-) -- 1.9.3