All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: annie.li@oracle.com
Cc: xen-devel@lists.xensource.com, linux-kernel@vger.kernel.org,
	jeremy@goop.org, paul.durrant@citrix.com,
	Ian.Campbell@citrix.com, kurt.hackel@oracle.com
Subject: Re: [PATCH V4 0/3] xen: patches for supporting sub-page and transitive grants
Date: Wed, 14 Dec 2011 13:54:40 -0500	[thread overview]
Message-ID: <20111214185440.GB24598@phenom.dumpdata.com> (raw)
In-Reply-To: <1323684792-5101-1-git-send-email-annie.li@oracle.com>

On Mon, Dec 12, 2011 at 06:13:12PM +0800, annie.li@oracle.com wrote:
> Hi
> 
> Following patches introduce and implement interfaces for sub-page and transitive grants, and they are based on linux-next branch of linux/kernel/git/konrad/xen.git(3.2.0-rc2+). Sub-page and transitive grants are new types of grant table V2.
> 
> Descriptions for those patches:
> 
> Through sub-page grant table interfaces, a domain can grant another domain access to a range of bytes within a page, and Xen will then prevent the grantee domain accessing outside that range.  For obvious reasons, it isn't possible to map these grant references, and domains are expected to use the grant copy hypercall instead.
> 
> Through transitive grant interfaces,  a domain can create grant reference which redirects to another grant reference, so that any attempt to access the first grant reference will be redirected to the second one.  This is used to implement receiver-side copy on inter-domain traffic: rather than copying the packet in dom0, dom0 creates a transitive grant referencing the original transmit buffer, and passes that to the receiving domain.
> 

Applied.

> Annie Li (3):
>   xen/granttable: Improve comments for function pointers
>   xen/granttable: Support sub-page grants
>   xen/granttable: Support transitive grants
> 
>  drivers/xen/grant-table.c |  190 +++++++++++++++++++++++++++++++++++++++------
>  include/xen/grant_table.h |   25 ++++++
>  2 files changed, 191 insertions(+), 24 deletions(-)
> 
> Thanks,
> Annie.
> -- 
> 1.7.6.4

      parent reply	other threads:[~2011-12-14 18:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-12 10:13 [PATCH V4 0/3] xen: patches for supporting sub-page and transitive grants annie.li
2011-12-12 10:13 ` [PATCH V4 1/3] xen/granttable: Improve comments for function pointers annie.li
2011-12-12 10:14 ` [PATCH V4 2/3] xen/granttable: Support sub-page grants annie.li
2011-12-12 10:15 ` [PATCH V4 3/3] xen/granttable: Support transitive grants annie.li
2011-12-14 18:54 ` Konrad Rzeszutek Wilk [this message]

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=20111214185440.GB24598@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=annie.li@oracle.com \
    --cc=jeremy@goop.org \
    --cc=kurt.hackel@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paul.durrant@citrix.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.