From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752593AbcBKA4d (ORCPT ); Wed, 10 Feb 2016 19:56:33 -0500 Received: from mail-pa0-f52.google.com ([209.85.220.52]:34621 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752115AbcBKA4a (ORCPT ); Wed, 10 Feb 2016 19:56:30 -0500 Date: Wed, 10 Feb 2016 16:56:42 -0800 From: Stephen Hemminger To: David Decotigny Cc: "David S. Miller" , Ben Hutchings , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-api@vger.kernel.org, linux-mips@linux-mips.org, fcoe-devel@open-fcoe.org, Andrew Morton , Tejun Heo , Eric Dumazet , Eugenia Emantayev , Or Gerlitz , Ido Shamay , Joe Perches , Saeed Mahameed , Govindarajulu Varadarajan <_govind@gmx.com>, Venkata Duvvuru , Jeff Kirsher , Pravin B Shelar , Ed Swierk , Robert Love , "James E.J. Bottomley" , Yuval Mintz , Rasmus Villemoes , David Decotigny Subject: Re: [PATCH net-next v8 00/19] new ETHTOOL_GSETTINGS/SSETTINGS API Message-ID: <20160210165642.6f8576d2@xeon-e3> In-Reply-To: <1455064168-5102-1-git-send-email-ddecotig@gmail.com> References: <1455064168-5102-1-git-send-email-ddecotig@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 Tue, 9 Feb 2016 16:29:09 -0800 David Decotigny wrote: > Along the way, I chose to drop in the new structure the 3 ethtool_cmd > fields marked "deprecated" (transceiver/maxrxpkt/maxtxpkt). They are > still available for old drivers via the (old) ETHTOOL_GSET/SSET API, > but are not available to drivers that switch to new API. Of those 3 > fields, ethtool_cmd::transceiver seems to be still actively used by > several drivers, maybe we should not consider this field deprecated? > The 2 other fields are basically not used. This transition requires > some care in the way old and new ethtool talk to the kernel. Please just fix old drivers. It is perfectly acceptable to break any out of tree drivers.