Re: [Qemu-devel] [PATCH v5 1/9] nbd: Create struct for tracking export info

2017-07-13 Thread Paolo Bonzini
On 13/07/2017 16:35, Eric Blake wrote: > On 07/13/2017 07:31 AM, Vladimir Sementsov-Ogievskiy wrote: >> 13.07.2017 15:09, Vladimir Sementsov-Ogievskiy wrote: >>> 07.07.2017 23:30, Eric Blake wrote: The NBD Protocol is introducing some additional information about exports, such as minimum

Re: [Qemu-devel] [PATCH v5 1/9] nbd: Create struct for tracking export info

2017-07-13 Thread Eric Blake
On 07/13/2017 07:31 AM, Vladimir Sementsov-Ogievskiy wrote: > 13.07.2017 15:09, Vladimir Sementsov-Ogievskiy wrote: >> 07.07.2017 23:30, Eric Blake wrote: >>> The NBD Protocol is introducing some additional information >>> about exports, such as minimum request size and alignment, as >>> well as an

Re: [Qemu-devel] [PATCH v5 1/9] nbd: Create struct for tracking export info

2017-07-13 Thread Vladimir Sementsov-Ogievskiy
13.07.2017 15:09, Vladimir Sementsov-Ogievskiy wrote: 07.07.2017 23:30, 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 informat

Re: [Qemu-devel] [PATCH v5 1/9] nbd: Create struct for tracking export info

2017-07-13 Thread Vladimir Sementsov-Ogievskiy
07.07.2017 23:30, 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 gather all the inform

[Qemu-devel] [PATCH v5 1/9] nbd: Create struct for tracking export info

2017-07-07 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