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

2016-11-09 Thread David Miller
From: Philippe Reynes Date: Sun, 6 Nov 2016 14:57:04 +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.

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

2016-11-07 Thread Tom Lendacky
On 11/06/2016 07:57 AM, 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 Acked-by: Tom Lendacky > --- > drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 68 > ++

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

2016-11-06 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 --- drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 68 ++ 1 files changed, 37 insertions(+), 31 deletions(-) diff --git a/drivers/n