Re: Re: [PATCH net-next v12 08/18] net: ethernet: mtk_eth_soc: fix 1000Base-X and 2500Base-X modes

From: Frank Wunderlich
Date: Sat Mar 11 2023 - 15:22:44 EST


Am 11. März 2023 21:00:20 MEZ schrieb "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>:
>On Sat, Mar 11, 2023 at 01:05:37PM +0100, Frank Wunderlich wrote:

>> i got the 2.5G copper sfps, and tried them...they work well with the v12 (including this patch), but not in v13...

>> how can we add a quirk to support this?
>
>Why does it need a quirk?

To disable the inband-mode for this 2.5g copper
sfp. But have not found a way to set a flag which i
can grab in phylink.

The interface imho can only hold 1 value
(speedmode which is correctly set to 2500baseX)
and the mode holds ethtool options which seem
not accessable from phylink.c

>>
>> some more information:
>>
>> root@bpi-r3:~# ethtool eth1
>> Settings for eth1:
>> Supported ports: [ FIBRE ]
>> Supported link modes: 2500baseX/Full
>> Supported pause frame use: Symmetric Receive-only
>> Supports auto-negotiation: Yes
>> Supported FEC modes: Not reported
>> Advertised link modes: 2500baseX/Full
>> Advertised pause frame use: Symmetric Receive-only
>> Advertised auto-negotiation: Yes
>> Advertised FEC modes: Not reported
>> Speed: 2500Mb/s
>> Duplex: Full
>> Auto-negotiation: on
>> Port: FIBRE
>> PHYAD: 0
>> Transceiver: internal
>> Current message level: 0x000000ff (255)
>> drv probe link timer ifdown ifup rx_err tx_err
>> Link detected: yes
>> root@bpi-r3:~# ethtool -m eth1
>> Identifier : 0x03 (SFP)
>> Extended identifier : 0x04 (GBIC/SFP defined by 2-wire interface ID)
>> Connector : 0x07 (LC)
>> Transceiver codes : 0x00 0x01 0x00 0x00 0x00 0x00 0x02 0x00 0x00
>> Transceiver type : SONET: OC-48, short reach
>> Encoding : 0x05 (SONET Scrambled)
>> BR, Nominal : 2500MBd

>> Vendor name : OEM
>> Vendor OUI : 00:00:00
>> Vendor PN : SFP-2.5G-T
>> Vendor rev : 1.0
>> Option values : 0x00 0x1a
...

>>
>> i guess this sfp have a phy as it can operate in 100/1000/2500 mode like described on the module.
>
>It would help to know the kernel messages.

I had only the sfp message with vendor/partno and the interface up from mac (2500baseX/Full)
But no link up.

Which message(s) do you want to see?


regards Frank