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

[Xen-devel] RE: [RFC PATCH 01/35] Add XEN config options and disableunsu

To: "Christian Limpach" <Christian.Limpach@xxxxxxxxxxxx>, "Adrian Bunk" <bunk@xxxxxxxxx>
Subject: [Xen-devel] RE: [RFC PATCH 01/35] Add XEN config options and disableunsupported config options.
From: "Magenheimer, Dan (HP Labs Fort Collins)" <dan.magenheimer@xxxxxx>
Date: Tue, 9 May 2006 08:46:10 -0700
Cc: Chris Wright <chrisw@xxxxxxxxxxxx>, virtualization@xxxxxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, Ian Pratt <ian.pratt@xxxxxxxxxxxxx>
Delivery-date: Tue, 09 May 2006 08:46:35 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcZzaFckWAJUIlQ9S0mJTyReIA0WjgAFogaQ
Thread-topic: [RFC PATCH 01/35] Add XEN config options and disableunsupported config options.
> > >  config HZ
> > >   int
> > > - default 100 if HZ_100
> > > + default 100 if HZ_100 || XEN
> > >   default 250 if HZ_250
> > >   default 1000 if HZ_1000
> > >...
> > 
> > Why?
> 
> Because the hypervisor sends timer interrupts to the guest at a rate
> of 100 Hz while the guest is running.  We might add support to have
> an adjustable rate in the future but so far 100 Hz has worked quite
> well for us.

It seems to me that a guest should be telling a hypervisor how
frequently it needs a timer interrupt, not vice versa.  And
it should be possible for different guests to have different HZ.

Given all the lkml debate on HZ over the last few years
and the compromise solution (configurable HZ_nnn), forcing
100 Hz on the guest appears to be a step backwards.

(BTW, Xen/ia64 honors all guest's configured HZ.)

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] RE: [RFC PATCH 01/35] Add XEN config options and disableunsupported config options., Magenheimer, Dan (HP Labs Fort Collins) <=