From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D180DA034C; Mon, 28 Mar 2022 18:14:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C1978427FD; Mon, 28 Mar 2022 18:14:50 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 1516040041 for ; Mon, 28 Mar 2022 18:14:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648484089; x=1680020089; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=L/RtPt4YUf6MJuKKmOvmjzwJu98G5p2M9PuVFMc8c60=; b=UOtSFO7ltEEkQ45c4DUC4HK++dLziZCCiK7aBJAJe5MZsQuork0w9gWK u4XMI3SVCAUGKR6T8PS7lI0C5dOdfMK1s0h3DwsmocY60JOeqaHYwWemd CgylC7OUtavxWGP9+v09vxfT44BjhWTY8oBy3G+XIf0qg7humdZALvcLJ bNO4+O1woZZF1nmTh1pHNsifPpYDFr1twvjVqED2W93yOwbU0idlUoSDE AkKynLz2gnb9AHNYZpRvOTLprwyC5XGxWVuOWFvb/TZnZDHf96ibrHK2v 6cgJyLfv+4kvlcrwcr6sf6Kq6isnvGJ09u2XW329xem0AEZ9Aq/zZUbhu Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10300"; a="256616710" X-IronPort-AV: E=Sophos;i="5.90,217,1643702400"; d="scan'208";a="256616710" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2022 09:13:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,217,1643702400"; d="scan'208";a="604155634" Received: from silpixa00401183.ir.intel.com ([10.55.129.105]) by fmsmga008.fm.intel.com with ESMTP; 28 Mar 2022 09:13:52 -0700 From: Tadhg Kearney To: dts@dpdk.org Cc: reshma.pattan@intel.com, Tadhg Kearney Subject: [dts][V2 1/2] test_plans/*: Remove old DPDK RTE flags from power tests Date: Mon, 28 Mar 2022 16:13:48 +0000 Message-Id: <20220328161349.1118567-2-tadhg.kearney@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220328161349.1118567-1-tadhg.kearney@intel.com> References: <20220328161349.1118567-1-tadhg.kearney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 Remove refernce to flags that don't exist anymore Signed-off-by: Tadhg Kearney --- test_plans/power_branch_ratio_test_plan.rst | 5 ++--- test_plans/power_telemetry_test_plan.rst | 5 ----- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/test_plans/power_branch_ratio_test_plan.rst b/test_plans/power_branch_ratio_test_plan.rst index 4bbf95af..ba943693 100644 --- a/test_plans/power_branch_ratio_test_plan.rst +++ b/test_plans/power_branch_ratio_test_plan.rst @@ -47,9 +47,8 @@ Prepare work intel_pstate=enable -5. Set CONFIG_RTE_LIBRTE_POWER_DEBUG=y CONFIG_RTE_LIBRTE_POWER=y in /config/common_base file. -6. modprobe msr module to let the application can get the CPU HW info. -7. Let user space can control the CPU frequency:: +5. modprobe msr module to let the application can get the CPU HW info. +6. Let user space can control the CPU frequency:: cpupower frequency-set -g userspace diff --git a/test_plans/power_telemetry_test_plan.rst b/test_plans/power_telemetry_test_plan.rst index 0afb0f77..8804129c 100644 --- a/test_plans/power_telemetry_test_plan.rst +++ b/test_plans/power_telemetry_test_plan.rst @@ -53,11 +53,6 @@ Preparation Work for Settings cpupower frequency-set -g userspace -Compile DPDK with telemetry enabled, enable telemetry lib in configuration file:: - - -CONFIG_RTE_LIBRTE_TELEMETRY=n - +CONFIG_RTE_LIBRTE_TELEMETRY=y - Test Case 1 : Check all 3 type of power related info reported by Telemetry System ================================================================================= -- 2.25.1