From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id BA3267D24; Thu, 24 Aug 2017 14:13:38 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Aug 2017 05:13:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,421,1498546800"; d="scan'208";a="122211394" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga004.jf.intel.com with ESMTP; 24 Aug 2017 05:13:36 -0700 To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Matan Azrad Cc: Adrien Mazarguil , dev@dpdk.org, Shahaf Shuler , stable@dpdk.org References: <1502710344-28013-1-git-send-email-matan@mellanox.com> <20170823150920.GG12995@autoinstall.dev.6wind.com> From: Ferruh Yigit Message-ID: Date: Thu, 24 Aug 2017 13:13:35 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170823150920.GG12995@autoinstall.dev.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix xstats functions unlock missing X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2017 12:13:39 -0000 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.