Re: [Qemu-block] [PATCH v2 4/7] nbd: Fix struct name for structured reads

2017-11-09 Thread Vladimir Sementsov-Ogievskiy
09.11.2017 00:57, Eric Blake wrote: A closer read of the NBD spec shows that a structured reply chunk for a hole is not quite identical to the prefix of a data chunk, because the hole has to also send a 32-bit size field. Although we do not yet send holes, we should fix the misleading

[Qemu-block] [PATCH v2 4/7] nbd: Fix struct name for structured reads

2017-11-08 Thread Eric Blake
A closer read of the NBD spec shows that a structured reply chunk for a hole is not quite identical to the prefix of a data chunk, because the hole has to also send a 32-bit size field. Although we do not yet send holes, we should fix the misleading information in our header and make it easier