From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH 0/2] Improve hpet accuracy Date: Fri, 13 Jun 2008 08:33:57 +0100 Message-ID: References: <20080612224736875.00000057128@djm-pc> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20080612224736875.00000057128@djm-pc> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "dan.magenheimer@oracle.com" , Dave Winchell , xen-devel Cc: Ben Guthro List-Id: xen-devel@lists.xenproject.org On 13/6/08 05:47, "Dan Magenheimer" wrote: > I wondered what was different between apic=1 vs 0. Using: > > # cat /proc/interrupts | grep 'LOC|timer'; sleep 10; \ > cat /proc/interrupts | grep 'LOC|timer' > > you can see that there are always 1000 LOC/sec. But > with apic=1 there are also about 350 IO-APIC-edge-timer/sec > and with apic=0 there are 1000 XT-PIC-timer/sec. > > I suspect that the latter of these (XT-PIC-timer) is > messing up your policy and the former (edge-timer) is not. I think apic=0 is not a particularly useful configuration though, right? -- Keir