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 AC89FA04A3; Mon, 4 Nov 2019 03:37:20 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8797B378E; Mon, 4 Nov 2019 03:37:20 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 6F66E374E for ; Mon, 4 Nov 2019 03:37:18 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2019 18:37:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,265,1569308400"; d="scan'208";a="191606682" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga007.jf.intel.com with ESMTP; 03 Nov 2019 18:37:16 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 3 Nov 2019 18:37:16 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 3 Nov 2019 18:37:16 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.213]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.60]) with mapi id 14.03.0439.000; Mon, 4 Nov 2019 10:37:14 +0800 From: "Tu, Lijuan" To: "Mo, YufengX" , "dts@dpdk.org" , "Yao, Lei A" CC: "Mo, YufengX" Thread-Topic: [dts] [PATCH V2 0/3] power_empty_poll: upload automation script and test plan Thread-Index: AQHVigu0zTBI6WGJJkCVTMuHsty+Aad6XV3Q Date: Mon, 4 Nov 2019 02:37:14 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB5D1ED@SHSMSX101.ccr.corp.intel.com> References: <20191024013934.67412-1-yufengx.mo@intel.com> In-Reply-To: <20191024013934.67412-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-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzM1MmYxMjEtMDIxYi00MWVlLTkwZTMtZGUxM2NiMTUzNDViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVzJZanVUTklZMWpVOHpxcThTdlNzK0w1Sm1jSjVMbU8ybFpvRGdzVGFVS0k3NWZlaW15K0k2aFwvVmVtaE85aksifQ== 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 V2 0/3] power_empty_poll: upload automation script and test plan 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: Thursday, October 24, 2019 9:40 AM > To: dts@dpdk.org; Yao, Lei A > Cc: Mo, YufengX > Subject: [dts] [PATCH V2 0/3] power_empty_poll: upload automation script > and test plan >=20 > For packet processing workloads such as DPDK polling is continuous. > This means CPU cores always show 100% busy independent of how much > work those cores are doing. It is critical to accurately determine how b= usy a > core is hugely important for the following reasons. >=20 > v2: > - fix trailing whitespace warning > - rebase code to resolve merge conflict issue. >=20 > yufengmx (3): > tests/power_empty_poll: upload automation script > test_plans/power_empty_poll: add test plan index > test_plans/power_empty_poll: upload test plan >=20 > test_plans/index.rst | 2 + > test_plans/power_empty_poll_test_plan.rst | 138 +++++++++ > tests/TestSuite_power_empty_poll.py | 359 ++++++++++++++++++++++ > 3 files changed, 499 insertions(+) > create mode 100644 test_plans/power_empty_poll_test_plan.rst > create mode 100644 tests/TestSuite_power_empty_poll.py >=20 > -- > 2.21.0