From: Yong Liu <yong.liu@intel.com>
To: dts@dpdk.org
Subject: [dts] [PATCH 0/3] Add vm power management feature support
Date: Thu, 9 Jul 2015 11:36:16 +0800 [thread overview]
Message-ID: <1436412979-30921-1-git-send-email-yong.liu@intel.com> (raw)
From: Marvin Liu <yong.liu@intel.com>
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
next reply other threads:[~2015-07-09 3:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-09 3:36 Yong Liu [this message]
2015-07-09 3:36 ` [dts] [PATCH 1/3] Add VM configuration file for vm power management feature Yong Liu
2015-07-09 3:36 ` [dts] [PATCH 2/3] Add test plan " Yong Liu
2015-07-09 3:36 ` [dts] [PATCH 3/3] Add test suite " Yong Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436412979-30921-1-git-send-email-yong.liu@intel.com \
--to=yong.liu@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).