All of lore.kernel.org
 help / color / mirror / Atom feed
From: annie li <annie.li@oracle.com>
To: Paul Durrant <Paul.Durrant@citrix.com>
Cc: "kurt.hackel@oracle.com" <kurt.hackel@oracle.com>,
	"jeremy@goop.org" <jeremy@goop.org>,
	"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Subject: Re: RE: [PATCH 1/3] Introducing grant table V2 stucture
Date: Thu, 10 Nov 2011 00:00:49 +0800	[thread overview]
Message-ID: <4EBAA3B1.8010401@oracle.com> (raw)
In-Reply-To: <291EDFCB1E9E224A99088639C4762022B4543AB204@LONPMAILBOX01.citrite.net>


[-- Attachment #1.1: Type: text/plain, Size: 1422 bytes --]

Maybe addr or gnttab_addr?

Thanks
Annie

On 2011-11-9 22:56, Paul Durrant wrote:
> I'd be happy with 'addr' or 'opaque' or somesuch if 'raw' is distasteful.
>
>   Paul
>
>   
>> -----Original Message-----
>> From: Konrad Rzeszutek Wilk [mailto:konrad.wilk@oracle.com]
>> Sent: 09 November 2011 14:49
>> To: Paul Durrant
>> Cc: annie.li@oracle.com; xen-devel@lists.xensource.com; linux-
>> kernel@vger.kernel.org; jeremy@goop.org; kurt.hackel@oracle.com
>> Subject: Re: [PATCH 1/3] Introducing grant table V2 stucture
>>
>> On Wed, Nov 09, 2011 at 11:11:22AM +0000, Paul Durrant wrote:
>>     
>>> Annie,
>>>
>>>   Comments inline below...
>>>
>>>       
>>>> -----Original Message-----
>>>>         
>>> [snip]
>>>       
>>>> -static struct grant_entry *shared;
>>>> +static union {
>>>> +	struct grant_entry_v1 *v1;
>>>> +	void *ring_addr;
>>>> +} shared;
>>>> +
>>>>         
>>> 'ring_addr' seems like the wrong name here; how about 'raw'?
>>>       
>> Or 'ring'. I asked Annie to change it from 'raw' to something else
>> and the first thing that came in my mind was 'ring_addr'. But this
>> does not point to a ring, so the 'ring' part is wrong.
>>
>> Point here is to make it descriptive. 'raw' does not carry meaning
>> of _what_ it is suppose to do.
>>     
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>   

[-- Attachment #1.2: Type: text/html, Size: 2686 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

  reply	other threads:[~2011-11-09 16:00 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-09  8:12 patches of upstreaming grant table version 2 ANNIE LI
2011-11-09  8:14 ` [PATCH 1/3] Introducing grant table V2 stucture annie.li
2011-11-09 11:11   ` Paul Durrant
2011-11-09 11:11     ` Paul Durrant
2011-11-09 14:49     ` Konrad Rzeszutek Wilk
2011-11-09 14:56       ` Paul Durrant
2011-11-09 16:00         ` annie li [this message]
2011-11-09 16:22           ` [Xen-devel] " Ian Campbell
2011-11-10  1:56             ` ANNIE LI
2011-11-09 16:08     ` annie li
2011-11-09 16:14       ` Paul Durrant
2011-11-10  1:50         ` [Xen-devel] " ANNIE LI
2011-11-10  1:50           ` ANNIE LI
2011-11-09 13:28   ` [Xen-devel] " Ian Campbell
2011-11-09 16:19     ` annie li
2011-11-09  8:15 ` [PATCH 2/3] Grant tables v2 implementation annie.li
2011-11-09 13:32   ` [Xen-devel] " Ian Campbell
2011-11-09 16:30     ` annie li
2011-11-09  8:16 ` [PATCH 3/3] code clean up annie.li
2011-11-09 11:15   ` Paul Durrant
2011-11-09 11:15     ` Paul Durrant
2011-11-09 12:18     ` [Xen-devel] " Ian Campbell
2011-11-09 16:10       ` annie li
2011-11-09  9:05 ` [Xen-devel] patches of upstreaming grant table version 2 ANNIE LI

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=4EBAA3B1.8010401@oracle.com \
    --to=annie.li@oracle.com \
    --cc=Paul.Durrant@citrix.com \
    --cc=jeremy@goop.org \
    --cc=konrad.wilk@oracle.com \
    --cc=kurt.hackel@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --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.