WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Latency spike during page_scrub_softirq

To: Chris Lalancette <clalance@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Latency spike during page_scrub_softirq
From: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Date: Thu, 02 Jul 2009 16:13:09 +0100
Cc:
Delivery-date: Thu, 02 Jul 2009 08:16:23 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4A4CC87B.7090403@xxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acn7JDt8xGnolAOxREeYuU78aYGO6gAA2AjO
Thread-topic: [Xen-devel] Latency spike during page_scrub_softirq
User-agent: Microsoft-Entourage/12.19.0.090515
On 02/07/2009 15:47, "Chris Lalancette" <clalance@xxxxxxxxxx> wrote:

> There are a couple of solutions that I can think of:
> 1)  Just clear the pages inside free_domheap_pages().  I tried this with a
> 64GB
> guest as mentioned above, and I didn't see any ill effects from doing so.  It
> seems like this might actually be a valid way to go, although then a single
> CPU
> is doing all of the work of freeing the pages (might be a problem on UP
> systems).

Now that domain destruction is preemptible all the way back up to libxc, I
think the page-scrub queue is not so much required. And it seems it never
worked very well anyway! I will remove it.

This may make 'xm destroy' operations take a while, but actually this may be
more sensibly handled by punting the destroy hypercall into another thread
at dom0 userspace level, rather than doing the shonky 'scheduling' we
attempt in Xen itself right now.

 -- Keir



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>