Bringing up a 10G link between 2 Ten64s

I do see the Retimer line on a cold boot with the DAC plugged in:

Using SERDES1 Protocol: 29 (0x1d)
Using SERDES2 Protocol: 20 (0x14)
PCIe0: pcie@3400000 Root Complex: no link
PCIe1: pcie@3500000 Root Complex: x1 gen2
PCIe2: pcie@3600000 Root Complex: x2 gen3
Retimer: DS110DF410 found
OK

I see the exact same lines on a cold boot with the DAC removed.

When I insert the DAC after the boot has completed, I see on the console:

[  100.225389] sfp dpmac2_sfp: module FS               SFPP-PC01        rev P    sn Y2105169778-2    dc 210621  

Checking the link with ip and ifconfig shows:

root@OpenWrt:/# ip link show eth8
10: eth8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether 00:0a:fa:24:25:1a brd ff:ff:ff:ff:ff:ff

root@OpenWrt:/# ifconfig eth8
eth8      Link encap:Ethernet  HWaddr 00:0A:FA:24:25:1A  
          inet addr:100.84.88.2  Bcast:100.84.88.255  Mask:255.255.255.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Attempting to bring the link up:

root@OpenWrt:/# ifup flan8
[  355.843466] fsl_dpaa2_eth dpni.1 eth8: configuring for inband/10gbase-r link mode

root@OpenWrt:/# ip link show eth8
10: eth8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether 00:0a:fa:24:25:1a brd ff:ff:ff:ff:ff:ff

root@OpenWrt:/# ethtool eth8
Settings for eth8:
	Supported ports: [ ]
	Supported link modes:   1000baseX/Full 
	                        10000baseCR/Full 
	Supported pause frame use: Symmetric Receive-only
	Supports auto-negotiation: Yes
	Supported FEC modes: Not reported
	Advertised link modes:  10000baseCR/Full 
	Advertised pause frame use: Symmetric Receive-only
	Advertised auto-negotiation: Yes
	Advertised FEC modes: Not reported
	Speed: Unknown!
	Duplex: Unknown! (255)
	Port: Direct Attach Copper
	PHYAD: 0
	Transceiver: internal
	Auto-negotiation: on
	Link detected: no

I’ll experiment with the firmware images you mentioned above and let you know how it goes.