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 18143A00E6 for ; Thu, 8 Aug 2019 07:39:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0B4BC2082; Thu, 8 Aug 2019 07:39:23 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 3A7ECF04 for ; Thu, 8 Aug 2019 07:39:21 +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 fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2019 22:39:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,360,1559545200"; d="scan'208";a="186240694" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 07 Aug 2019 22:39:20 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 7 Aug 2019 22:39:19 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 7 Aug 2019 22:39:19 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.80]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.15]) with mapi id 14.03.0439.000; Thu, 8 Aug 2019 13:39:17 +0800 From: "Tu, Lijuan" To: "Mo, YufengX" , "dts@dpdk.org" CC: "Mo, YufengX" Thread-Topic: [dts] [PATCH V1 0/2] dts/pktgen: fix missing parameter setting Thread-Index: AQHVTCbNXTZlLjtuZ0uJLCIldMB5s6bwvtIg Date: Thu, 8 Aug 2019 05:39:17 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BAFF591@SHSMSX101.ccr.corp.intel.com> References: <1565075798-3882-1-git-send-email-yufengx.mo@intel.com> In-Reply-To: <1565075798-3882-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: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjA4ZTdiY2QtMzFlZS00YmJmLWE1MmItZGYzZWIyZmEwZmI3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibzRwM2ZlNnRoV0dwNmwwUzhEek5obCs1M2Q1SU14Z3J5WjgxWFB2bjMwT1YwRXRRdnp1Zml0XC9BOWxtUDNUUU4ifQ== 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 V1 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" The series applied failed, could you please rework them. thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yufengmx > Sent: Tuesday, August 6, 2019 3:17 PM > To: dts@dpdk.org > Cc: Mo, YufengX > Subject: [dts] [PATCH V1 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