Re: [dpdk-dev] [PATCH v6 12/13] vhost: optimize packed ring dequeue

2019-10-17 Thread Maxime Coquelin
On 10/15/19 6:07 PM, Marvin Liu wrote: > Optimize vhost device packed ring dequeue function by splitting batch > and single functions. No-chained and direct descriptors will be handled > by batch and other will be handled by single as before. > > Signed-off-by: Marvin Liu > Reviewed-by: Max

[dpdk-dev] [PATCH v6 12/13] vhost: optimize packed ring dequeue

2019-10-15 Thread Marvin Liu
Optimize vhost device packed ring dequeue function by splitting batch and single functions. No-chained and direct descriptors will be handled by batch and other will be handled by single as before. Signed-off-by: Marvin Liu diff --git a/lib/librte_vhost/virtio_net.c b/lib/librte_vhost/virtio_net