--Shahaf
> -----Original Message----- > From: Yongseok Koh > Sent: Tuesday, May 8, 2018 10:20 PM > To: Raslan Darawsheh <[email protected]> > Cc: Shahaf Shuler <[email protected]>; [email protected]; Thomas > Monjalon <[email protected]>; Ophir Munk > <[email protected]>; [email protected] > Subject: Re: [PATCH v3 2/2] net/mlx5: fix resource leak in case of error > > > > On May 8, 2018, at 2:11 AM, Raslan Darawsheh <[email protected]> > wrote: > > > > If something went wrong in mlx5 pci prop the allocated eth dev will > > cause a memory leak. > > > > This commit release the eth dev that was previously allocated. Considering this patch as a temporary w.a. as there is patchset[1] which starts to address this issue from ethdev layer. > > > > Fixes: 771fa900b73a ("mlx5: introduce new driver for Mellanox > > ConnectX-4 adapters") > > Cc: [email protected] > > > > Signed-off-by: Raslan Darawsheh <[email protected]> > > > > --- > Acked-by: Yongseok Koh <[email protected]> > > Thanks [1] http://dpdk.org/dev/patchwork/patch/39544/

