From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750929AbdAPRaH (ORCPT ); Mon, 16 Jan 2017 12:30:07 -0500 Received: from mail-pg0-f42.google.com ([74.125.83.42]:36525 "EHLO mail-pg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750840AbdAPRaF (ORCPT ); Mon, 16 Jan 2017 12:30:05 -0500 Date: Mon, 16 Jan 2017 09:29:51 -0800 From: Stephen Hemminger To: Philippe Reynes Cc: mlindner@marvell.com, davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: marvell: skge: use new api ethtool_{get|set}_link_ksettings Message-ID: <20170116092951.3b577463@xeon-e3> In-Reply-To: <1484395708-4107-1-git-send-email-tremyfr@gmail.com> References: <1484395708-4107-1-git-send-email-tremyfr@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 14 Jan 2017 13:08:28 +0100 Philippe Reynes wrote: > The ethtool api {get|set}_settings is deprecated. > We move this driver to new api {get|set}_link_ksettings. > > The callback set_link_ksettings no longer update the value > of advertising, as the struct ethtool_link_ksettings is > defined as const. > > Signed-off-by: Philippe Reynes Did you test this on real hardware?