> -----Original Message-----
> From: Ding, Xuan <xuan.d...@intel.com>
> Sent: Friday, June 24, 2022 1:38 PM
> To: maxime.coque...@redhat.com; Xia, Chenbo <chenbo....@intel.com>
> Cc: dev@dpdk.org; Hu, Jiayu <jiayu...@intel.com>; Ling, WeiX
> <weix.l...@intel.com>; Ding, Xuan <xuan.d...@intel.com>
> Subject: [PATCH] vhost: fix sync dequeue offload
>
> From: Xuan Ding <xuan.d...@intel.com>
>
> This patch fixes the missing virtio net header copy in sync dequeue path
> caused by refactoring, which affects dequeue offloading.
>
> Fixes: 6d823bb302c7("vhost: prepare sync for descriptor to mbuf refactoring")
>
> Signed-off-by: Xuan Ding <xuan.d...@intel.com>
> ---
> lib/vhost/virtio_net.c | 14 +++++++++++---
> 1 file changed, 11 insertions(+), 3 deletions(-)
>
Tested-by: Wei Ling <weix.l...@intel.com>