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

Documentation: networking: document phy_link_topology

The newly introduced phy_link_topology tracks all ethernet PHYs that are
attached to a netdevice. Document the base principle, internal and
external APIs. As the phy_link_topology is expected to be extended, this
documentation will hold any further improvements and additions made
relative to topology handling.

Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Tested-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Maxime Chevallier and committed by
David S. Miller
db31e09d e96c93aa

+125
+3
Documentation/networking/ethtool-netlink.rst
··· 2198 2198 operation returns all available information about dev->phydev. User can also 2199 2199 specify a PHY_INDEX, in which case the DO request returns information about that 2200 2200 specific PHY. 2201 + 2201 2202 As there can be more than one PHY, the DUMP operation can be used to list the PHYs 2202 2203 present on a given interface, by passing an interface index or name in 2203 2204 the dump request. 2205 + 2206 + For more information, refer to :ref:`phy_link_topology` 2204 2207 2205 2208 Request contents: 2206 2209
+1
Documentation/networking/index.rst
··· 91 91 operstates 92 92 packet_mmap 93 93 phonet 94 + phy-link-topology 94 95 pktgen 95 96 plip 96 97 ppp_generic