Re: [PATCH 2] net: virtio_net: use new api ethtool_{get|set}_link_ksettings
From: David Miller <davem@davemloft.net>
Date: 2017-03-23 02:27:47
Also in:
lkml, virtualization
From: David Miller <davem@davemloft.net>
Date: 2017-03-23 02:27:47
Also in:
lkml, virtualization
From: Philippe Reynes <redacted> Date: Tue, 21 Mar 2017 23:24:24 +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 <redacted>
---
Changelog:
v2:
- remove comment about the missing hardware,
I've tested this change with qemuApplied.