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

Re: [Xen-devel] [PATCH] xen: document balloon driver sysfs files

To: David Vrabel <david.vrabel@xxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] xen: document balloon driver sysfs files
From: Daniel Kiper <dkiper@xxxxxxxxxxxx>
Date: Wed, 26 Oct 2011 21:12:12 +0200
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Delivery-date: Wed, 26 Oct 2011 12:13:40 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1319626664-28225-1-git-send-email-david.vrabel@xxxxxxxxxx>
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <1319626664-28225-1-git-send-email-david.vrabel@xxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.3.28i
On Wed, Oct 26, 2011 at 11:57:43AM +0100, David Vrabel wrote:
> From: David Vrabel <david.vrabel@xxxxxxxxxx>
>
> Add ABI documentation for the balloon driver's sysfs files.
>
> Signed-off-by: David Vrabel <david.vrabel@xxxxxxxxxx>
> ---
>  .../ABI/stable/sysfs-devices-system-xen_memory     |   72 
> ++++++++++++++++++++
>  1 files changed, 72 insertions(+), 0 deletions(-)
>  create mode 100644 Documentation/ABI/stable/sysfs-devices-system-xen_memory
>
> diff --git a/Documentation/ABI/stable/sysfs-devices-system-xen_memory 
> b/Documentation/ABI/stable/sysfs-devices-system-xen_memory
> new file mode 100644
> index 0000000..4fbc446
> --- /dev/null
> +++ b/Documentation/ABI/stable/sysfs-devices-system-xen_memory
> @@ -0,0 +1,72 @@
> +What:                
> /sys/devices/system/xen_memory/xen_memory0/max_retry_count
> +Date:                April 2008

May 2011

> +KernelVersion:       2.6.26

2.6.39, git commit 95d2ac4a0c904942a4fecf815781ebd4171e7a30
and 40095de1f9082f058970b985a96d2fbef43f94f4.

Additionally, I think it is worth to add default value and special
cases description (e.g. max_retry_count == 0 => RETRY_UNLIMITED).
Please look into drivers/xen/{balloon.c,xen-balloon.c}
and include/xen/balloon.h for details.

> +Contact:     Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
> +Description:
> +             The maximum number of times the balloon driver will
> +             attempt to increase the balloon before giving up.  See
> +             also 'retry_count' below.
> +
> +What:                
> /sys/devices/system/xen_memory/xen_memory0/max_schedule_delay
> +Date:                April 2008

Ditto.

> +KernelVersion:       2.6.26

Ditto.

> +Contact:     Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
> +Description:
> +             The limit that 'schedule_delay' (see below) will be
> +             increased to.
> +
> +What:                /sys/devices/system/xen_memory/xen_memory0/retry_count
> +Date:                April 2008

Ditto.

> +KernelVersion:       2.6.26

Ditto.

> +Contact:     Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
> +Description:
> +             The current number of times that the balloon driver
> +             has attempted to increase the size of the balloon.
> +
> +What:                
> /sys/devices/system/xen_memory/xen_memory0/schedule_delay
> +Date:                April 2008

Ditto.

> +KernelVersion:       2.6.26

Ditto.

Daniel

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

<Prev in Thread] Current Thread [Next in Thread>