From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id F2A195398; Mon, 31 Jul 2017 14:36:26 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jul 2017 05:36:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,442,1496127600"; d="scan'208";a="131507413" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga005.jf.intel.com with ESMTP; 31 Jul 2017 05:36:24 -0700 To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Gowrishankar Cc: Adrien Mazarguil , dev@dpdk.org, Thomas Monjalon , stable@dpdk.org References: <20170725140111.GL2320@autoinstall.dev.6wind.com> From: Ferruh Yigit Message-ID: <5e16e9a9-2c35-0bd6-cf1e-165d29e62f45@intel.com> Date: Mon, 31 Jul 2017 13:36:23 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170725140111.GL2320@autoinstall.dev.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v4] net/mlx5: fix inconsistent link status query 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: Mon, 31 Jul 2017 12:36:27 -0000 On 7/25/2017 3:01 PM, NĂ©lio Laranjeiro wrote: > On Tue, Jul 25, 2017 at 07:08:07PM +0530, Gowrishankar wrote: >> From: Gowrishankar Muthukrishnan >> >> ETHTOOL_GLINKSETTINGS ioctl call in mlx5 pmd returns inconsistent >> link status due to which any application relying on it would not >> function correctly. >> >> Fixes: 188408719888 ("net/mlx5: fix support for newer link speeds") >> Cc: stable@dpdk.org >> >> Signed-off-by: Gowrishankar Muthukrishnan > > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.