RE: [PATCH] net/mlx5: fix memleak for resource object

2024-07-01 Thread Dariusz Sosnowski
> -Original Message- > From: Mahmoud Maatouq > Sent: Monday, June 24, 2024 21:10 > To: Dariusz Sosnowski > Cc: Slava Ovsiienko ; Bing Zhao ; > Ori Kam ; Suanming Mou ; Matan > Azrad ; dev@dpdk.org > Subject: Re: [PATCH] net/mlx5: fix memleak for resource objec

Re: [PATCH] net/mlx5: fix memleak for resource object

2024-06-24 Thread Mahmoud Maatouq
n Azrad > > > > Cc: dev@dpdk.org; Mahmoud Maatuq > > Subject: [PATCH] net/mlx5: fix memleak for resource object > > > > Coverity issue: 426424 > > Fixes: e78e5408da89 ("net/mlx5: remove cache term from the list utility") > > The issue was introduced

RE: [PATCH] net/mlx5: fix memleak for resource object

2024-06-24 Thread Dariusz Sosnowski
Zhao ; Ori Kam > ; Suanming Mou ; Matan Azrad > > Cc: dev@dpdk.org; Mahmoud Maatuq > Subject: [PATCH] net/mlx5: fix memleak for resource object > > Coverity issue: 426424 > Fixes: e78e5408da89 ("net/mlx5: remove cache term from the list utility") The issue wa

[PATCH] net/mlx5: fix memleak for resource object

2024-06-23 Thread Mahmoud Maatuq
Coverity issue: 426424 Fixes: e78e5408da89 ("net/mlx5: remove cache term from the list utility") Cc: ma...@nvidia.com Signed-off-by: Mahmoud Maatuq --- drivers/net/mlx5/mlx5_flow_dv.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/net/mlx5/mlx5_flow_dv.c b/driver