Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next] netlink: specs: Add missing phy-ntf command to ethtool spec
@ 2024-10-22 15:14 Kory Maincent
  2024-10-22 15:56 ` Maxime Chevallier
  2024-10-29  2:40 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Kory Maincent @ 2024-10-22 15:14 UTC (permalink / raw)
  To: netdev, linux-kernel
  Cc: Maxime Chevallier, Kory Maincent, thomas.petazzoni,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Donald Hunter

ETHTOOL_MSG_PHY_NTF description is missing in the ethtool netlink spec.
Add it to the spec.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
---
 Documentation/netlink/specs/ethtool.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/netlink/specs/ethtool.yaml b/Documentation/netlink/specs/ethtool.yaml
index f6c5d8214c7e..93369f0eb816 100644
--- a/Documentation/netlink/specs/ethtool.yaml
+++ b/Documentation/netlink/specs/ethtool.yaml
@@ -1956,3 +1956,7 @@ operations:
             - upstream-sfp-name
             - downstream-sfp-name
       dump: *phy-get-op
+    -
+      name: phy-ntf
+      doc: Notification for change in PHY devices.
+      notify: phy-get
-- 
2.34.1


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

end of thread, other threads:[~2024-10-29  2:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-22 15:14 [PATCH net-next] netlink: specs: Add missing phy-ntf command to ethtool spec Kory Maincent
2024-10-22 15:56 ` Maxime Chevallier
2024-10-29  2:40 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox