[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Re: [PATCH] EPT: Flush running cpus, add mask to flush when scheduled in
On 22/09/2009 09:23, "Jan Beulich" <JBeulich@xxxxxxxxxx> wrote: >> I don't see how that is possible, as domain_dirty_cpumask can have changed >> arbitrarily since the previous invocation of ept_sync_domain(), as can the >> EPT tables. We have to assume every CPU has potentially stale cached >> mappings. > > Why? It ought to be possible to know which CPUs the guest has run on > for any period of time. Any CPU it hasn't run on wouldn't need flushing, > would it? Probably not, as long as VMCLEAR is sufficient to stop a particular EPTP's entries being cached? We'd need to maintain an extra cpumask to track this however, and it's not clear it's worth it. This is really just about optimising large numbers of almost back-to-back invocations of ept_sync_domain(), where the # flushes of not-currently-active cpus will probably collapse to 1 with the current logic in the patch. The time between batches of calls should be large enough that the extra flushes caused by not tracking VCPU movements between the batches really shouldn't matter very much. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |