On 6/24/22 07:38, xuan.d...@intel.com wrote:
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(-)
Applied to dpdk-next-virtio/main. Thanks, Maxime