From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753230AbdC0N5s (ORCPT ); Mon, 27 Mar 2017 09:57:48 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:48521 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752303AbdC0N5S (ORCPT ); Mon, 27 Mar 2017 09:57:18 -0400 Subject: Re: [PATCH] net: s390: qeth: use new api ethtool_{get|set}_link_ksettings To: Philippe Reynes , ubraun@linux.vnet.ibm.com, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, davem@davemloft.net References: <1490534858-4049-1-git-send-email-tremyfr@gmail.com> Cc: linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org From: Julian Wiedmann Date: Mon, 27 Mar 2017 15:56:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490534858-4049-1-git-send-email-tremyfr@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 17032713-0012-0000-0000-000004F5477C X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17032713-0013-0000-0000-000017C98CDA Message-Id: <381d471f-e1e6-a189-d2ce-bf6db1d93614@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-03-27_13:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1703270119 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/26/2017 03:27 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. > > Signed-off-by: Philippe Reynes > --- Hello Philippe, thank you for the patch! Unfortunately I queued up pretty much the same change to our internal repo just last week... should be going upstream with our next patch series. Sorry for the duplicated effort. Regards, Julian