894028ace2
When vhost is doing dequeue offloading, it parses ethernet and L3/L4 headers of the packet. Then vhost will set corresponding value in mbuf attributes. It means offloading action should be after packet data copy. Fixes: 75ed51697820 ("vhost: add packed ring batch dequeue") Cc: stable@dpdk.org Signed-off-by: Marvin Liu <yong.liu@intel.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>