From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: Re: [PATCH v2 1/2] net/mlx5: fix ethtool link setting call order Date: Thu, 3 May 2018 05:51:21 +0000 Message-ID: References: <20180429180308.85361-1-shahafs@mellanox.com> <421987dcb5779584a1c880a0a74c0eb245cbbfb2.1525168586.git.shahafs@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Shahaf Shuler , =?iso-8859-1?Q?N=E9lio_Laranjeiro?= , Adrien Mazarguil , Yongseok Koh Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0085.outbound.protection.outlook.com [104.47.0.85]) by dpdk.org (Postfix) with ESMTP id 4BEF32C2F for ; Thu, 3 May 2018 07:51:22 +0200 (CEST) In-Reply-To: <421987dcb5779584a1c880a0a74c0eb245cbbfb2.1525168586.git.shahafs@mellanox.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" Tuesday, May 1, 2018 12:59 PM, Shahaf Shuler: > Subject: [dpdk-dev] [PATCH v2 1/2] net/mlx5: fix ethtool link setting cal= l > order >=20 > According to ethtool_link_setting API recommendation > ETHTOOL_GLINKSETTINGS should be called before ETHTOOL_GSET as the > later one deprecated. >=20 > Fixes: f47ba80080ab ("net/mlx5: remove kernel version check") >=20 > Signed-off-by: Shahaf Shuler > Acked-by: Nelio Laranjeiro Series applied to next-net-mlx, thanks.=20