diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2021-03-16 14:24:12 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-17 01:13:44 +0300 |
commit | f4b5c53a03ea76b2abfd71b45aa7363fd2ad0cc1 (patch) | |
tree | 6b5e65c91c8181410eb2ee63703b414b8f47ec9c | |
parent | f88439918589332a2c5feef225b9644873cd0769 (diff) | |
download | linux-f4b5c53a03ea76b2abfd71b45aa7363fd2ad0cc1.tar.xz |
Documentation: networking: dsa: remove TODO about porting more vendor drivers
On one hand, the link is dead and therefore useless.
On the other hand, there are always more drivers to port, but at this
stage, DSA does not need to affirm itself as the driver model to use for
Ethernet-connected switches (since we already have 15 tagging protocols
supported and probably more switch families from various vendors), so
there is nothing actionable to do.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/networking/dsa/dsa.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/networking/dsa/dsa.rst b/Documentation/networking/dsa/dsa.rst index ced2eb6d647a..b90a852e5329 100644 --- a/Documentation/networking/dsa/dsa.rst +++ b/Documentation/networking/dsa/dsa.rst @@ -699,5 +699,3 @@ Other hanging fruits - allowing more than one CPU/management interface: http://comments.gmane.org/gmane.linux.network/365657 -- porting more drivers from other vendors: - http://comments.gmane.org/gmane.linux.network/365510 |