|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] x86: remove use of per-domain lock from page tab
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.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|