Re: [dpdk-dev] [PATCH 1/2] net/mlx4: fix minor resource leak during init

2018-06-17 Thread Shahaf Shuler
Tuesday, May 22, 2018 6:37 PM, Adrien Mazarguil: > Subject: [PATCH 1/2] net/mlx4: fix minor resource leak during init > > Temporary IB device context and list are not freed in case of a successful > initialization of the device. > > This issue is caused by the two following commits, the first of

[dpdk-dev] [PATCH 1/2] net/mlx4: fix minor resource leak during init

2018-05-22 Thread Adrien Mazarguil
Temporary IB device context and list are not freed in case of a successful initialization of the device. This issue is caused by the two following commits, the first of which causes initialization to return early, while the second one goes a bit overboard while switching to negative errno values;