Re: [dpdk-dev] [PATCH 4/6] vhost: fix possible out of bound access in vector filling

2019-01-04 Thread Maxime Coquelin
On 1/4/19 5:06 AM, Tiwei Bie wrote: Fixes: 7f74b95c444f ("vhost: pre update used ring for Tx and Rx") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- lib/librte_vhost/virtio_net.c | 3 +++ 1 file changed, 3 insertions(+) Reviewed-by: Maxime Coquelin Thanks, Maxime

[dpdk-dev] [PATCH 4/6] vhost: fix possible out of bound access in vector filling

2019-01-03 Thread Tiwei Bie
Fixes: 7f74b95c444f ("vhost: pre update used ring for Tx and Rx") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- lib/librte_vhost/virtio_net.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/librte_vhost/virtio_net.c b/lib/librte_vhost/virtio_net.c index 474acf64d..d64c355b9 100644