Re: [dpdk-dev] [PATCH v4 2/5] vhost: use buffer vectors in dequeue path

2018-07-17 Thread Wang, Yinan
4 2/5] vhost: use buffer vectors in dequeue path To ease packed ring layout integration, this patch makes the dequeue path to re-use buffer vectors implemented for enqueue path. Doing this, copy_desc_to_mbuf() is now ring layout type agnostic. Signed-off-by: Maxime Coquelin --- lib/librte_

[dpdk-dev] [PATCH v4 2/5] vhost: use buffer vectors in dequeue path

2018-07-06 Thread Maxime Coquelin
To ease packed ring layout integration, this patch makes the dequeue path to re-use buffer vectors implemented for enqueue path. Doing this, copy_desc_to_mbuf() is now ring layout type agnostic. Signed-off-by: Maxime Coquelin --- lib/librte_vhost/vhost.h | 1 + lib/librte_vhost/virtio_ne