netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 ethtool-next 0/2] add support for PLCA RS
@ 2023-01-11 17:37 Piergiorgio Beruto
  2023-01-11 17:37 ` [PATCH v2 ethtool-next 1/2] update UAPI header copies Piergiorgio Beruto
  2023-01-11 17:38 ` [PATCH v2 ethtool-next 2/2] add support for IEEE 802.3cg-2019 Clause 148 Piergiorgio Beruto
  0 siblings, 2 replies; 4+ messages in thread
From: Piergiorgio Beruto @ 2023-01-11 17:37 UTC (permalink / raw)
  To: Andrew Lunn, Heiner Kallweit, Russell King, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: linux-kernel, netdev, Oleksij Rempel, mailhol.vincent,
	sudheer.mogilappagari, sbhatta, linux-doc, wangjie125, corbet,
	lkp, gal, gustavoars, bagasdotme

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

 Makefile.am                  |   1 +
 ethtool.c                    |  21 +++
 netlink/extapi.h             |   6 +
 netlink/plca.c               | 296 +++++++++++++++++++++++++++++++++++
 netlink/settings.c           |  86 +++++++++-
 uapi/linux/ethtool.h         |   5 +-
 uapi/linux/ethtool_netlink.h |  25 +++
 7 files changed, 437 insertions(+), 3 deletions(-)
 create mode 100644 netlink/plca.c

-- 
2.37.4


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH v2 ethtool-next 0/2] add support for PLCA RS
@ 2022-12-07  0:14 Piergiorgio Beruto
  0 siblings, 0 replies; 4+ messages in thread
From: Piergiorgio Beruto @ 2022-12-07  0:14 UTC (permalink / raw)
  To: Michal Kubecek, Andrew Lunn, Heiner Kallweit, Russell King,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: linux-kernel, netdev, Oleksij Rempel

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               | 304 +++++++++++++++++++++++++++++++++++
 netlink/settings.c           |  89 +++++++++-
 uapi/linux/ethtool.h         |   3 +
 uapi/linux/ethtool_netlink.h |  39 +++++
 7 files changed, 461 insertions(+), 2 deletions(-)
 create mode 100644 netlink/plca.c

-- 
2.35.1


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

end of thread, other threads:[~2023-01-11 17:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-11 17:37 [PATCH v2 ethtool-next 0/2] add support for PLCA RS Piergiorgio Beruto
2023-01-11 17:37 ` [PATCH v2 ethtool-next 1/2] update UAPI header copies Piergiorgio Beruto
2023-01-11 17:38 ` [PATCH v2 ethtool-next 2/2] add support for IEEE 802.3cg-2019 Clause 148 Piergiorgio Beruto
  -- strict thread matches above, loose matches on Subject: below --
2022-12-07  0:14 [PATCH v2 ethtool-next 0/2] add support for PLCA RS Piergiorgio Beruto

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).