Re: [PATCH v2] net: veth: use new api ethtool_{get|set}_link_ksettings

2017-03-29 Thread David Miller
From: Philippe Reynes Date: Wed, 29 Mar 2017 08:24:21 +0200 > The ethtool api {get|set}_settings is deprecated. > We move this driver to new api {get|set}_link_ksettings. > > Signed-off-by: Philippe Reynes > --- > Changelog: > v2: > - avoid useless

Re: [PATCH v2] net: veth: use new api ethtool_{get|set}_link_ksettings

2017-03-29 Thread Xin Long
On Wed, Mar 29, 2017 at 2:24 PM, Philippe Reynes wrote: > The ethtool api {get|set}_settings is deprecated. > We move this driver to new api {get|set}_link_ksettings. > > Signed-off-by: Philippe Reynes > --- > Changelog: > v2: > - avoid useless initiazation

[PATCH v2] net: veth: use new api ethtool_{get|set}_link_ksettings

2017-03-29 Thread Philippe Reynes
The ethtool api {get|set}_settings is deprecated. We move this driver to new api {get|set}_link_ksettings. Signed-off-by: Philippe Reynes --- Changelog: v2: - avoid useless initiazation to zero (thanks Xin Long) drivers/net/veth.c | 19 +++ 1 files changed,