[PATCH v4 ethtool-next 0/2] add support for PLCA RS

Piergiorgio Beruto posted 2 patches 2 years, 9 months ago
There is a newer version of this series
Makefile.am                  |   1 +
ethtool.c                    |  21 +++
netlink/extapi.h             |   6 +
netlink/plca.c               | 295 +++++++++++++++++++++++++++++++++++
netlink/settings.c           |  86 +++++++++-
uapi/linux/ethtool.h         |   3 +
uapi/linux/ethtool_netlink.h |  39 +++++
uapi/linux/net_tstamp.h      |   3 +-
8 files changed, 451 insertions(+), 3 deletions(-)
create mode 100644 netlink/plca.c
[PATCH v4 ethtool-next 0/2] add support for PLCA RS
Posted by Piergiorgio Beruto 2 years, 9 months ago
This patch adds support for the IEEE802.3cg-2019 Clause 148 PLCA
Reconciliation Sublayer. It adds get/set configuration and get status
functions. Additionally, shows PLCA capabilities and status when invoked
without arguments.

Piergiorgio Beruto (2):
  update UAPI header copies
  add support for IEEE 802.3cg-2019 Clause 148 - PLCA RS

 Makefile.am                  |   1 +
 ethtool.c                    |  21 +++
 netlink/extapi.h             |   6 +
 netlink/plca.c               | 295 +++++++++++++++++++++++++++++++++++
 netlink/settings.c           |  86 +++++++++-
 uapi/linux/ethtool.h         |   3 +
 uapi/linux/ethtool_netlink.h |  39 +++++
 uapi/linux/net_tstamp.h      |   3 +-
 8 files changed, 451 insertions(+), 3 deletions(-)
 create mode 100644 netlink/plca.c

-- 
2.37.4