From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vd6Sl1cBfzDqLW for ; Wed, 8 Mar 2017 06:40:23 +1100 (AEDT) Subject: Re: [PATCH] net: toshiba: ps3_genic_net: use new api ethtool_{get|set}_link_ksettings To: Philippe Reynes , benh@kernel.crashing.org, paulus@samba.org, mpe@ellerman.id.au, davem@davemloft.net References: <1488752466-27232-1-git-send-email-tremyfr@gmail.com> Cc: netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org From: Geoff Levand Message-ID: <59884351-386f-f904-790b-186fc1bf58e2@infradead.org> Date: Tue, 7 Mar 2017 11:40:17 -0800 MIME-Version: 1.0 In-Reply-To: <1488752466-27232-1-git-send-email-tremyfr@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 03/05/2017 02:21 PM, Philippe Reynes wrote: > The ethtool api {get|set}_settings is deprecated. > We move this driver to new api {get|set}_link_ksettings. > > As I don't have the hardware, I'd be very pleased if > someone may test this patch. I tested this applied to v4.11-rc1 and it seems to work OK. Thanks for your contribution. Tested-by: Geoff Levand