[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/4] [HVM] introduce CPU affinity for allocate_physmap call
* Keir Fraser <keir@xxxxxxxxxxxxx> [2007-08-13 09:08]: > On 13/8/07 13:59, "Christoph Egger" <Christoph.Egger@xxxxxxx> wrote: > > >> We cannot change the size of existing hypercall structures. > > > > Except Xen bumps major version number to 4 ? :-) > > > > You are worrying about PV guests that lag behind with syncing > > pulic headers such as NetBSD/Xen ? > > It's not merely an API issue, it's an ABI compatibility issue. Existing > guests will provide structures that are too small (and thus have trailing > garbage, or potentially even cross over into an unmapped page causing > copy_from_guest() to fail). Also this particular structure is included > inside others (like struct xen_memory_exchange) and will change all the > field offsets. Not good. > > > Making struct xen_machphys_mapping NUMA-aware is also a no-go, right? > > It would additionally need a min_mfn and a vnodeid member. > > Actually I think it can stay as is. Guests are supposed to be robust against > unmapped holes in the m2p table. So we can continue to have one big virtual > address range covering all valid MFNs. This is only going to fail if virtual > address space is scarce compared with machine address space (e.g., we kind > of run up against this in a mild way with x86 PAE). > > > Oh, and how should the guest query how many vnode's exist? > > I think we should add topology discovery hypercalls. Xen needs to know this > stuff anyway, so we just provide a mechanism for guests to extract it. An > alternative is to start exporting virtual ACPI tables to PV guests. One concern has been the static nature of the ACPI SRAT data versus the dynamic ability of the vcpu to cpu mapping. If the scheduler is migrating the guest vcpu to various cpus, then the SRAT information is likely to be incorrect. That said, if one creates a vnode, and it sufficiently restricts the vcpu affinity, then accurate SRAT information can be exported for the guest to utilize. -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@xxxxxxxxxx _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |