From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 33E7C9E3; Tue, 20 Jun 2017 11:38:52 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jun 2017 02:38:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,364,1493708400"; d="scan'208";a="99696078" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 20 Jun 2017 02:38:50 -0700 To: Adrien Mazarguil , dev@dpdk.org Cc: Nelio Laranjeiro , stable@dpdk.org References: <65558157617347425cf24c77864f84fa72423131.1497612960.git.adrien.mazarguil@6wind.com> From: Ferruh Yigit Message-ID: <9a41f64c-a69d-7fdc-e6f2-e117590a7708@intel.com> Date: Tue, 20 Jun 2017 10:38:50 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <65558157617347425cf24c77864f84fa72423131.1497612960.git.adrien.mazarguil@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/mlx4: fix assertion failure on link update 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: Tue, 20 Jun 2017 09:38:53 -0000 On 6/16/2017 12:37 PM, Adrien Mazarguil wrote: > The interrupt handler can sometimes be triggered for reasons other than a > link status event. An assertion failure happen when such events occur while > an asynchronous link status update is already scheduled. > > Address this issue using the same approach as its mlx5 counterpart, > commit a9f2fbc42f0c ("net/mlx5: fix inconsistent link status") > > Fixes: c4da6caa426d ("mlx4: handle link status interrupts") > Cc: stable@dpdk.org > Signed-off-by: Adrien Mazarguil > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.