5 messages in com.xensource.lists.xen-develRE: [Xen-devel] Auto CPU rebalance ?
FromSent OnAttachments
Matsumoto28 Dec 2005 18:33 
Emmanuel Ackaouy29 Dec 2005 03:08 
John Levin29 Dec 2005 13:02 
Ian Pratt29 Dec 2005 14:05 
Keir Fraser30 Dec 2005 02:17 
Subject:RE: [Xen-devel] Auto CPU rebalance ?
From:Ian Pratt (m+Ia@cl.cam.ac.uk)
Date:12/29/2005 02:05:13 PM
List:com.xensource.lists.xen-devel

Also is any scheduler going to include any algorthm to handle gang scheduling of multiplie vcpus?

It remains to be seen whether gang scheduling is actually necessary. I'd like to see how well some combination of "bad pre-emption" avoidance/mitigation coupled with biasing the scheduler to run vcpu's of domains that already have vcpu's running.

Strict gang scheduling is likely to lead to a lot of wasted cycles, and I expect we can do better. The first step is to define a set of workloads we want to optimise for, and collect some traces.

Ian