Re: [PATCH v3 2/5] vhost: prepare async for descriptor to mbuf refactoring

2022-04-22 Thread Maxime Coquelin
On 4/19/22 05:43, xuan.d...@intel.com wrote: From: Xuan Ding This patch refactors vhost async enqueue path and dequeue path to use the same function async_fill_seg() for preparing batch elements, which simplifies the code without performance degradation. Signed-off-by: Xuan Ding --- lib/

[PATCH v3 2/5] vhost: prepare async for descriptor to mbuf refactoring

2022-04-18 Thread xuan . ding
From: Xuan Ding This patch refactors vhost async enqueue path and dequeue path to use the same function async_fill_seg() for preparing batch elements, which simplifies the code without performance degradation. Signed-off-by: Xuan Ding --- lib/vhost/virtio_net.c | 23 +++ 1