From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix xstats functions unlock missing Date: Thu, 24 Aug 2017 13:13:35 +0100 Message-ID: References: <1502710344-28013-1-git-send-email-matan@mellanox.com> <20170823150920.GG12995@autoinstall.dev.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Adrien Mazarguil , dev@dpdk.org, Shahaf Shuler , stable@dpdk.org To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Matan Azrad Return-path: In-Reply-To: <20170823150920.GG12995@autoinstall.dev.6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 8/23/2017 4:09 PM, Nélio Laranjeiro wrote: > On Mon, Aug 14, 2017 at 02:32:24PM +0300, Matan Azrad wrote: >> The corrupted code didn't unlock the spinlock in xstats >> get and reset functions error flow. >> >> Hence, if these errors happaned, the device spinlock was >> left locked and many mlx5 device functionalities were blocked. >> >> The fix unlocks the spinlock in the missed places. >> >> Fixes: e62bc9e70608 ("net/mlx5: fix extended statistics") >> Cc: stable@dpdk.org >> >> Signed-off-by: Matan Azrad > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.