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

2017-03-10 Thread Eric Dumazet
On Fri, 2017-03-10 at 23:57 +0200, Michael S. Tsirkin wrote: > On Fri, Mar 10, 2017 at 10:18:07PM +0100, 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, > > What kind of

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

2017-03-10 Thread Michael S. Tsirkin
On Fri, Mar 10, 2017 at 10:18:07PM +0100, 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, What kind of hardware? > I'd be very pleased if > someone may test this patch. > > Si

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

2017-03-10 Thread Philippe Reynes
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 --- drivers/net/tun.c | 24 +++- 1 files changed, 11