Re: [PATCH net-next v2 03/10] net: ethtool: netlink: Add support for triggering a cable test
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-05-05 03:18:54
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-05-05 03:18:54
On 5/4/2020 5:18 PM, Andrew Lunn wrote:
Add new ethtool netlink calls to trigger the starting of a PHY cable test. Add Kconfig'ury to ETHTOOL_NETLINK so that PHYLIB is not a module when ETHTOOL_NETLINK is builtin, which would result in kernel linking errors. v2: Remove unwanted white space change Remove ethnl_cable_test_act_ops and use doit handler Rename cable_test_set_policy cable_test_act_policy Remove ETHTOOL_MSG_CABLE_TEST_ACT_REPLY Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian