From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/mlx4: fix assertion failure on link update Date: Tue, 20 Jun 2017 10:38:50 +0100 Message-ID: <9a41f64c-a69d-7fdc-e6f2-e117590a7708@intel.com> References: <65558157617347425cf24c77864f84fa72423131.1497612960.git.adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Nelio Laranjeiro , stable@dpdk.org To: Adrien Mazarguil , dev@dpdk.org Return-path: In-Reply-To: <65558157617347425cf24c77864f84fa72423131.1497612960.git.adrien.mazarguil@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 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.