Hi all,
I’m trying to connect a USRP X310 SDR (which has a 10GbE SFP+ interface) to a Jetson Thor AGX module for high-throughput RF data streaming. I have a few related questions and am running into issues - would appreciate any guidance.
My setup
-
USRP X310 with 10GbE SFP+ port
-
Jetson Thor (QSFP28 port -
mgbe0_0throughmgbe3_0) -
Cisco CVR-QSFP-SFP10G QSA adapter (QSFP to SFP+)
-
UHD driver, tested with
uhd_usrp_probeand a streaming application
Questions
1. Will the CVR-QSFP-SFP10G adapter work with the Jetson Thor QSFP28 port?
The Thor’s QSFP28 port is spec’d for 100G, but I need it to fall back to 10G SFP+ mode via the QSA adapter. Does the Mellanox ConnectX NIC on Thor (mlx5_core) support this adapter and auto-negotiate to 10G correctly? Is there anything special needed to force 10G link speed?
2. Do I need a dedicated breakout cable instead?
I’ve seen QSFP28-to-SFP28 active optical or DAC breakout cables mentioned as an alternative. Is a QSA adapter (like the Cisco CVR) sufficient, or is a proper breakout cable required to avoid issues with the MGBE lane configuration?
3. Recommended system tuning for UHD streaming
Once the link is up, what are the recommended network settings for stable UHD streaming? I’m thinking jumbo frames (MTU=9000), socket buffer tuning (net.core.rmem_max, net.core.wmem_max) - any Thor-specific guidance here?
Issue: sync errors on streaming
When I ran a basic streaming session, I got repeated S (sequence/sync) errors in the UHD output. This suggests sample drops or timestamp mismatches. The link appeared to come up, but I’m not sure if it’s negotiating at the correct speed or if the MGBE driver needs additional configuration.
Specifically, are there known issues with the mlx5_core driver on Jetson Thor with QSA adapters at 10G speeds? Is there a way to verify the negotiated link speed and check for packet drops at the driver level?
Environment
-
JetPack version: 7.1
-
UHD version: 4.5.0.00
Thanks in advance - any guidance on adapter compatibility, driver config, and UHD tuning for this setup would be really helpful.