From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] xenpaging: handle GNTST_eagain in kernel drivers Date: Thu, 16 Sep 2010 15:33:26 +0200 Message-ID: <20100916133326.GA26069@aepfle.de> References: <20100915160521.GA16644@aepfle.de> <20100915160843.GA16689@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Patrick Colp Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Wed, Sep 15, Patrick Colp wrote: > Is there any particular reason for 33 seconds? This number seems a bit > high to me. Did you run into situations where that amount of time was > needed? Otherwise I'm happy with everything. Thanks for all the hard > work! Its just when the wrap of u8 happens, it keeps the code simple. In my testing it was never over 100 loop iterations. Most of the time its between 1 and 10. Olaf