[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190612154438.22703-1-andrew@lunn.ch>
Date: Wed, 12 Jun 2019 17:44:35 +0200
From: Andrew Lunn <andrew@...n.ch>
To: netdev <netdev@...r.kernel.org>
Cc: Florian Fainelli <f.fainelli@...il.com>,
Andrew Lunn <andrew@...n.ch>
Subject: [PATCH RFC 0/3] RFC 2863 Testing Oper status
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
Powered by blists - more mailing lists