On 4/19/22 05:43, [email protected] wrote:
From: Xuan Ding <[email protected]> This patches refactors copy_desc_to_mbuf() used by the sync path to support both sync and async descriptor to mbuf filling. Signed-off-by: Xuan Ding <[email protected]> --- lib/vhost/vhost.h | 1 + lib/vhost/virtio_net.c | 48 ++++++++++++++++++++++++++++++++---------- 2 files changed, 38 insertions(+), 11 deletions(-)
Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

