Re: [dpdk-dev] [PATCH v4 04/14] vhost: add single packet dequeue function

2019-10-11 Thread Maxime Coquelin
On 10/9/19 3:38 PM, Marvin Liu wrote: > Add vhost single packet dequeue function for packed ring and meanwhile > left space for shadow used ring update function. > > Signed-off-by: Marvin Liu > Reviewed-by: Maxime Coquelin

[dpdk-dev] [PATCH v4 04/14] vhost: add single packet dequeue function

2019-10-08 Thread Marvin Liu
Add vhost single packet dequeue function for packed ring and meanwhile left space for shadow used ring update function. Signed-off-by: Marvin Liu diff --git a/lib/librte_vhost/virtio_net.c b/lib/librte_vhost/virtio_net.c index 5e08f7d9b..17aabe8eb 100644 --- a/lib/librte_vhost/virtio_net.c +++ b