This patchset add support for RFC 2863 Oper status testing. An interface is placed into this state when a self test is performed using ethtool.
Andrew Lunn (3): net: Add IF_OPER_TESTING net: Add testing sysfs attribute net: ethtool: self_test: Mark interface in testing operative status Documentation/ABI/testing/sysfs-class-net | 13 +++++++ include/linux/netdevice.h | 41 +++++++++++++++++++++++ include/uapi/linux/if.h | 1 + net/core/dev.c | 5 +++ net/core/ethtool.c | 2 ++ net/core/link_watch.c | 12 +++++-- net/core/net-sysfs.c | 15 ++++++++- net/core/rtnetlink.c | 9 ++++- 8 files changed, 94 insertions(+), 4 deletions(-) -- 2.20.1
