On Mon, Jul 22, 2024 at 04:09:15PM +0100, Bruce Richardson wrote:
> On Mon, Jul 22, 2024 at 01:50:44PM +0000, Vladimir Medvedkin wrote:
> > This patch fixes possible memory leak inside the
> > ice_hash_parse_raw_pattern() due to the lack of a call to rte_free()
> > for previously allocated pkt_buf and msk_buf.
> >
> > Fixes: 1b9c68120a1c ("net/ice: enable protocol agnostic flow offloading in
> > RSS")
> > Cc: [email protected]
> >
> > Reported-by: Michael Theodore Stolarchuk <[email protected]>
> > Signed-off-by: Vladimir Medvedkin <[email protected]>
> Acked-by: Bruce Richardson <[email protected]>
>
Series applied to dpdk-next-net-intel.
Thanks,
/Bruce