From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nivedita Singhvi Subject: Re: [PATCH] per-cpu timer changes Date: Thu, 26 May 2005 11:03:52 -0700 Message-ID: <42960F88.9020301@us.ibm.com> References: <20050526173457.GA4725@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20050526173457.GA4725@us.ibm.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Don Fry Cc: Xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Don Fry wrote: > The time going backwards was only occasionally, and it was a BIG jump > backwards. I tracked it down yesterday to a problem with doing 32-bit > arithmetic in Linux on the tsc values. For some reason, every 5-20 > minutes xen seems to pause for about 5 seconds. This causes the tsc to > wrap if only 32-bits are used, and the 'time went backwards' message is What happens when there is activity on the system? Do you still see the pause? 5 seconds is an inordinately long time, and will impact networking if it happens during normal workloads too.. thanks, Nivedita