Thunderbolt 5 and ConnectX-5 Ex reached about 7 µs
Thunderbolt 5ConnectX-5 ExRDMA
What actually worked over Thunderbolt 5
The key result is compelling: a ConnectX-5 Ex was brought up in an external OWC Mercury Helios 5S, with reported latency of roughly 7 microseconds. That is the figure author ashxhart cites in an X post about the released driver.
The setup is unusual, but technically coherent. Mercury Helios 5S carries PCIe traffic over Thunderbolt 5 and exposes a PCIe 4.0 x4 slot for the installed card. OWC specifies up to 6000 MB/s of bandwidth for the connected-card path.
According to NVIDIA's ConnectX-5 documentation, the adapter supports RDMA and RoCE. These mechanisms can bypass much of the conventional operating-system network stack, reduce data copying, and move data through DMA. Microsecond-level latency is therefore not magic here, although the extra PCIe-over-Thunderbolt tunneling layer makes the result especially interesting.
Still, 7 microseconds should not be treated as a specification of either the enclosure or the card. The original post does not say whether latency was measured one way or round trip, what message size was used, or how the hosts were configured. Drivers, CPU choice, interrupt affinity, cable, MTU, network peer, and RDMA configuration all affect the outcome.
The first thing I would look for is a latency distribution rather than one attractive number. For latency-sensitive systems, the median, tail values, and jitter under load matter. Without a measurement methodology, this is a strong engineering signal, not yet a reproducible benchmark.
Where this setup could genuinely change the equation
The central shift is straightforward: microsecond-class RDMA networking may become available through an external Thunderbolt 5 enclosure, without a built-in server PCIe slot. That expands options for compact workstations and systems where a network adapter cannot be installed directly.
For AI inference, the benefit may not be in model compute but at pipeline boundaries: feature delivery, inter-node exchange, and result transfer. If computation takes far longer than network latency, the effect disappears. But when requests are short, distributed, and jitter-sensitive, a few additional microseconds can matter.
The bottleneck remains the entire path, not Thunderbolt 5 in isolation. The real test begins once there is a repeatable method, sustained load, and tail-latency data. One number is impressive; keeping that number stable is what matters.