Re: [PATCH] net: xilinx: emaclite: add minimal ethtool ops

2019-04-08 Thread David Miller
From: Alexandru Ardelean Date: Mon, 8 Apr 2019 12:01:36 +0300 > This set adds a minimal set of ethtool hooks to the driver, which provide a > decent amount of link information via ethtool. > With this change, running `ethtool ethX` in user-space provides all the > neatly-formatted information abo

[PATCH] net: xilinx: emaclite: add minimal ethtool ops

2019-04-08 Thread Alexandru Ardelean
This set adds a minimal set of ethtool hooks to the driver, which provide a decent amount of link information via ethtool. With this change, running `ethtool ethX` in user-space provides all the neatly-formatted information about the link (what was negotiated, what is advertised, etc). Signed-off-