On Fri, Jan 17, 2025 at 05:52:05PM +0000, Vladimir Medvedkin wrote: > If the buffer splitting feature is configured and the payload mbuf > allocation fails, the previously allocated header mbuf may be returned not > fully initialized or a memory leak may occur. > This patch handles this case correctly by freeing the corresponding header > buffer. > > Fixes: 629dad3ef325 ("net/ice: support buffer split in scalar Rx") > Cc: yuanx.w...@intel.com > Cc: sta...@dpdk.org > > Signed-off-by: Vladimir Medvedkin <vladimir.medved...@intel.com> Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Patch applied to dpdk-next-net-intel. Thanks, /Bruce