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 5A90BA04F0; Fri, 27 Dec 2019 07:29:30 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 20B671BFEB; Fri, 27 Dec 2019 07:29:30 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id CAF5C1BFE9 for ; Fri, 27 Dec 2019 07:29:28 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Dec 2019 22:29:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,362,1571727600"; d="scan'208";a="212566791" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga008.jf.intel.com with ESMTP; 26 Dec 2019 22:29:27 -0800 Received: from fmsmsx161.amr.corp.intel.com (10.18.125.9) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 26 Dec 2019 22:29:27 -0800 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by FMSMSX161.amr.corp.intel.com (10.18.125.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 26 Dec 2019 22:29:26 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.19]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.71]) with mapi id 14.03.0439.000; Fri, 27 Dec 2019 14:29:25 +0800 From: "Tu, Lijuan" To: "Mo, YufengX" , "dts@dpdk.org" , "Yao, Lei A" CC: "Mo, YufengX" Thread-Topic: [dts] [PATCH V4 0/4] vm_pw_mgmt_policy: upload suite test plan and script Thread-Index: AQHVuf0Grvfgye0+yEmF723BwlSd+6fNifIw Date: Fri, 27 Dec 2019 06:29:24 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB8ED29@SHSMSX101.ccr.corp.intel.com> References: <20191224015628.11931-1-yufengx.mo@intel.com> In-Reply-To: <20191224015628.11931-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 V4 0/4] vm_pw_mgmt_policy: 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. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yufengmx > Sent: Tuesday, December 24, 2019 9:56 AM > To: dts@dpdk.org; Yao, Lei A > Cc: Mo, YufengX > Subject: [dts] [PATCH V4 0/4] vm_pw_mgmt_policy: upload suite test plan > and script >=20 > A feature allows workload to deliver policy to the host to manage power > controls such as p-states extends the thinking of the current scheme movi= ng > away from direct controls to policy controls to avoid latency & jitter pe= nalties. > Also provides the ability to react faster. >=20 > v4: > - remove support architecture description. > - >=20 > v3: > - change turbo command execution result check condition. > - rebase source code. > - >=20 > v2: > - use new pktgen methods as traffic policy mode testing packet generato= r. > - abandon non-blocked ixia traffic source code changes in framework. > - add query script methods to take the place of non-blocked query metho= d. > - use cpu turbo status query script method to take the place of local a= pi call. > - change all functional test cases to performance test cases to be easi= er to > deploy in one execution config. > - add power driver type check method. > - add cpupower tool existence check method. > - optimize cpu > scaling_max_freq/scaling_available_frequencies/scaling_min_freq query > time consumption. > - add cpu frequency preset method to clear previous testing influence. > - add vf passthrough to vm to do traffic policy testing. >=20 > yufengmx (4): > conf/vm_pw_mgmt_policy: virtual machine configuration > test_plans/vm_pw_mgmt_policy: add test plan index > test_plans/vm_pw_mgmt_policy: upload test plan > tests/vm_pw_mgmt_policy: upload automation script >=20 > conf/vm_pw_mgmt_policy.cfg | 30 + > test_plans/index.rst | 1 + > test_plans/vm_pw_mgmt_policy_test_plan.rst | 335 +++++++ > tests/TestSuite_vm_pw_mgmt_policy.py | 994 +++++++++++++++++++++ > 4 files changed, 1360 insertions(+) > create mode 100644 conf/vm_pw_mgmt_policy.cfg create mode 100644 > test_plans/vm_pw_mgmt_policy_test_plan.rst > create mode 100644 tests/TestSuite_vm_pw_mgmt_policy.py >=20 > -- > 2.21.0