diff options
author | Maxime Chevallier <maxime.chevallier@bootlin.com> | 2024-08-21 17:10:07 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-08-23 14:04:35 +0200 |
commit | db31e09d517bac2ac7314d8c5749ee2cb2b50ef2 (patch) | |
tree | 138148e7ade2e12654892114e34f017195093f4d /Documentation/networking/index.rst | |
parent | net: ethtool: strset: Allow querying phy stats by index (diff) | |
download | linux-db31e09d517bac2ac7314d8c5749ee2cb2b50ef2.tar.xz linux-db31e09d517bac2ac7314d8c5749ee2cb2b50ef2.zip |
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>
Diffstat (limited to 'Documentation/networking/index.rst')
-rw-r--r-- | Documentation/networking/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index d1af04b952f8..c71b87346178 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -91,6 +91,7 @@ Contents: operstates packet_mmap phonet + phy-link-topology pktgen plip ppp_generic |