OSDN Git Service

net: ethtool: netlink: Add support for triggering a cable test
authorAndrew Lunn <andrew@lunn.ch>
Sun, 10 May 2020 19:12:33 +0000 (21:12 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sun, 10 May 2020 19:28:41 +0000 (12:28 -0700)
commit11ca3c4261cdb4e2f33e32daf6447f8185843317
tree407ca8128cd28acb4f31c7932af57aaac836209d
parent97c22438963a7484c05c59ab6654e30f0a3e9288
net: ethtool: netlink: Add support for triggering a cable test

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

v3:
Remove ETHTOOL_MSG_CABLE_TEST_ACT_REPLY from documentation
Remove unused cable_test_get_policy
Add Reviewed-by tags

v4:
Remove unwanted blank line

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Michal Kubecek <mkubecek@suse.cz>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/ethtool-netlink.rst
include/uapi/linux/ethtool_netlink.h
net/Kconfig
net/ethtool/Makefile
net/ethtool/cabletest.c [new file with mode: 0644]
net/ethtool/netlink.c
net/ethtool/netlink.h