Re: [dpdk-dev] [PATCH] net/mlx5: fix missing memory deallocation

2018-11-01 Thread Shahaf Shuler
Monday, October 29, 2018 8:48 PM, Yongseok Koh: > Subject: Re: [PATCH] net/mlx5: fix missing memory deallocation > > > > On Oct 29, 2018, at 9:09 AM, Dekel Peled wrote: > > > > Add freeing of allocated memroy before exiting on mlx5dv error. > > > > Fixes: fc2c498ccb94 ("net/mlx5: add Direct Verb

Re: [dpdk-dev] [PATCH] net/mlx5: fix missing memory deallocation

2018-10-29 Thread Yongseok Koh
> On Oct 29, 2018, at 9:09 AM, Dekel Peled wrote: > > Add freeing of allocated memroy before exiting on mlx5dv error. > > Fixes: fc2c498ccb94 ("net/mlx5: add Direct Verbs translate items") > Cc: or...@mellanox.com > > Signed-off-by: Dekel Peled > --- Nice catch! Acked-by: Yongseok Koh T

[dpdk-dev] [PATCH] net/mlx5: fix missing memory deallocation

2018-10-29 Thread Dekel Peled
Add freeing of allocated memroy before exiting on mlx5dv error. Fixes: fc2c498ccb94 ("net/mlx5: add Direct Verbs translate items") Cc: or...@mellanox.com Signed-off-by: Dekel Peled --- drivers/net/mlx5/mlx5_flow_dv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers