netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] RFC 2863 Testing Oper status
@ 2020-04-17 23:03 Andrew Lunn
  2020-04-17 23:03 ` [PATCH net-next 1/3] net: Add IF_OPER_TESTING Andrew Lunn
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andrew Lunn @ 2020-04-17 23:03 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Andrew Lunn

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/link_watch.c                     | 12 +++++--
 net/core/net-sysfs.c                      | 15 ++++++++-
 net/core/rtnetlink.c                      |  9 ++++-
 net/ethtool/ioctl.c                       |  2 ++
 8 files changed, 94 insertions(+), 4 deletions(-)

-- 
2.26.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-04-17 23:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-17 23:03 [PATCH net-next 0/3] RFC 2863 Testing Oper status Andrew Lunn
2020-04-17 23:03 ` [PATCH net-next 1/3] net: Add IF_OPER_TESTING Andrew Lunn
2020-04-17 23:03 ` [PATCH net-next 2/3] net: Add testing sysfs attribute Andrew Lunn
2020-04-17 23:49   ` Florian Fainelli
2020-04-17 23:54     ` Andrew Lunn
2020-04-17 23:03 ` [PATCH net-next 3/3] net: ethtool: self_test: Mark interface in testing operative status Andrew Lunn
2020-04-17 23:53   ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).