Re: [Qemu-devel] [PATCH 1/1] nbd: fix max_discard/max_transfer_length

2015-02-06 Thread Kevin Wolf
Am 06.02.2015 um 13:16 hat Peter Lieven geschrieben: > Am 06.02.2015 um 12:53 schrieb Kevin Wolf: > > Am 06.02.2015 um 12:24 hat Denis V. Lunev geschrieben: > >> nbd_co_discard calls nbd_client_session_co_discard which uses uint32_t > >> as the length in bytes of the data to discard due to the foll

Re: [Qemu-devel] [PATCH 1/1] nbd: fix max_discard/max_transfer_length

2015-02-06 Thread Peter Lieven
Am 06.02.2015 um 13:17 schrieb Denis V. Lunev: > On 06/02/15 15:07, Kevin Wolf wrote: >> Am 06.02.2015 um 12:59 hat Denis V. Lunev geschrieben: >>> On 06/02/15 14:53, Kevin Wolf wrote: Am 06.02.2015 um 12:24 hat Denis V. Lunev geschrieben: > nbd_co_discard calls nbd_client_session_co_disca

Re: [Qemu-devel] [PATCH 1/1] nbd: fix max_discard/max_transfer_length

2015-02-06 Thread Denis V. Lunev
On 06/02/15 15:22, Peter Lieven wrote: Am 06.02.2015 um 13:17 schrieb Denis V. Lunev: On 06/02/15 15:07, Kevin Wolf wrote: Am 06.02.2015 um 12:59 hat Denis V. Lunev geschrieben: On 06/02/15 14:53, Kevin Wolf wrote: Am 06.02.2015 um 12:24 hat Denis V. Lunev geschrieben: nbd_co_discard calls n

Re: [Qemu-devel] [PATCH 1/1] nbd: fix max_discard/max_transfer_length

2015-02-06 Thread Denis V. Lunev
On 06/02/15 15:07, Kevin Wolf wrote: Am 06.02.2015 um 12:59 hat Denis V. Lunev geschrieben: On 06/02/15 14:53, Kevin Wolf wrote: Am 06.02.2015 um 12:24 hat Denis V. Lunev geschrieben: nbd_co_discard calls nbd_client_session_co_discard which uses uint32_t as the length in bytes of the data to d

Re: [Qemu-devel] [PATCH 1/1] nbd: fix max_discard/max_transfer_length

2015-02-06 Thread Peter Lieven
Am 06.02.2015 um 12:53 schrieb Kevin Wolf: > Am 06.02.2015 um 12:24 hat Denis V. Lunev geschrieben: >> nbd_co_discard calls nbd_client_session_co_discard which uses uint32_t >> as the length in bytes of the data to discard due to the following >> definition: >> >> struct nbd_request { >> uint32

Re: [Qemu-devel] [PATCH 1/1] nbd: fix max_discard/max_transfer_length

2015-02-06 Thread Kevin Wolf
Am 06.02.2015 um 12:59 hat Denis V. Lunev geschrieben: > On 06/02/15 14:53, Kevin Wolf wrote: > >Am 06.02.2015 um 12:24 hat Denis V. Lunev geschrieben: > >>nbd_co_discard calls nbd_client_session_co_discard which uses uint32_t > >>as the length in bytes of the data to discard due to the following >

Re: [Qemu-devel] [PATCH 1/1] nbd: fix max_discard/max_transfer_length

2015-02-06 Thread Peter Lieven
Am 06.02.2015 um 12:59 schrieb Denis V. Lunev: > On 06/02/15 14:53, Kevin Wolf wrote: >> Am 06.02.2015 um 12:24 hat Denis V. Lunev geschrieben: >>> nbd_co_discard calls nbd_client_session_co_discard which uses uint32_t >>> as the length in bytes of the data to discard due to the following >>> defin

Re: [Qemu-devel] [PATCH 1/1] nbd: fix max_discard/max_transfer_length

2015-02-06 Thread Denis V. Lunev
On 06/02/15 14:53, Kevin Wolf wrote: Am 06.02.2015 um 12:24 hat Denis V. Lunev geschrieben: nbd_co_discard calls nbd_client_session_co_discard which uses uint32_t as the length in bytes of the data to discard due to the following definition: struct nbd_request { uint32_t magic; uint32

Re: [Qemu-devel] [PATCH 1/1] nbd: fix max_discard/max_transfer_length

2015-02-06 Thread Kevin Wolf
Am 06.02.2015 um 12:24 hat Denis V. Lunev geschrieben: > nbd_co_discard calls nbd_client_session_co_discard which uses uint32_t > as the length in bytes of the data to discard due to the following > definition: > > struct nbd_request { > uint32_t magic; > uint32_t type; > uint64_t hand