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: [email protected]
> Cc: [email protected]
>
> Signed-off-by: Vladimir Medvedkin <[email protected]>
Acked-by: Bruce Richardson <[email protected]>
Patch applied to dpdk-next-net-intel.
Thanks,
/Bruce