From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix rollback when starting device Date: Wed, 10 May 2017 21:42:09 +0200 Message-ID: <2501100.BysVnJ8SX8@xps> References: <20170510173016.7989-1-yskoh@mellanox.com> <20170510192941.GT16218@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, Adrien Mazarguil , ferruh.yigit@intel.com, dev@dpdk.org, nelio.laranjeiro@6wind.com To: Yongseok Koh Return-path: In-Reply-To: <20170510192941.GT16218@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/05/2017 21:29, 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: stable@dpdk.org > > > > Signed-off-by: Yongseok Koh > > Acked-by: Adrien Mazarguil Applied, thanks