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: sta...@dpdk.org > > > > Reported-by: Michael Theodore Stolarchuk <mike.stolarc...@arista.com> > > Signed-off-by: Vladimir Medvedkin <vladimir.medved...@intel.com> > Acked-by: Bruce Richardson <bruce.richard...@intel.com> > Series applied to dpdk-next-net-intel.
Thanks, /Bruce