Hi, > -----Original Message----- > From: Suanming Mou <suanmi...@nvidia.com> > Sent: Wednesday, November 23, 2022 1:57 PM > To: Matan Azrad <ma...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com> > Cc: dev@dpdk.org; Raslan Darawsheh <rasl...@nvidia.com> > Subject: [PATCH] net/mlx5: fix GENEVE resource overwritten > > Currently, one rte_flow may be split to multiple sub mlx5_flows. > While GENEVE option resource was allocated in the first mlx5_flow, > the flag will be overwritten by next sub mlx5_flow. This caused > GENEVE option resource leakage. > > This commit adds the check of GENEVE option resource to avoid the > GENEVE option flag be overwritten. > > Fixes: cd4ab742064a ("net/mlx5: split flow item matcher and value > translation") > > Signed-off-by: Suanming Mou <suanmi...@nvidia.com> > Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh