xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: "Roger Pau Monné" <roger.pau@citrix.com>
To: Sander Eikelenboom <linux@eikelenboom.it>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Subject: Re: [GIT PULL] (xen) stable/for-jens-3.10 xenwatch: page allocation failure: order:7, mode:0x10c0d0
Date: Thu, 25 Apr 2013 10:43:33 +0200	[thread overview]
Message-ID: <5178ECB5.6060709@citrix.com> (raw)
In-Reply-To: <5178EADF.4020501@citrix.com>

On 25/04/13 10:35, Roger Pau Monné wrote:
> On 24/04/13 20:16, Sander Eikelenboom wrote:
>> Friday, April 19, 2013, 4:44:01 PM, you wrote:
>>
>>> Hey Jens,
>>
>>> Please in your spare time (if there is such a thing at a conference)
>>> pull this branch:
>>
>>>  git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-jens-3.10
>>
>>> for your v3.10 branch. Sorry for being so late with this.
>>
>> <big snip></big snip>
>>
>>> Anyhow, please pull and if possible include the nice overview I typed up in the
>>> merge commit.
>>
>>>  Documentation/ABI/stable/sysfs-bus-xen-backend |  18 +
>>>  drivers/block/xen-blkback/blkback.c            | 843 ++++++++++++++++---------
>>>  drivers/block/xen-blkback/common.h             | 145 ++++-
>>>  drivers/block/xen-blkback/xenbus.c             |  38 ++
>>>  drivers/block/xen-blkfront.c                   | 490 +++++++++++---
>>>  include/xen/interface/io/blkif.h               |  53 ++
>>>  6 files changed, 1188 insertions(+), 399 deletions(-)
>>
>>> Roger Pau Monne (7):
>>>       xen-blkback: print stats about persistent grants
>>>       xen-blkback: use balloon pages for all mappings
>>>       xen-blkback: implement LRU mechanism for persistent grants
>>>       xen-blkback: move pending handles list from blkbk to pending_req
>>>       xen-blkback: make the queue of free requests per backend
>>>       xen-blkback: expand map/unmap functions
>>>       xen-block: implement indirect descriptors
>>
>>
>> Hi Konrad / Roger,
>>
>> I tried this pull on top of latest Linus latest linux-3.9 tree, but although it seems to boot and work fine at first, i seem to get trouble after running for about a day.
>> Without this pull it runs fine for several days.
>>
>> Trying to start a new guest I ended up with the splat below. In the output of xl-dmesg i seem to see more of these than before:
>> (XEN) [2013-04-24 14:37:40] grant_table.c:1250:d1 Expanding dom (1) grant table from (9) to (10) frames
> 
> Hello Sander,
> 
> Thanks for the report, it is expected to see more messages regarding
> grant table expansion with this patch, since we are using up to 1056
> persistent grants for each backend. Could you try lowering down the
> maximum number of persistent grants to see if that prevents running out
> of memory:
> 
> # echo 384 > /sys/module/xen_blkback/parameters/max_persistent_grants

And the number of free pages keep in blkback cache:

# echo 256 > /sys/module/xen_blkback/parameters/max_buffer_pages

  parent reply	other threads:[~2013-04-25  8:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-19 14:44 [GIT PULL] (xen) stable/for-jens-3.10 Konrad Rzeszutek Wilk
2013-04-24 18:16 ` [GIT PULL] (xen) stable/for-jens-3.10 xenwatch: page allocation failure: order:7, mode:0x10c0d0 Sander Eikelenboom
2013-04-25  8:35   ` Roger Pau Monné
2013-04-25  8:40     ` Sander Eikelenboom
2013-04-25  8:43     ` Roger Pau Monné [this message]
2013-04-25 12:32       ` Sander Eikelenboom
2013-04-25 12:39         ` Roger Pau Monné
2013-04-25 15:52           ` Roger Pau Monné
2013-04-25 16:38             ` David Vrabel
2013-04-25 10:04   ` David Vrabel
2013-04-29 15:46   ` [Xen-devel] " Konrad Rzeszutek Wilk
2013-04-29 16:05     ` Sander Eikelenboom
2013-05-04  7:34       ` [Xen-devel] " Sander Eikelenboom
2013-05-06  9:00         ` Roger Pau Monné
2013-04-29 19:14     ` Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5178ECB5.6060709@citrix.com \
    --to=roger.pau@citrix.com \
    --cc=konrad.wilk@oracle.com \
    --cc=linux@eikelenboom.it \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).