Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <kory.maincent@bootlin.com>
Reviewed-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Link: https://patch.msgid.link/20241028132351.75922-1-kory.maincent@bootlin.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Kory Maincent and committed by
Jakub Kicinski
2b1d193a 71e0ad34

+3
+3
Documentation/networking/ethtool-netlink.rst
··· 236 236 ``ETHTOOL_MSG_MM_GET`` get MAC merge layer state 237 237 ``ETHTOOL_MSG_MM_SET`` set MAC merge layer parameters 238 238 ``ETHTOOL_MSG_MODULE_FW_FLASH_ACT`` flash transceiver module firmware 239 + ``ETHTOOL_MSG_PHY_GET`` get Ethernet PHY information 239 240 ===================================== ================================= 240 241 241 242 Kernel to userspace: ··· 284 283 ``ETHTOOL_MSG_PLCA_NTF`` PLCA RS parameters 285 284 ``ETHTOOL_MSG_MM_GET_REPLY`` MAC merge layer status 286 285 ``ETHTOOL_MSG_MODULE_FW_FLASH_NTF`` transceiver module flash updates 286 + ``ETHTOOL_MSG_PHY_GET_REPLY`` Ethernet PHY information 287 + ``ETHTOOL_MSG_PHY_NTF`` Ethernet PHY information change 287 288 ======================================== ================================= 288 289 289 290 ``GET`` requests are sent by userspace applications to retrieve device