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 5881AA04DD; Thu, 2 Jan 2020 06:04:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1302A1BF9B; Thu, 2 Jan 2020 06:04:48 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 347061BF72 for ; Thu, 2 Jan 2020 06:04:47 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Jan 2020 21:04:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,385,1571727600"; d="scan'208";a="221790350" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 01 Jan 2020 21:04:45 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 1 Jan 2020 21:04:45 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.30]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.245]) with mapi id 14.03.0439.000; Thu, 2 Jan 2020 13:04:44 +0800 From: "Tu, Lijuan" To: "Mo, YufengX" , "dts@dpdk.org" , "Wang, Yinan" , "Ma, LihongX" CC: "Mo, YufengX" Thread-Topic: [dts] [PATCH V3 0/5] dts/pktgen: add new features Thread-Index: AQHVppSoSvTkk8WOX062r0eweEwfsafXBwYg Date: Thu, 2 Jan 2020 05:04:43 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBA0FCF@SHSMSX101.ccr.corp.intel.com> References: <20191129090315.60124-1-yufengx.mo@intel.com> In-Reply-To: <20191129090315.60124-1-yufengx.mo@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 V3 0/5] dts/pktgen: add new features 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 yufengmx > Sent: Friday, November 29, 2019 5:03 PM > To: dts@dpdk.org; Wang, Yinan ; Ma, LihongX > > Cc: Mo, YufengX > Subject: [dts] [PATCH V3 0/5] dts/pktgen: add new features >=20 > v3 > Add 2544 dichotomy algorithm as ma,lihong&han,yingya required. > *. add measure_rfc2544_dichotomy method *. add rfc2544 dichotomy > usage document >=20 > v2 > Add new demand of pktgen as wang,yinan required. > *. add a callback to deal with executing other tools query actions in > throughput traffic lasting status. > *. rebase source code. >=20 > v1 > As chen zhaoyan new demand of pktgen, add these changes >=20 > *. add __get_single_throughput_statistic/__get_multi_throughput_statisti= c > 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. > *. rebase coremask new setting options from next branch. >=20 > yufengmx (5): > conf/pktgen: remove un-used optons > doc/dts_gsg/pktgen_prog_guide: update description > framework/pktgen_base: add new features > framework/pktgen_ixia: add new features > framework/pktgen_trex: add new features >=20 > conf/pktgen.cfg | 18 ++- > doc/dts_gsg/pktgen_prog_guide.rst | 86 +++++++++-- > framework/pktgen_base.py | 244 ++++++++++++++++++++++++++++-- > framework/pktgen_ixia.py | 31 +--- > framework/pktgen_trex.py | 63 +++----- > 5 files changed, 340 insertions(+), 102 deletions(-) >=20 > -- > 2.21.0