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] A clocksource question

To: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Subject: Re: [Xen-devel] A clocksource question
From: Joanna Rutkowska <joanna@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 12 Mar 2010 22:01:45 +0100
Cc: Tobias Geiger <tobias.geiger@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 12 Mar 2010 14:57:36 -0800
Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:cc:subject:references:in-reply-to:content-type; s=smtpout; bh=Ycv2QnfhNTIl53MbCSRNKTT5xL4=; b=rULgbn5ukfDnhfs+N6lrvYmW+e072orlT8PZBbxG9acWFF9ZwV4Q74ZjEfZyRxChMlG9lU2lK00aQurFgvPn3lO5oFvq6pICNTqsPsxaqB3QEEz8aJ/8rmlsNPhN9Ulv7DGlSFVOefp62YoVfWnKu2WrbjUR1TRFbTTjzv9WEKo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4B9AB9FE.8070601@xxxxxxxx>
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>
References: <4B962748.90609@xxxxxxxxxxxxxxxxxxxxxx> <4B9A8FDE.8070506@xxxxxxxxxxxxxxxxxxxxxx> <4B9AB126.1070406@xxxxxxxx> <201003122256.02254.tobias.geiger@xxxxxxxxx> <4B9AB9FE.8070601@xxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.3
On 03/12/2010 11:02 PM, Jeremy Fitzhardinge wrote:
> On 03/12/2010 01:56 PM, Tobias Geiger wrote:
>> kbpc2:~# cat
>> /sys/devices/system/clocksource/clocksource0/current_clocksource
>> xen
>> kbpc2:~# cat
>> /sys/devices/system/clocksource/clocksource0/available_clocksource
>> xen
>> kbpc2:~# echo "jiffies"
>>   
>>> /sys/devices/system/clocksource/clocksource0/current_clocksource
>>>      
>> kbpc2:~# dmesg  | tail -1
>> [ 7898.642404] Override clocksource jiffies is not HRT compatible.
>> Cannot switch
>> while in HRT/NOHZ mode
>> kbpc2:~#
>>
>> Seems like it's not possible to switch to jiffies - however:
>> kbpc2:~# zcat /proc/config.gz | grep NO_HZ
>> # CONFIG_NO_HZ is not set
>>
>> but CONFIG_SCHED_HRTICK=y
>>    
> 
> Interesting.  BTW, does NO_HZ change the behaviour of this?  In
> principle NO_HZ should be preferable, and particularly in a virtual
> machine since it should limit the number of timer interrupts.
> 
> Joanna, are you using NO_HZ?
> 
Yes, I have:
CONFIG_NO_HZ=y

BTW, FWIW, I'm attaching my kernel config. It's almost the same as the
previously mentioned "Young's Dec23" kernel (the only difference being
some more recent pvops git patches applied and pcifront being enabled as
a module).

While trying to switch from xen source to jiffies source, I got the same
message as Tobias:

jiffies clocksource is not HRT compatible. Cannot switch while in
HRT/NOHZ mode

I can definitely say that this previously mentioned warning from hrtimer
about interrupt being too slow is the marking of the start of all the
troubles. E.g. when I run my Dom0 for some time without starting any
other VMs, the system behaves good, and no warning in dmesg. Only after
I start a VM, and probably depending on how heavy load it produces, the
warning appears in Dom0 dmesg and the problem becomes "feelable". And,
depending on what new "delta" is being chosen, the system is either
still usable -- e.g. with a delta like in this case:

hrtimer: interrupt too slow, forcing clock min delta to 82595226 ns

which is around 80ms (still the very subtle hiccups can be observed when
you press and hold a key for some time), or totally unusable, if one is
unlucky, and the "safe" delta got chosen to be something around 0.5s
(which interestingly happens most often in my case).

The "clocksource tsc unstable" messages trouble me too BTW. They seem to
appear before the hrtimer "interrupt too slow" messages.

joanna.

Attachment: kernel-2.6.31.9-x86_64.config
Description: Text document

Attachment: signature.asc
Description: OpenPGP digital signature

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