Re: [dpdk-dev] [PATCH v6 11/13] vhost: add packed ring zcopy batch and single dequeue

2019-10-17 Thread Maxime Coquelin
On 10/15/19 6:07 PM, Marvin Liu wrote: > Add vhost packed ring zero copy batch and single dequeue functions like > normal dequeue path. > > Signed-off-by: Marvin Liu > Reviewed-by: Maxime Coquelin Thanks, Maxime

[dpdk-dev] [PATCH v6 11/13] vhost: add packed ring zcopy batch and single dequeue

2019-10-15 Thread Marvin Liu
Add vhost packed ring zero copy batch and single dequeue functions like normal dequeue path. Signed-off-by: Marvin Liu diff --git a/lib/librte_vhost/virtio_net.c b/lib/librte_vhost/virtio_net.c index 5cdca9a7f..01d1603e3 100644 --- a/lib/librte_vhost/virtio_net.c +++ b/lib/librte_vhost/virtio_ne