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 61376A329E for ; Thu, 24 Oct 2019 03:37:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3511C1C0D0; Thu, 24 Oct 2019 03:37:59 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A77D21C0D0 for ; Thu, 24 Oct 2019 03:37:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2019 18:37:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,222,1569308400"; d="scan'208";a="204116422" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by FMSMGA003.fm.intel.com with ESMTP; 23 Oct 2019 18:37:55 -0700 From: yufengmx To: dts@dpdk.org, lei.a.yao@intel.com Cc: yufengmx Date: Thu, 24 Oct 2019 09:39:31 +0800 Message-Id: <20191024013934.67412-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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" 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 busy a core is hugely important for the following reasons. v2: - fix trailing whitespace warning - rebase code to resolve merge conflict issue. 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 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 -- 2.21.0