On 5/25/2022 6:56 AM, Joyce Kong wrote:
The 'dst_off' was reset in multi segment case. This caused memif buffer segment to write to beginning of mbuf, overwriting previous data. Fix it with this patch.Fixes: 09c7e63a71f9 ("net/memif: introduce memory interface PMD") Cc:sta...@dpdk.org Reported-by: Ferruh Yigit<ferruh.yi...@xilinx.com> Signed-off-by: Joyce Kong<joyce.k...@arm.com> Reviewed-by: Ruifeng Wang<ruifeng.w...@arm.com>
Applied to dpdk-next-net/main, thanks.