> -----Original Message-----
> From: Ding, Xuan <[email protected]>
> Sent: Friday, June 24, 2022 1:38 PM
> To: [email protected]; Xia, Chenbo <[email protected]>
> Cc: [email protected]; Hu, Jiayu <[email protected]>; Ling, WeiX
> <[email protected]>; Ding, Xuan <[email protected]>
> Subject: [PATCH] vhost: fix sync dequeue offload
>
> From: Xuan Ding <[email protected]>
>
> 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 <[email protected]>
> ---
> lib/vhost/virtio_net.c | 14 +++++++++++---
> 1 file changed, 11 insertions(+), 3 deletions(-)
>
Tested-by: Wei Ling <[email protected]>