[PATCH] examples/ip_reassembly: remove conflicting Tx offload
Xu, HailinX
hailinx.xu at intel.com
Sun Sep 28 11:04:10 CEST 2025
> -----Original Message-----
> From: Zhichao Zeng <zhichaox.zeng at intel.com>
> Sent: Friday, September 19, 2025 3:12 PM
> To: dev at dpdk.org
> Cc: stable at dpdk.org; Zeng, ZhichaoX <zhichaox.zeng at intel.com>; Konstantin
> Ananyev <konstantin.ananyev at huawei.com>; Ferruh Yigit
> <ferruh.yigit at amd.com>; Shahaf Shuler <shahafs at nvidia.com>
> 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: stable at dpdk.org
>
> Signed-off-by: Zhichao Zeng <zhichaox.zeng at intel.com>
> ---
Tested-by: Xu, HailinX <hailinx.xu at intel.com>
More information about the dev
mailing list