Re: [dpdk-dev] [PATCH v2 2/2] net/mlx5: free eth dev port in case of error

2018-05-07 Thread Yongseok Koh
On Mon, May 07, 2018 at 06:10:33PM +0300, Raslan Darawsheh wrote: Please refine the title. No use of 'eth dev...' > If something went wrong in mlx5 pci prop need to free the eth_dev > that was previously allocated during the port setup. Shouldn't it be sent to stable branches if it is a bug? >

[dpdk-dev] [PATCH v2 2/2] net/mlx5: free eth dev port in case of error

2018-05-07 Thread Raslan Darawsheh
If something went wrong in mlx5 pci prop need to free the eth_dev that was previously allocated during the port setup. Signed-off-by: Raslan Darawsheh --- v2 changes: Reword the commit log. --- --- drivers/net/mlx5/mlx5.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/mlx5/m