Re: [dpdk-dev] [PATCH v4 04/19] vhost: fix payload size of reply

2018-10-09 Thread Tiwei Bie
On Tue, Oct 09, 2018 at 12:34:28PM +0200, Maxime Coquelin wrote: > On 10/09/2018 12:30 PM, Maxime Coquelin wrote: > > On 10/09/2018 12:21 PM, Tiwei Bie wrote: > > > On Mon, Oct 08, 2018 at 05:25:42PM +0200, Maxime Coquelin wrote: > > > > QEMU doesn't expect any payload for the reply of > > > > VHOS

Re: [dpdk-dev] [PATCH v4 04/19] vhost: fix payload size of reply

2018-10-09 Thread Maxime Coquelin
On 10/09/2018 12:30 PM, Maxime Coquelin wrote: On 10/09/2018 12:21 PM, Tiwei Bie wrote: On Mon, Oct 08, 2018 at 05:25:42PM +0200, Maxime Coquelin wrote: QEMU doesn't expect any payload for the reply of VHOST_USER_SET_LOG_BASE request, so don't send any. Note that the Vhost-user specificati

Re: [dpdk-dev] [PATCH v4 04/19] vhost: fix payload size of reply

2018-10-09 Thread Maxime Coquelin
On 10/09/2018 12:21 PM, Tiwei Bie wrote: On Mon, Oct 08, 2018 at 05:25:42PM +0200, Maxime Coquelin wrote: QEMU doesn't expect any payload for the reply of VHOST_USER_SET_LOG_BASE request, so don't send any. Note that the Vhost-user specification isn't clear about it and would need to be fixed

Re: [dpdk-dev] [PATCH v4 04/19] vhost: fix payload size of reply

2018-10-09 Thread Tiwei Bie
On Mon, Oct 08, 2018 at 05:25:42PM +0200, Maxime Coquelin wrote: > QEMU doesn't expect any payload for the reply of > VHOST_USER_SET_LOG_BASE request, so don't send any. > Note that the Vhost-user specification isn't clear about > it and would need to be fixed. > > Fixes: 54f9e32305d4 ("vhost: han

[dpdk-dev] [PATCH v4 04/19] vhost: fix payload size of reply

2018-10-08 Thread Maxime Coquelin
QEMU doesn't expect any payload for the reply of VHOST_USER_SET_LOG_BASE request, so don't send any. Note that the Vhost-user specification isn't clear about it and would need to be fixed. Fixes: 54f9e32305d4 ("vhost: handle dirty pages logging request") Cc: sta...@dpdk.org Reported-by: Ilya Maxi