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 08BFBA04EF; Mon, 1 Jun 2020 05:12:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E79F71D17F; Mon, 1 Jun 2020 05:12:52 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id C41291C1E1 for ; Mon, 1 Jun 2020 05:12:51 +0200 (CEST) IronPort-SDR: n7GdsC26C0k4jVyqi2amTvWYrUI7xNjGKJqY1dys0FSW//Rq/4wpXmio4fLpKFROCRvNFZq9ve vh43RIa5mfBg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 May 2020 20:12:50 -0700 IronPort-SDR: 1sqqD+vP+HDtEwNh/pie+pGw249ey2ZomrCZyt5Sxs0xQtlHiiw86jon6nJ3KOhMp1yQG99Bt0 4RsEquUR3zpw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,459,1583222400"; d="scan'208";a="268179655" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga003.jf.intel.com with ESMTP; 31 May 2020 20:12:50 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 31 May 2020 20:12:50 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 31 May 2020 20:12:50 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.85]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.41]) with mapi id 14.03.0439.000; Mon, 1 Jun 2020 11:12:47 +0800 From: "Tu, Lijuan" To: "Mo, YufengX" , "dts@dpdk.org" , "Yao, Lei A" CC: "Mo, YufengX" Thread-Topic: [dts] [PATCH V3 0/4] power_branch_ratio: upload suite test plan and script Thread-Index: AQHWMjs6n+IclrHwG0yNpwL90IAanKjDIIuQ Date: Mon, 1 Jun 2020 03:12:47 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC565DE@SHSMSX101.ccr.corp.intel.com> References: <20200525022258.3171-1-yufengx.mo@intel.com> In-Reply-To: <20200525022258.3171-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/4] power_branch_ratio: upload suite test plan and script 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: Monday, May 25, 2020 10:23 AM > To: dts@dpdk.org; Yao, Lei A > Cc: Mo, YufengX > Subject: [dts] [PATCH V3 0/4] power_branch_ratio: upload suite test plan = and > script >=20 > Based on the branch ratio info offered by CPU, the DPDK user can know if > the CPU's real workload is high or Low. Then the host server can adjust t= he > related CPU frequency base this indicator. >=20 > v3: > - update test plan and script. > - add compile switch description > - change power driver intel_pstate from disable to enable. > - add more branch ratio information output description. >=20 > v2: > - python3 support. > - use pktgen new callback function to take the place of shell script qu= ery. > - display dpdk version. > - remove un-used parameters. > - update comment. >=20 > yufengmx (4): > conf/power_branch_ratio: virtual machine configuration > test_plans/power_branch_ratio: add test plan index > test_plans/power_branch_ratio: upload test plan > tests/power_branch_ratio: upload automation script >=20 > conf/power_branch_ratio.cfg | 30 + > test_plans/index.rst | 1 + > test_plans/power_branch_ratio_test_plan.rst | 178 +++++ > tests/TestSuite_power_branch_ratio.py | 679 ++++++++++++++++++++ > 4 files changed, 888 insertions(+) > create mode 100644 conf/power_branch_ratio.cfg create mode 100644 > test_plans/power_branch_ratio_test_plan.rst > create mode 100644 tests/TestSuite_power_branch_ratio.py >=20 > -- > 2.21.0