Re: [PATCH] net/memif: fix overwriting of head segment

2022-05-25 Thread Ferruh Yigit
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

[PATCH] net/memif: fix overwriting of head segment

2022-05-24 Thread Joyce Kong
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 Signed-off-by: Joyce K