[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v1 1/4] xen: add real time scheduler rt
2014-09-03 10:59 GMT-04:00 Dario Faggioli <dario.faggioli@xxxxxxxxxx>:
âYes. We did discuss this before. Just now, I tried to find the link to the thread but couldn't. :-(Â
â Â
âNow it can get all vcpus and set one vcpu; â ââThe rest of other two approaches are also not hard to implement. â
Â
âActually it has three ways to implement this (if we go with batching):
1) As Dario mentioned, use period = 0 & budget=0 to indicate that this vcpu's parameters should not be changed; 2)â We can first bounce out all VCPU's information, change the vcpus' information users specified, bounce the modified array back to hypervisor; and hypervisor set all vcpus' information based on the modified array. If a vcpu is not changed, its vcpu's information won't change, so its parameters won't change;Â
3) We only create arrays that have the vcpus to be modified. After we bound the array to hypervisor, hypervisor can use the vcpu's index to decide which vcpu's parameters should be modified.
âWhich method do you guys prefer?â âThanks,â
âMengâ ----------- Meng Xu PhD Student in Computer and Information Science University of Pennsylvania _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |