From: Vladimir Oltean <vladimir.oltean@nxp.com> Date: 2021-10-09 12:28:03
There is a trivial typo when spelling "protocol", fix it.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
---
Documentation/devicetree/bindings/net/dsa/dsa.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -73,7 +73,7 @@ patternProperties:dsa-tag-protocol:description:Instead of the default, the switch will use this tag protocol if-possible. Useful when a device supports multiple protcols and+possible. Useful when a device supports multiple protocols andthe default is incompatible with the Ethernet device.enum:-dsa
From: Vladimir Oltean <vladimir.oltean@nxp.com> Date: 2021-10-09 12:28:06
The Vitesse/Microsemi/Microchip family of switches supported by the
Felix DSA driver is capable of selecting between the native tagging
protocol and ocelot-8021q. This is necessary to enable flow control on
the CPU port.
Certain systems where these switches are integrated use the switch as a
port multiplexer, so the termination throughput is paramount. Changing
the tagging protocol at runtime is possible for these systems, but since
it is known beforehand that one tagging protocol will provide strictly
better performance than the other, just allow them to specify the
preference in the device tree.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
---
Documentation/devicetree/bindings/net/dsa/dsa.yaml | 3 +++
1 file changed, 3 insertions(+)
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller [off-list ref]:
On Sat, 9 Oct 2021 15:27:35 +0300 you wrote:
There is a trivial typo when spelling "protocol", fix it.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
---
Documentation/devicetree/bindings/net/dsa/dsa.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)