From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 6B7D11150; Wed, 1 Feb 2017 19:31:20 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP; 01 Feb 2017 10:31:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,321,1477983600"; d="scan'208";a="60717584" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga006.fm.intel.com with ESMTP; 01 Feb 2017 10:31:17 -0800 To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Shahaf Shuler References: <1485348178-43771-1-git-send-email-shahafs@mellanox.com> <1485863129-6326-1-git-send-email-shahafs@mellanox.com> <20170131154201.GC16389@autoinstall.dev.6wind.com> Cc: guillaume.gaudonville@6wind.com, adrien.mazarguil@6wind.com, dev@dpdk.org, stable@dpdk.org From: Ferruh Yigit Message-ID: Date: Wed, 1 Feb 2017 18:31:17 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170131154201.GC16389@autoinstall.dev.6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2] net/mlx5: fix link status query X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 18:31:20 -0000 On 1/31/2017 3:42 PM, Nélio Laranjeiro wrote: > On Tue, Jan 31, 2017 at 01:45:29PM +0200, Shahaf Shuler wrote: >> Trying to query the link status through new kernel ioctl API >> ETHTOOL_GLINKSETTINGS was always failing due to kernel bug. >> The bug was fixed on version 4.9 >> this patch uses the legacy ioctl API for lower kernels. >> >> Fixes: 188408719888 ("net/mlx5: fix support for newer link speeds") >> CC: stable@dpdk.org >> >> Signed-off-by: Shahaf Shuler > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks. (Updated kernel version check to: "+#if KERNEL_VERSION(4, 9, 0) < LINUX_VERSION_CODE")