Re: [Qemu-devel] [PATCH v4 4/8] nbd: Minimal structured read for server

2017-10-16 Thread Eric Blake
On 10/14/2017 08:01 PM, Eric Blake wrote: > From: 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 segmentati

Re: [Qemu-devel] [PATCH v4 4/8] nbd: Minimal structured read for server

2017-10-16 Thread Eric Blake
On 10/16/2017 07:18 AM, Eric Blake wrote: > On 10/16/2017 04:49 AM, Vladimir Sementsov-Ogievskiy wrote: >> 15.10.2017 04:01, Eric Blake wrote: >>> From: Vladimir Sementsov-Ogievskiy >>> >>> Minimal implementation of structured read: one structured reply chunk, >>> no segmentation. >>> Minimal stru

Re: [Qemu-devel] [PATCH v4 4/8] nbd: Minimal structured read for server

2017-10-16 Thread Eric Blake
On 10/16/2017 04:49 AM, Vladimir Sementsov-Ogievskiy wrote: > 15.10.2017 04:01, Eric Blake wrote: >> From: Vladimir Sementsov-Ogievskiy >> >> Minimal implementation of structured read: one structured reply chunk, >> no segmentation. >> Minimal structured error implementation: no text message. >> S

Re: [Qemu-devel] [PATCH v4 4/8] nbd: Minimal structured read for server

2017-10-16 Thread Vladimir Sementsov-Ogievskiy
15.10.2017 04:01, Eric Blake wrote: From: 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. Sig

[Qemu-devel] [PATCH v4 4/8] nbd: Minimal structured read for server

2017-10-14 Thread Eric Blake
From: 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-Ogievsk