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 24179A04DD; Thu, 2 Jan 2020 04:29:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 097001BF9C; Thu, 2 Jan 2020 04:29:00 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E902A1BF89 for ; Thu, 2 Jan 2020 04:28:57 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Jan 2020 19:28:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,385,1571727600"; d="scan'208";a="421022633" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga006.fm.intel.com with ESMTP; 01 Jan 2020 19:28:57 -0800 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 1 Jan 2020 19:28:56 -0800 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 1 Jan 2020 19:28:56 -0800 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Wed, 1 Jan 2020 19:28:56 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.197]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.28]) with mapi id 14.03.0439.000; Thu, 2 Jan 2020 11:28:55 +0800 From: "Chen, Zhaoyan" To: "Mo, YufengX" , "dts@dpdk.org" , "Wang, Yinan" , "Ma, LihongX" CC: "Mo, YufengX" , "Chen, Zhaoyan" Thread-Topic: [dts] [PATCH V3 0/5] dts/pktgen: add new features Thread-Index: AQHVppSod+W7lEQOrkm0IRTfsSc8XKfW7DZw Date: Thu, 2 Jan 2020 03:28:54 +0000 Message-ID: <9DEEADBC57E43F4DA73B571777FECECA41E76CCD@SHSMSX104.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" Acked-by: Zhaoyan Chen Regards, Zhaoyan Chen > -----Original Message----- > From: dts 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 th= roughput > 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 d= ata in a > duration. > *. add test method(latency/loss/throughput/rfc2544) options parameter us= age > comment in pktgen_base module. > *. add test method(latency/loss/throughput) delay/duration options new u= sage > 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