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 008BCA00E6 for ; Thu, 8 Aug 2019 08:25:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CE06D2082; Thu, 8 Aug 2019 08:25:05 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 59F35F04 for ; Thu, 8 Aug 2019 08:25:04 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2019 23:25:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,360,1559545200"; d="scan'208";a="186251294" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 07 Aug 2019 23:25:03 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 7 Aug 2019 23:25:02 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 7 Aug 2019 23:25:02 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.19]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.215]) with mapi id 14.03.0439.000; Thu, 8 Aug 2019 14:25:01 +0800 From: "Mo, YufengX" To: "dts@dpdk.org" , "Tu, Lijuan" Thread-Topic: [dts][PATCH V2 0/2] dts/pktgen: fix missing parameter setting Thread-Index: AQHVTbGYRkC9AEqHo0K4uL7dEMLNgabwyG3A Date: Thu, 8 Aug 2019 06:25:00 +0000 Message-ID: References: <1565245370-83258-1-git-send-email-yufengx.mo@intel.com> In-Reply-To: <1565245370-83258-1-git-send-email-yufengx.mo@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 V2 0/2] dts/pktgen: fix missing parameter setting 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" Hi, would you review series again? > -----Original Message----- > From: Mo, YufengX > Sent: Thursday, August 8, 2019 2:23 PM > To: dts@dpdk.org > Cc: Mo, YufengX > Subject: [dts][PATCH V2 0/2] dts/pktgen: fix missing parameter setting >=20 > These commits are internal bugs fixed, which are reported by ma,lihong >=20 > *. add missing rate percent key of stream config option in pktgen module= . > *. add missing start traffic option input in measure_throughput method. >=20 > yufengmx (2): > framework/pktgen_base: fix measure_throughput missed option input > framework/pktgen: fix PacketGeneratorHelper missed rate setting >=20 > framework/pktgen.py | 1 + > framework/pktgen_base.py | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) >=20 > -- > 1.9.3