[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] blkif: add indirect descriptors interface to public headers
On 12/11/13 15:58, Jan Beulich wrote: >>>> On 12.11.13 at 15:54, Roger Pau MonnÃ<roger.pau@xxxxxxxxxx> 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@xxxxxxxxxx> 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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |