Another Thunderbolt Networking Thread ...

ResonantEcho

New Member
Aug 16, 2024
1
0
1
Modesto, California
I’ve set up Thunderbolt networking on two 10th-gen Intel NUCs using Thunderbolt 3, but I’m only getting an average throughput of 35-40 Mbps in iperf3 tests. I’ve double-checked all the settings multiple times and tried two different Thunderbolt 4 cables. I've tried a few different Proxmox kernels suggested in other forums, etc. Any suggestions?
 
Run these commands on PVE hosts and provide the output.

Code:
modinfo thunderbolt
Code:
lspci -vP | grep Thunderbolt

Are you perf testing directly from PVE host to PVE host or are did you put a linux bridge on the PVE hosts and spin up VMs on each PVE host and you're perf testing there?

If you're perf testing from VMs on the PVE hosts try disabling tcp segmentation offload inside the VMs
Code:
ethtool -K <interface> tso off

Run this on the PVE host with one of the thunderbolt interfaces and show output of the thunderbolt interface and the linux bridge if using one
Code:
ethtool --show-features <thunderbolt0>
 
Last edited: