From patchwork Wed Apr 7 08:18:07 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Pattan, Reshma" X-Patchwork-Id: 90792 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 73945A0546; Wed, 7 Apr 2021 10:18:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6E2621410AB; Wed, 7 Apr 2021 10:18:25 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id E74C314109B for ; Wed, 7 Apr 2021 10:18:22 +0200 (CEST) IronPort-SDR: Z7uZIaR4pxYEUbwetEurrHIIQqlvjIc4SzVXkLI1v7lgHQIR9go1uYhlXJBaTaSCPh4Ma5rKoK JM6otXk5Jb2g== X-IronPort-AV: E=McAfee;i="6000,8403,9946"; a="173332562" X-IronPort-AV: E=Sophos;i="5.82,203,1613462400"; d="scan'208";a="173332562" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2021 01:18:22 -0700 IronPort-SDR: cNaZA1rrTR7kTl7yGGfzrM7YCeKYzKBrCeTfRBGosz/PS8SE+MuRYOr5NGEcyp3jjdh/FsDktN N+6/7IjJqt6g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,203,1613462400"; d="scan'208";a="415165206" Received: from silpixa00400215.ir.intel.com (HELO silpixa00400215.ger.corp.intel.com) ([10.237.223.24]) by fmsmga008.fm.intel.com with ESMTP; 07 Apr 2021 01:18:20 -0700 From: Reshma Pattan To: dts@dpdk.org Cc: Reshma Pattan Date: Wed, 7 Apr 2021 09:18:07 +0100 Message-Id: <20210407081807.29110-4-reshma.pattan@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210407081807.29110-1-reshma.pattan@intel.com> References: <20210407081807.29110-1-reshma.pattan@intel.com> Subject: [dts] [PATCH 4/4] tests/TestSuite_vm_pw_mgmt_policy: change core_mask 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 Sender: "dts" Change the vm_power_manager core mask and guest_vm_power_manager core mask. Now with dpdk 20.11 the cores used for guest_cli should be enabled in vm_power_manager core mask. Otherwise vm_power_manager will not grant the access to fetch the information for those cores missing in the coremask. Relevant DPDK patch https://patchwork.dpdk.org/project/dpdk/patch/20210115125250.22416-1-david.hunt@intel.com/ Signed-off-by: Reshma Pattan --- test_plans/vm_pw_mgmt_policy_test_plan.rst | 4 ++-- tests/TestSuite_vm_pw_mgmt_policy.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test_plans/vm_pw_mgmt_policy_test_plan.rst b/test_plans/vm_pw_mgmt_policy_test_plan.rst index cfbfe962..98894ff5 100644 --- a/test_plans/vm_pw_mgmt_policy_test_plan.rst +++ b/test_plans/vm_pw_mgmt_policy_test_plan.rst @@ -172,7 +172,7 @@ Set up testing environment export RTE_TARGET=x86_64-native-linuxapp-gcc make -C examples/vm_power_manager - ./examples/vm_power_manager/build/vm_power_mgr -c 0x7 -n 4 + ./examples/vm_power_manager/build/vm_power_mgr -c 0xffff -n 4 vmpower> add_vm vmpower> add_channels all @@ -195,7 +195,7 @@ Set up testing environment make -C examples/vm_power_manager/guest_cli ./examples/vm_power_manager/guest_cli/build/guest_vm_power_mgr \ - -c 0x1f -n 4 --file-prefix=vmpower2 -- -i --vm-name= \ + -c 0xff -n 4 --file-prefix=vmpower2 -- -i --vm-name= \ --policy= --vcpu-list= --busy-hours=