Re: [Qemu-devel] [PATCH v4 2/8] nbd: Create struct for tracking export info

2017-02-21 Thread Marc-André Lureau
On Tue, Feb 21, 2017 at 6:49 AM Eric Blake wrote: > The NBD Protocol is introducing some additional information > about exports, such as minimum request size and alignment, as > well as an advertised maximum request size. It will be easier > to feed this information back to the block layer if we

[Qemu-devel] [PATCH v4 2/8] nbd: Create struct for tracking export info

2017-02-20 Thread Eric Blake
The NBD Protocol is introducing some additional information about exports, such as minimum request size and alignment, as well as an advertised maximum request size. It will be easier to feed this information back to the block layer if we gather all the information into a struct, rather than addin