Re: [PATCH net] ethtool: do not print warning for applications using legacy API

2018-01-03 Thread Stephen Hemminger
On Tue, 02 Jan 2018 21:50:02 -0500 (EST) David Miller wrote: > From: Stephen Hemminger > Date: Fri, 29 Dec 2017 10:02:52 -0800 > > > From: Stephen Hemminger > > > > In kernel log ths message appears on every boot: >

Re: [PATCH net] ethtool: do not print warning for applications using legacy API

2018-01-03 Thread Stephen Hemminger
On Tue, 02 Jan 2018 21:50:02 -0500 (EST) David Miller wrote: > 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, > >

Re: [PATCH net] ethtool: do not print warning for applications using legacy API

2018-01-02 Thread David Miller
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

Re: [PATCH net] ethtool: do not print warning for applications using legacy API

2018-01-02 Thread David Miller
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

Re: [PATCH net] ethtool: do not print warning for applications using legacy API

2017-12-30 Thread David Decotigny
Signed-off-by: David Decotigny On Fri, Dec 29, 2017 at 10:02 AM, Stephen Hemminger wrote: > From: Stephen Hemminger > > In kernel log ths message appears on every boot: > "warning: `NetworkChangeNo' uses legacy

Re: [PATCH net] ethtool: do not print warning for applications using legacy API

2017-12-30 Thread David Decotigny
Signed-off-by: David Decotigny On Fri, Dec 29, 2017 at 10:02 AM, Stephen Hemminger wrote: > 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

[PATCH net] ethtool: do not print warning for applications using legacy API

2017-12-29 Thread Stephen Hemminger
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

[PATCH net] ethtool: do not print warning for applications using legacy API

2017-12-29 Thread Stephen Hemminger
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