[PATCH v3] net/idpf: fix multi-segment mbuf leak in split Tx
Bruce Richardson
bruce.richardson at intel.com
Tue May 5 12:45:50 CEST 2026
On Wed, Apr 22, 2026 at 01:56:42PM +0530, Shaiq Wani wrote:
> RS completion only frees the EOP entry's mbuf, leaking preceding
> segments of multi-segment packets. Add a first_id field to the Tx
> entry struct, record the first sw_id at the EOP entry during submit,
> and walk forward from first to EOP to free all segments on completion.
>
> Fixes: 8c6098afa075 ("common/idpf: add Rx/Tx data path")
> Cc: stable at dpdk.org
>
> Signed-off-by: Shaiq Wani <shaiq.wani at intel.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Applied to dpdk-next-net-intel.
Thanks,
/Bruce
More information about the dev
mailing list