From: Marek Behún <kabel@kernel.org> Date: 2021-11-04 17:17:59
Model 88E6191X only supports >1G speeds on port 10. Port 0 and 9 are
only 1G.
Fixes: de776d0d316f ("net: dsa: mv88e6xxx: add support for mv88e6393x family")
Signed-off-by: Marek Behún <kabel@kernel.org>
Cc: Russell King (Oracle) <redacted>
---
drivers/net/dsa/mv88e6xxx/chip.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
From: "Russell King (Oracle)" <linux@armlinux.org.uk> Date: 2021-11-04 18:16:03
On Thu, Nov 04, 2021 at 06:17:47PM +0100, Marek Behún wrote:
Model 88E6191X only supports >1G speeds on port 10. Port 0 and 9 are
only 1G.
Interesting. The original commit says:
SERDESes can do USXGMII, 10GBASER and 5GBASER (on 6191X only one
SERDES is capable of more than 1g; USXGMII is not yet supported
with this change)
which is ambiguously worded - so I guess we now know that it's only
port 10 that supports speeds above 1G.
Can ports 0 / 1 / 10 be changed at runtime (iow, is the C_Mode field
writable on these ports?)
Thanks.
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!
From: Marek Behún <kabel@kernel.org> Date: 2021-11-04 18:58:36
On Thu, 4 Nov 2021 18:15:57 +0000
"Russell King (Oracle)" [off-list ref] wrote:
On Thu, Nov 04, 2021 at 06:17:47PM +0100, Marek Behún wrote:
quoted
Model 88E6191X only supports >1G speeds on port 10. Port 0 and 9 are
only 1G.
Interesting. The original commit says:
SERDESes can do USXGMII, 10GBASER and 5GBASER (on 6191X only one
SERDES is capable of more than 1g; USXGMII is not yet supported
with this change)
which is ambiguously worded - so I guess we now know that it's only
port 10 that supports speeds above 1G.
Yes, I just found this info in datasheet.
Can ports 0 / 1 / 10 be changed at runtime (iow, is the C_Mode field
writable on these ports?)
Yes, cmode is writable on these ports. serdes.c also provides some
errata fixes when changing cmode.
(BTW Russell I have already updated your patch
net: dsa: mv88e6xxx: populate supported_interfaces
from your net-queue branch.
I am rebasing your work on top of net-next and also adding some other
stuff. I will send you the patches later.)
Marek
From: Andrew Lunn <andrew@lunn.ch> Date: 2021-11-09 22:06:15
On Thu, Nov 04, 2021 at 06:17:47PM +0100, Marek Behún wrote:
Model 88E6191X only supports >1G speeds on port 10. Port 0 and 9 are
only 1G.
Fixes: de776d0d316f ("net: dsa: mv88e6xxx: add support for mv88e6393x family")
Signed-off-by: Marek Behún <kabel@kernel.org>
Cc: Russell King (Oracle) <redacted>
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski [off-list ref]:
On Thu, 4 Nov 2021 18:17:47 +0100 you wrote:
Model 88E6191X only supports >1G speeds on port 10. Port 0 and 9 are
only 1G.
Fixes: de776d0d316f ("net: dsa: mv88e6xxx: add support for mv88e6393x family")
Signed-off-by: Marek Behún <kabel@kernel.org>
Cc: Russell King (Oracle) <redacted>
[...]