[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] RFC: cpu frequency scaling
Right now, CPU frequency scaling in Xen does not work (right) for a combination of reasons: 1) dom0 might not run on all physical CPUs 2) dom0 might not even have enough VCPUs to fill all physical CPUs 3) dom0 has no idea how busy the other guests are, so it does not know whether to scale the CPU frequencies up or down I can see two ways to fix this: 1) move cpu frequency scaling into the hypervisor, since the hypervisor knows how busy all the guests are 2) make sure every physical CPU core has a dom0 VCPU pinned to it, and have dom0 poll the hypervisor to find out how busy each CPU is, scaling the frequencies of the CPUs as required These approaches both have their drawbacks. One requires porting over a series of drivers from Linux to the hypervisor, maintaining two sets into the future. The second could mess up some of the credit scheduler's balancing, and requires Linux modifications to poll the hypervisor for the CPU load... Also, it would mean the end of running a 1 vcpu small dom0, which some people seem to like. Which of these approaches would you prefer? Is there a 3rd option? -- Who do you trust? The people with all the right answers? Or the people with the right questions? _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |