From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <yliu@fridaylinux.org>
Received: from mail-pf0-f175.google.com (mail-pf0-f175.google.com
 [209.85.192.175]) by dpdk.org (Postfix) with ESMTP id 792FE3257
 for <stable@dpdk.org>; Fri,  1 Sep 2017 04:00:57 +0200 (CEST)
Received: by mail-pf0-f175.google.com with SMTP id l87so3991061pfj.1
 for <stable@dpdk.org>; Thu, 31 Aug 2017 19:00:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=fridaylinux-org.20150623.gappssmtp.com; s=20150623;
 h=date:from:to:cc:subject:message-id:references:mime-version
 :content-disposition:in-reply-to:user-agent;
 bh=I90b1RfEKP24Ky/5Urwd+IjNTDZxXAdENghKwjCB5XQ=;
 b=SdtYQ9VJaXNCj/Tn46KztejkIJrNdGesayzyvsJD1xbISIXjj6dyfgq1GY5yTkp5hq
 mLH+8p6dzC5IgsbQJC3tBfujeLiyADT6KZWWJUTFb67sfXavcGCpX7yq3PzHec9JqRvr
 uAoUgOZ5pd9A20pycSfq3q1aQAXpkkHS+CU2lEYbJIp1gwHqmbxxSgg9gE4BcdkfCa19
 QybV5AAYnzOP5k0B4DxnhOv2ohkj4rxJwWMQltAZyCJgMA554LNLJVSQD+0WpkcEfoDd
 7DIJ8HCM5ZzJb8vh9UFnjzGty+Isv+qDQUVagCdjdpvoWoVC1Yb8UAsY2IbO2yILLifk
 +RTw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:date:from:to:cc:subject:message-id:references
 :mime-version:content-disposition:in-reply-to:user-agent;
 bh=I90b1RfEKP24Ky/5Urwd+IjNTDZxXAdENghKwjCB5XQ=;
 b=aFCJR0n3BL3N/McjLnY6Fx4cbzAgCxwgP0YgGvZpiWXoSzNiqv4AoiskekVcLeRXyn
 8HAgWdm752H/yaJOqj71RnZSDJqZPorj+h4B9DVUoI2wMnQX8plIMoWTogBcnZ5hExpW
 9Jw7YxWymK6UI0ru1CNVyHTDc/8WY2hZAnAoOM6k6sFmDCdec13ctrPcy/S53bbX0LlG
 bAydFtYhsRoDaics6cPY7f+ALSjVZXUi+qPadAPfvCPEpVGVkm3aBROzKTevPvXWVVWc
 Rh6/tpbZaC7ewBCtcmgNwknIh0hCUc39oe6aVZEaaw0nyflXyJdxpi9zRVC2ooD3w7B2
 W+gA==
X-Gm-Message-State: AHPjjUhp8u9OP0cISyYkrOPyZy0AFE2jdSIqNl1jMMj9/Yd+NtzjB8ta
 yCdv6kdMr7N/69KV
X-Google-Smtp-Source: ADKCNb7dyIPn9AvgL4AKTH7nDzRqOvcTXMsDoZbTp1ej64lSuvevd+1hgOU8ZSubRRos16fvUR6fng==
X-Received: by 10.84.238.16 with SMTP id u16mr493648plk.177.1504231256771;
 Thu, 31 Aug 2017 19:00:56 -0700 (PDT)
Received: from yliu-home ([45.63.61.64])
 by smtp.gmail.com with ESMTPSA id d184sm1115235pfa.9.2017.08.31.19.00.54
 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
 Thu, 31 Aug 2017 19:00:55 -0700 (PDT)
Date: Fri, 1 Sep 2017 10:00:50 +0800
From: Yuanhan Liu <yliu@fridaylinux.org>
To: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Cc: stable@dpdk.org
Message-ID: <20170901020050.GR9736@yliu-home>
References: <20170814121817.GR9612@yliu-home>
 <cover.1504172212.git.adrien.mazarguil@6wind.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <cover.1504172212.git.adrien.mazarguil@6wind.com>
User-Agent: Mutt/1.5.24 (2015-08-30)
Subject: Re: [dpdk-stable] [PATCH 0/2] back-ported Mellanox fixes for stable
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 01 Sep 2017 02:00:57 -0000

On Thu, Aug 31, 2017 at 11:44:52AM +0200, Adrien Mazarguil wrote:
> Turns out the original fix ("fix assertion failure on link update") relies on
> another commit which was never scheduled for stable inclusion.

Thank you, Adrien.

The two have been queued for 16.11.4 release.

	--yliu
> 
> Adrien Mazarguil (1):
>   net/mlx4: fix assertion failure on link update
> 
> Matthieu Ternisien d'Ouville (1):
>   net/mlx: remove link update lock
> 
>  drivers/net/mlx4/mlx4.c        | 51 ++++++++++++-------------------------
>  drivers/net/mlx5/mlx5.c        |  2 +-
>  drivers/net/mlx5/mlx5.h        |  1 -
>  drivers/net/mlx5/mlx5_ethdev.c | 28 ++++----------------
>  4 files changed, 22 insertions(+), 60 deletions(-)
> 
> -- 
> 2.1.4