From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id F239E5A3E for ; Thu, 9 Jul 2015 05:36:26 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 08 Jul 2015 20:36:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,436,1432623600"; d="scan'208";a="761009439" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 08 Jul 2015 20:36:25 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t693aNH9026053; Thu, 9 Jul 2015 11:36:23 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t693aKAO030957; Thu, 9 Jul 2015 11:36:23 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t693aKPK030953; Thu, 9 Jul 2015 11:36:20 +0800 From: Yong Liu To: dts@dpdk.org Date: Thu, 9 Jul 2015 11:36:16 +0800 Message-Id: <1436412979-30921-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH 0/3] Add vm power management feature support 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: , X-List-Received-Date: Thu, 09 Jul 2015 03:36:27 -0000 From: Marvin Liu VM Power Manager would use a hint based mechanism by which a VM can communicate to a host based governor about its current processing requirements. By mapping VMs virtual CPUs to physical CPUs the Power Manager can then make decisions according to some policy as to what power state the physical CPUs can transition to. VM Agent shall have the ability to send the following hints to host: - Scale frequency down - Scale frequency up - Reduce frequency to min - Increase frequency to max Marvin Liu (3): Add VM configuration file for vm power management feature Add test plan for vm power management feature Add test suite for vm power management feature conf/virt_global.cfg | 2 - conf/vm_power_manager.cfg | 42 +++ test_plans/vm_power_manager_test_plan.rst | 304 +++++++++++++++++++++ tests/TestSuite_vm_power_manager.py | 430 ++++++++++++++++++++++++++++++ 4 files changed, 776 insertions(+), 2 deletions(-) create mode 100644 conf/vm_power_manager.cfg create mode 100644 test_plans/vm_power_manager_test_plan.rst create mode 100644 tests/TestSuite_vm_power_manager.py -- 1.9.3