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

2016-12-10 Thread David Miller
From: Philippe Reynes Date: Sat, 10 Dec 2016 15:00:48 +0100 > The ethtool api {get|set}_settings is deprecated. > We move this driver to new api {get|set}_link_ksettings. > > Signed-off-by: Philippe Reynes Applied.

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

2016-12-10 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 --- .../net/ethernet/cavium/thunder/nicvf_ethtool.c| 56 +++- 1 files changed, 31 insertions(+), 25 deletions(-) diff --git a/drivers/n