From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] ethtool: do not print warning for applications using legacy API Date: Tue, 02 Jan 2018 21:50:02 -0500 (EST) Message-ID: <20180102.215002.671661044941618104.davem@davemloft.net> References: <20171229180252.6981-1-sthemmin@microsoft.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: decot@googlers.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: stephen@networkplumber.org Return-path: In-Reply-To: <20171229180252.6981-1-sthemmin@microsoft.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Stephen Hemminger Date: Fri, 29 Dec 2017 10:02:52 -0800 > From: Stephen Hemminger > > In kernel log ths message appears on every boot: > "warning: `NetworkChangeNo' uses legacy ethtool link settings API, > link modes are only partially reported" > > When ethtool link settings API changed, it started complaining about > usages of old API. Ironically, the original patch was from google but > the application using the legacy API is chrome. Chrome on my machine doesn't do this, FWIW... > Linux ABI is fixed as much as possible. The kernel must not break it > and should not complain about applications using legacy API's. > This patch just removes the warning since using legacy API's > in Linux is perfectly acceptable. > > Fixes: 3f1ac7a700d0 ("net: ethtool: add new ETHTOOL_xLINKSETTINGS API") > Signed-off-by: Stephen Hemminger Applied and queued up for -stable.