Re: [Qemu-devel] [PATCH v3 09/13] nbd: Minimal structured read for server

2017-10-13 Thread Vladimir Sementsov-Ogievskiy
13.10.2017 19:15, Eric Blake wrote: On 10/13/2017 11:00 AM, Eric Blake wrote: On 10/12/2017 04:53 AM, Vladimir Sementsov-Ogievskiy wrote: Minimal implementation of structured read: one structured reply chunk, no segmentation. Minimal structured error implementation: no text message. Support DF

Re: [Qemu-devel] [PATCH v3 09/13] nbd: Minimal structured read for server

2017-10-13 Thread Vladimir Sementsov-Ogievskiy
13.10.2017 19:00, Eric Blake wrote: On 10/12/2017 04:53 AM, Vladimir Sementsov-Ogievskiy wrote: Minimal implementation of structured read: one structured reply chunk, no segmentation. Minimal structured error implementation: no text message. Support DF flag, but just ignore it, as there is no se

Re: [Qemu-devel] [PATCH v3 09/13] nbd: Minimal structured read for server

2017-10-13 Thread Eric Blake
On 10/13/2017 11:00 AM, Eric Blake wrote: > On 10/12/2017 04:53 AM, Vladimir Sementsov-Ogievskiy wrote: >> Minimal implementation of structured read: one structured reply chunk, >> no segmentation. >> Minimal structured error implementation: no text message. >> Support DF flag, but just ignore it,

Re: [Qemu-devel] [PATCH v3 09/13] nbd: Minimal structured read for server

2017-10-13 Thread Eric Blake
On 10/12/2017 04:53 AM, Vladimir Sementsov-Ogievskiy wrote: > Minimal implementation of structured read: one structured reply chunk, > no segmentation. > Minimal structured error implementation: no text message. > Support DF flag, but just ignore it, as there is no segmentation any > way. > > Sign

[Qemu-devel] [PATCH v3 09/13] nbd: Minimal structured read for server

2017-10-12 Thread Vladimir Sementsov-Ogievskiy
Minimal implementation of structured read: one structured reply chunk, no segmentation. Minimal structured error implementation: no text message. Support DF flag, but just ignore it, as there is no segmentation any way. Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/block/nbd.h | 33 ++