> -----Original Message-----
> From: Zhichao Zeng <[email protected]>
> Sent: Friday, September 19, 2025 3:12 PM
> To: [email protected]
> Cc: [email protected]; Zeng, ZhichaoX <[email protected]>; Konstantin
> Ananyev <[email protected]>; Ferruh Yigit
> <[email protected]>; Shahaf Shuler <[email protected]>
> Subject: [PATCH] examples/ip_reassembly: remove conflicting Tx offload
>
> IP packet reassembly requires the MULTI_SEGS offload to be enabled in order
> to handle fragmented packets across multiple memory segments. However,
> the MBUF_FAST_FREE offload conflicts with MULTI_SEGS and cannot be
> enabled simultaneously.
>
> Remove the MBUF_FAST_FREE offload to avoid conflicts with MULTI_SEGS.
>
> Fixes: 9df56e69ee3f ("examples/ip_reassembly: convert to new ethdev
> offloads API")
> Cc: [email protected]
>
> Signed-off-by: Zhichao Zeng <[email protected]>
> ---
Tested-by: Xu, HailinX <[email protected]>