From: "Roger Pau Monné" <roger.pau@citrix.com>
To: Jan Beulich <JBeulich@suse.com>, David Vrabel <david.vrabel@citrix.com>
Cc: "xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>,
Paul Durrant <Paul.Durrant@citrix.com>,
"Keir (Xen.org)" <keir@xen.org>
Subject: Re: [PATCH] blkif: add indirect descriptors interface to public headers
Date: Thu, 14 Nov 2013 10:57:07 +0100 [thread overview]
Message-ID: <52849E73.5040202@citrix.com> (raw)
In-Reply-To: <52825038020000780010275F@nat28.tlf.novell.com>
On 12/11/13 15:58, Jan Beulich wrote:
>>>> On 12.11.13 at 15:54, Roger Pau Monné<roger.pau@citrix.com> wrote:
>> On 12/11/13 15:49, David Vrabel wrote:
>>> On 12/11/13 14:43, Jan Beulich wrote:
>>>>>>> On 12.11.13 at 15:12, David Vrabel <david.vrabel@citrix.com> wrote:
>>>>> On 12/11/13 13:46, Paul Durrant wrote:
>>>>>>> +};
>>>>>>> +typedef struct blkif_request_indirect blkif_request_indirect_t;
>>>>>>> +
>>>>>>> +struct blkif_request_segment_aligned {
>>>>>>> + grant_ref_t gref; /* reference to I/O buffer frame */
>>>>>>> + /* @first_sect: first sector in frame to transfer (inclusive). */
>>>>>>> + /* @last_sect: last sector in frame to transfer (inclusive). */
>>>>>>> + uint8_t first_sect, last_sect;
>>>>>
>>>>> Missing uint8_t padding here?
>>>>
>>>> Note that there are _two_ uint8_t-s.
>>>
>>> Doh. That's poor style though. A line per field, please.
>>
>> I've mainly did it that way because that's how blkif_request_segment is
>> currently defined in blkif.h, but I can split it in two lines.
>
> In fact I'd prefer if it was kept in line with the other one. So _if_
> you want to adjust the new one, please also adjust the old one.
I'm fine with leaving them as they are, but I can also change both if
requested/needed for this to go in.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2013-11-14 9:57 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-12 10:36 [PATCH] blkif: add indirect descriptors interface to public headers Roger Pau Monne
2013-11-12 13:46 ` Paul Durrant
2013-11-12 14:12 ` David Vrabel
2013-11-12 14:18 ` Paul Durrant
2013-11-12 14:43 ` Jan Beulich
2013-11-12 14:49 ` David Vrabel
2013-11-12 14:54 ` Roger Pau Monné
2013-11-12 14:58 ` Jan Beulich
2013-11-14 9:57 ` Roger Pau Monné [this message]
2013-11-12 14:22 ` Konrad Rzeszutek Wilk
2013-11-12 14:29 ` Ian Campbell
2013-11-12 14:42 ` Konrad Rzeszutek Wilk
2013-11-12 14:54 ` Ian Campbell
2013-11-12 15:16 ` Paul Durrant
2013-11-13 9:26 ` Ian Campbell
2013-11-13 11:07 ` Paul Durrant
2013-11-13 11:11 ` Ian Campbell
2013-11-13 11:24 ` Paul Durrant
2013-11-14 10:06 ` Roger Pau Monné
2013-11-14 10:14 ` Paul Durrant
2013-11-14 10:27 ` Roger Pau Monné
2013-11-14 10:38 ` Paul Durrant
2013-11-14 10:52 ` Roger Pau Monné
2013-11-14 11:26 ` Paul Durrant
2013-11-14 16:24 ` Konrad Rzeszutek Wilk
2013-11-14 16:26 ` Paul Durrant
2013-11-14 16:34 ` Konrad Rzeszutek Wilk
2013-11-14 16:53 ` Paul Durrant
2013-11-14 16:57 ` Konrad Rzeszutek Wilk
2013-11-14 17:13 ` Paul Durrant
2013-11-14 18:14 ` Konrad Rzeszutek Wilk
2013-11-15 8:01 ` Roger Pau Monné
2013-11-15 9:05 ` Paul Durrant
2013-11-15 9:44 ` Ian Campbell
2013-11-14 19:16 ` Paul Durrant
2013-11-15 8:04 ` Roger Pau Monné
2013-11-13 12:01 ` Konrad Rzeszutek Wilk
2013-11-28 17:02 ` Roger Pau Monné
2013-11-29 10:14 ` Jan Beulich
2013-11-29 10:28 ` Ian Campbell
2013-11-29 12:47 ` Julien Grall
2013-11-29 12:49 ` Ian Campbell
2013-12-03 9:22 ` Keir Fraser
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=52849E73.5040202@citrix.com \
--to=roger.pau@citrix.com \
--cc=JBeulich@suse.com \
--cc=Paul.Durrant@citrix.com \
--cc=david.vrabel@citrix.com \
--cc=keir@xen.org \
--cc=xen-devel@lists.xenproject.org \
/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.