[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [Patch] use full-size cpumask for vcpu-pin
On 13/08/2010 13:31, "Ian Jackson" <Ian.Jackson@xxxxxxxxxxxxx> wrote: > Juergen Gross writes ("[Xen-devel] [Patch] use full-size cpumask for > vcpu-pin"): >> attached patch solves a problem with vcpu-pinning and hot-plug of cpus: > > Thanks. This is a mixed tools/hypervisor patch. We've discussed it > and it seems good to me. Keir, would you care to apply it, or would > you like it to go through the tools tree ? > > Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Actually, now I look at it, I have to NACK the patch. Sorry I didn't look closely enough earlier. I think the bug can be addressed without any hypervisor changes: when vcpu-pinning, the tools can quite correctly pass a cpumask to Xen just big enough to express just the CPUs in the new affinity set. If the resulting mask is too narrow to address all CPUs in the system, then Xen will pad it out with zeroes. If the resulting mask is too wide, Xen will simply truncate it. All this is done silently at the time of the setvcpuaffinity hypercall. Hence, Juergen's hypervisor changes are really unnecessary, and a neater tools fix could probably be arrived at without the hypervisor changes. -- Keir > Ian. > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxxxxxxxx > http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |