Re: [dpdk-dev] [PATCH] vhost: fix vector filling for packed ring

2018-10-23 Thread Maxime Coquelin
On 10/23/2018 08:07 AM, Tiwei Bie wrote: We should return the length of the buffers described by the current descriptor chain after filling the buffer vector. So we need to zero the *len first. Fixes: 2f3225a7d69b ("vhost: add vector filling support for packed ring") Cc: sta...@dpdk.org Sign

Re: [dpdk-dev] [PATCH] vhost: fix vector filling for packed ring

2018-10-23 Thread Maxime Coquelin
Hi Tiwei, On 10/23/2018 08:07 AM, Tiwei Bie wrote: We should return the length of the buffers described by the current descriptor chain after filling the buffer vector. So we need to zero the *len first. Fixes: 2f3225a7d69b ("vhost: add vector filling support for packed ring") Cc: sta...@dpdk.o