From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] xen: document balloon driver sysfs files Date: Thu, 10 Nov 2011 11:45:46 +0000 Message-ID: <4EBBB96A.9010400@citrix.com> References: <1319626664-28225-1-git-send-email-david.vrabel@citrix.com> <20111026191212.GA17424@router-fw-old.local.net-space.pl> <20111108165915.GB30802@phenom.dumpdata.com> <20111108201043.GB6539@router-fw-old.local.net-space.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20111108201043.GB6539@router-fw-old.local.net-space.pl> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Daniel Kiper Cc: xen-devel@lists.xensource.com, David Vrabel , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On 08/11/11 20:10, Daniel Kiper wrote: > On Tue, Nov 08, 2011 at 11:59:15AM -0500, Konrad Rzeszutek Wilk wrote: >> Daniel, how does this look ? I added your Reviewed-by, but if you want >> to make some more modifications I can certainly do so. Thanks for this Konrad, I've been swamped by customer issues lately. >> +What: /sys/devices/system/xen_memory/xen_memory0/schedule_delay >> +Date: May 2011 >> +KernelVersion: 2.6.39 >> +Contact: Konrad Rzeszutek Wilk >> +Description: >> + The time (in jiffies) to wait between attempts to > > It is in seconds. Please look at the end of balloon_process() funtion. > This value is multiplicated by HZ constant (which indeed is scaled in > jiffies, however, I think in this case second is better unit). I've posted a new version with this correction. David