Re: [dpdk-dev] [PATCH] vhost: fix buffer length calculation

2018-07-19 Thread Bruce Richardson
On Thu, Jul 19, 2018 at 11:37:31AM +0800, Tiwei Bie wrote: > On Tue, Jul 17, 2018 at 09:10:35PM +0800, Tiwei Bie wrote: > > Fixes: fd68b4739d2c ("vhost: use buffer vectors in dequeue path") > > > > Reported-by: Yinan Wang > > Signed-off-by: Tiwei Bie > > Applied to dpdk-next-virtio/master, than

Re: [dpdk-dev] [PATCH] vhost: fix buffer length calculation

2018-07-18 Thread Tiwei Bie
On Tue, Jul 17, 2018 at 09:10:35PM +0800, Tiwei Bie wrote: > Fixes: fd68b4739d2c ("vhost: use buffer vectors in dequeue path") > > Reported-by: Yinan Wang > Signed-off-by: Tiwei Bie Applied to dpdk-next-virtio/master, thanks.

Re: [dpdk-dev] [PATCH] vhost: fix buffer length calculation

2018-07-18 Thread Wang, Yinan
On Tue, Jul 17, 2018 at 09:10:35PM +0800, Tiwei Bie wrote: > Fixes: fd68b4739d2c ("vhost: use buffer vectors in dequeue path") > > Reported-by: Yinan Wang > Signed-off-by: Tiwei Bie Above fix can fix below issue: https://mails.dpdk.org/archives/dev/2018-July/108137.html Tested-by: Yinan Wang

Re: [dpdk-dev] [PATCH] vhost: fix buffer length calculation

2018-07-18 Thread Wang, Zhihong
> -Original Message- > From: Bie, Tiwei > Sent: Tuesday, July 17, 2018 9:11 PM > To: maxime.coque...@redhat.com; Wang, Zhihong > ; dev@dpdk.org > Cc: Wang, Yinan ; Yao, Lei A > Subject: [PATCH] vhost: fix buffer length calculation > > Fixes: fd68b4739d2c ("vhost: use buffer vectors in

[dpdk-dev] [PATCH] vhost: fix buffer length calculation

2018-07-17 Thread Tiwei Bie
Fixes: fd68b4739d2c ("vhost: use buffer vectors in dequeue path") Reported-by: Yinan Wang Signed-off-by: Tiwei Bie --- lib/librte_vhost/virtio_net.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/librte_vhost/virtio_net.c b/lib/librte_vhost/virtio_net.c index 2b