close

USB4STREAM Adding Busy Poll Option For Lower Latency At The Cost Of Increased CPU Cycles

Written by Michael Larabel in Intel on 5 August 2026 at 05:27 PM EDT. Add A Comment
INTEL
One of the nifty new features of Linux 7.2 is USB4STREAM as an Intel-developed solution for quickly sending data between USB4 connected systems. Now for the upcoming Linux 7.3 cycle, a busy poll mode is being added to provide lower-latency data transfers at the expense of increased CPU activity.

Intel engineers developed the USB4STREAM protocol as a super simple way for transferring raw packets between hosts using USB4/Thunderbolt. Intel Thunderbolt expert Mika Westerberg with the assistance of Claude Opus 4.8 has devised a means of busy polling for USB4STREAM to provide lower latency transfers. The queued patch explains:
"Using interrupts and scheduling workers increase latency so latency critical applications may want to avoid that. Make this possible in USB4STREAM by adding a new ConfigFS attribute: busy_poll that, when activated switches the rings to polling mode. The cost for lower latency is that this burns more CPU cycles and things like poll(2) cannot be used."

This busy poll mode for USB4STREAM with Linux 7.3+ can be toggled via the /sys/kernel/config/thunderbolt/stream/[xdomain].[service]/$name/busy_poll interface.

USB4STREAM busy_poll interface


The patch is currently in thunderbolt.git's next branch ahead of the upcoming Linux 7.3 merge window.
Related News
About The Author

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week