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 CF98FA00E6 for ; Tue, 6 Aug 2019 09:15:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8F8E81B995; Tue, 6 Aug 2019 09:15:47 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id ED1E51B95C for ; Tue, 6 Aug 2019 09:15:45 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Aug 2019 00:15:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,352,1559545200"; d="scan'208";a="164898114" Received: from dpdk-moyufen01.sh.intel.com ([10.67.111.77]) by orsmga007.jf.intel.com with ESMTP; 06 Aug 2019 00:15:43 -0700 From: yufengmx To: dts@dpdk.org Cc: yufengmx Date: Tue, 6 Aug 2019 15:16:36 +0800 Message-Id: <1565075798-3882-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [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" These commits are internal bugs fixed, which are reported by ma,lihong *. add missing rate percent key of stream config option in pktgen module. *. add missing start traffic option input in measure_throughput method. yufengmx (2): framework/pktgen_base: fix measure_throughput missed option input framework/pktgen: fix PacketGeneratorHelper missed rate setting framework/pktgen.py | 1 + framework/pktgen_base.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- 1.9.3