Re: [dpdk-dev] [PATCH] net/mlx5: fix rollback when starting device

2017-05-10 Thread Adrien Mazarguil
On Wed, May 10, 2017 at 10:30:16AM -0700, Yongseok Koh wrote: > In mlx5_dev_start(), the spinlock isn't released when returning error. > > Fixes: c8d4ee50cc85 ("net/mlx5: fix startup when flow cannot be applied") > Cc: sta...@dpdk.org > > Signed-off-by: Yongseok Koh Acked-by: Adrien Mazarguil

[dpdk-dev] [PATCH] net/mlx5: fix rollback when starting device

2017-05-10 Thread Yongseok Koh
In mlx5_dev_start(), the spinlock isn't released when returning error. Fixes: c8d4ee50cc85 ("net/mlx5: fix startup when flow cannot be applied") Cc: sta...@dpdk.org Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5_trigger.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ml