[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] x86: remove use of per-domain lock frompage table entry handling
>>> Keir Fraser <keir.fraser@xxxxxxxxxxxxx> 22.04.08 15:30 >>> >On 22/4/08 14:01, "Jan Beulich" <jbeulich@xxxxxxxxxx> wrote: > >> This is only a first step, the use of the domain lock in do_mmuext_op() >> and do_set_gdt() still need looking at, as do the assertions of the >> lock being held in create_grant_{pte,va}_mapping(). >> >> This change results in a 5% performance improvement for kernel builds >> on dual-socket quad-core systems (which is what I used for reference >> for both 32- and 64-bit). Along with that, the amount of time reported >> as spent in the kernel gets reduced by almost 25% (the fraction of time >> spent in the kernel is generally reported significantly higher under >> Xen than with a native kernel). > >I'm pretty sure we don't need per-page locks. If you want to make serialization by the caller part of the ABI - yes. If not (and I think everything else would be wrong, as a malicious guest could take advantage of that), then the window between reading of the old entry and writing the new one must be protected against racing updates, as otherwise the page type and reference counters could get screwed up. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |