xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Daniel De Graaf <dgdegra@tycho.nsa.gov>
To: Ian.Campbell@citrix.com
Cc: xen-devel@lists.xensource.com, konrad.wilk@oracle.com
Subject: [PATCH] Use ballooned pages for gntdev
Date: Mon,  7 Mar 2011 13:06:45 -0500	[thread overview]
Message-ID: <1299521208-8531-1-git-send-email-dgdegra@tycho.nsa.gov> (raw)

Split up the balloon module, similar to how grants and events are
handled. This allow gntdev to use ballooned pages without adding a
dependency on the balloon module.

The interface is slightly different from that exposed in 2.6.32; the
page vector is allocated by the caller, not by the balloon driver. This
allows more freedom in how the returned pages are used, since they do
not all have to be returned to the balloon driver at the same time. It
also tries to reuse already ballooned pages rather than always
ballooning new pages to ensure they are in low memory as the 2.6.32
version did.

[PATCH 1/3] xen-balloon: Move core balloon functionality out of module
[PATCH 2/3] xen-balloon: Add interface to retrieve ballooned pages
[PATCH 3/3] xen-gntdev: Use ballooned pages for grant mappings

             reply	other threads:[~2011-03-07 18:06 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-07 18:06 Daniel De Graaf [this message]
2011-03-07 18:06 ` [PATCH 1/3] xen-balloon: Move core balloon functionality out of module Daniel De Graaf
2011-03-08 10:18   ` Ian Campbell
2011-03-07 18:06 ` [PATCH 2/3] xen-balloon: Add interface to retrieve ballooned pages Daniel De Graaf
2011-03-08 10:13   ` Ian Campbell
2011-03-08 16:24     ` Daniel De Graaf
2011-03-09 21:03   ` Konrad Rzeszutek Wilk
2011-03-09 21:22     ` Daniel De Graaf
2011-03-09 21:59       ` Konrad Rzeszutek Wilk
2011-03-07 18:06 ` [PATCH 3/3] xen-gntdev: Use ballooned pages for grant mappings Daniel De Graaf
2011-03-08 10:18   ` Ian Campbell
2011-03-08 16:24 ` [PATCH 2/3 v2] xen-balloon: Add interface to retrieve ballooned pages Daniel De Graaf
2011-03-08 16:36   ` Ian Campbell
2011-03-08 16:55     ` [PATCH 2/3 v3] " Daniel De Graaf
2011-03-08 17:11       ` Ian Campbell
2011-03-08 19:49         ` [PATCH 2/3 v4] " Daniel De Graaf
2011-03-09 10:30           ` Ian Campbell
2011-03-08 19:49         ` [PATCH 3/3 v4] xen-gntdev: Use ballooned pages for grant mappings Daniel De Graaf
2011-03-08 16:24 ` [PATCH 3/3 v2] " Daniel De Graaf

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=1299521208-8531-1-git-send-email-dgdegra@tycho.nsa.gov \
    --to=dgdegra@tycho.nsa.gov \
    --cc=Ian.Campbell@citrix.com \
    --cc=konrad.wilk@oracle.com \
    --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).