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

2018-10-04 Thread Ilya Maximets
On 04.10.2018 11:13, 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: handle dirty pages loggi

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

2018-10-04 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