Skip to content

Commit 2b1d193

Browse files
kmaincentkuba-moo
authored andcommitted
Documentation: networking: Add missing PHY_GET command in the message list
ETHTOOL_MSG_PHY_GET/GET_REPLY/NTF is missing in the ethtool message list. Add it to the ethool netlink documentation. Signed-off-by: Kory Maincent <[email protected]> Reviewed-by: Maxime Chevallier <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 71e0ad3 commit 2b1d193

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/networking/ethtool-netlink.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ Userspace to kernel:
236236
``ETHTOOL_MSG_MM_GET`` get MAC merge layer state
237237
``ETHTOOL_MSG_MM_SET`` set MAC merge layer parameters
238238
``ETHTOOL_MSG_MODULE_FW_FLASH_ACT`` flash transceiver module firmware
239+
``ETHTOOL_MSG_PHY_GET`` get Ethernet PHY information
239240
===================================== =================================
240241

241242
Kernel to userspace:
@@ -283,6 +284,8 @@ Kernel to userspace:
283284
``ETHTOOL_MSG_PLCA_NTF`` PLCA RS parameters
284285
``ETHTOOL_MSG_MM_GET_REPLY`` MAC merge layer status
285286
``ETHTOOL_MSG_MODULE_FW_FLASH_NTF`` transceiver module flash updates
287+
``ETHTOOL_MSG_PHY_GET_REPLY`` Ethernet PHY information
288+
``ETHTOOL_MSG_PHY_NTF`` Ethernet PHY information change
286289
======================================== =================================
287290

288291
``GET`` requests are sent by userspace applications to retrieve device

0 commit comments

Comments
 (0)