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 5CE9EA04EF; Mon, 25 May 2020 04:21:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E85671D6B1; Mon, 25 May 2020 04:21:19 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id F2A221D686 for ; Mon, 25 May 2020 04:21:17 +0200 (CEST) IronPort-SDR: xAuwBNSIHku4i4woEfwGrrzl/OUNc7T/+a/kN5giLfWGJyYHEgRwsHXfx9CwTqzl14neWCWHVc 517BZfiPnZWQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2020 19:21:16 -0700 IronPort-SDR: sMCZfsJaJ2PUc+cfQjqmiPPmjN2v/abSvMfOQtnxaCjt9KX/pgfqGfoZilryRCeEuyczBeecgu CXv2iH+TBgRg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,431,1583222400"; d="scan'208";a="467917312" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by fmsmga006.fm.intel.com with ESMTP; 24 May 2020 19:21:14 -0700 From: yufengmx To: dts@dpdk.org, lei.a.yao@intel.com Cc: yufengmx Date: Mon, 25 May 2020 10:22:54 +0800 Message-Id: <20200525022258.3171-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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" 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 the related CPU frequency base this indicator. 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. v2: - python3 support. - use pktgen new callback function to take the place of shell script query. - display dpdk version. - remove un-used parameters. - update comment. 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 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 -- 2.21.0