Intel Developers Demo USB 3.0 Throughput On Linux
Sarah Sharp writes "Intel's Open Source Technology Center is working on USB 3.0 support for Linux. USB 3.0 has wire speeds of 5Gbps and promises to be 10 times faster than USB 2.0. A recent video demo shows speeds that are 3.5 times faster than USB 2.0. The USB 3.0 drivers will be submitted to the mainline kernel when the eXtensible host controller interface (xHCI) specification reaches a 1.0 release."
USB 2.0 gave us high-speed and full-speed. Some marketing department had to work really hard on the USB 3.0 specs, to come up with... super-speed.
Now let's talk about the obvious problem: at 5 Gbit/s, it's faster than the Ethernet in my house (1 Gbit/s). Am I the only one who didn't really notice a 10X speed improvement when moving from 100 Mbit Ethernet to gigabit Ethernet? Conventional hard drives are just too slow.
Maybe SSD + USB 3.0 would be really cool. Imagine a Flash based HD camera talking to a Flash based hard drive. Is 2009 the year of the Flash?
Which brings me back to my original point: for the next generation USB, I propose the name flash-speed :-)
PS: thanks to Intel for helping Linux stay on the leading edge. It looks like Linux may even support this before Windows, thanks to the Windows 7 schedule... I just wish Intel's pre-conditions on contributing to the xHCI specs didn't start with stuff like:
Step 1. Print and execute the xHCI Contributor agreement. Note: The agreement must be executed by a corporate officer.
--
http://fairsoftware.net/
Uh. No. In 1996 FireWire was at 393 Mbit/sec (S400 standard). USB 3 seems like it will be plenty faster. There is more than jus speed advantage, though. FireWire likes to change plugs at every new generation. USB does not.
If we're talking actual real world speeds (not the theoretical best case scenario ideal lab conditions crap), then yeah, that's about where FireWire sat in it's first iteration.
Could you please explain that a bit?
It's my understanding that high throughput drivers usually use DMA.
In my experience polled mode drivers are pretty rare. Especially in high throughput.
Weaselmancer
rediculous.
When can I buy my first motherboard that is USB 3.0 compliant? I want to build a rig in the spring. I'd consider holding off until the summer to get USB 3 so it is more future proof, but I won't wait another year.
http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
yeah yeah, i read the comments about gigabit ethernet being faster, thats not the point, usb 3 is still better than usb 2, enjoy the weekend...
We're geeks, reading stuff like this *is* enjoying the weekend.....
A learning experience is one of those things that say, 'You know that thing you just did? Don't do that.' - D. Adams
USB suffers from 1 ms time quantization and thus latency. I see nothing about fixing this.
Example badness:
When running MIDI over USB, timing is forced onto 1 ms slots. Normally when playing a chord, the keys don't all hit at exactly the same moment. You can't really tell, except that this makes the music sound natural. With the 1 ms problem, the keys happen at exactly the same moment (bad) or spread out into two separate events (worse).
This shows where Linux is nowadays. It took literally years before USB1 was even supported and now Intel uses Linux to prove USB3's performance!
USB 1.1: Low-Speed and Full-Speed
USB 2.0: High-Speed
USB 3.0: Super-Speed
USB 4.0: Mega-Speed
USB 5.0: Ultra-Speed
USB 6.0: ???-Speed
Knowing Google's lust for data collection, the Soviet Union is still alive and well inside the psyche of Sergey Brin....
Whenever a story about USB3 is written, the following caveats should be mandated by law if necessary:
1. Speed claims are theoretical, and do not reflect real-world results by a long shot. Lots of overhead, CPU dependence, etc.
USB2 promised 480Mbps and never delivered it. You get 250Mbps on a good day. Now we have marketing claims that USB3 will be "10x faster," yet a video demo shows it's 3.5x faster. That's 1.5Gbps, not 5Gbps.
2. Firewire 3200 is approved and on the way. It will be faster than USB3, backward-compatible with FW800 (same cables and ports) and should begin appearing on Macs in January. Firewire isn't dead; Firewire 400 is being eased out in favour of faster versions.
If FW 3200 performs like its predecessors, it should be (in real-world usage) routinely about 2x faster than USB3.
Moral of the story: don't settle for mediocre.
Well, I get high throughput with my NIC drivers that poll (I can't remember the kernel compile option for this ATM), but this is at the cost of a higher latency. The trade off is that I've got 5 NICs on this box and it turns out that without polling I get close to having an interrupt storm and spend all my time switching context to execute the drivers bottom half of the interrupt. With polling, the interrupt gets masked and I don't have to worry about servicing every interrupt coming down the line. My latency is higher, but I get more throughput for every time I service the bus as it has more packets to process. This also means I'm trading off space for time (I need larger ring buffers to queue packets) such that I have less memory for the system, but processes get more time on the processor between interrupts.
While not having to do with USB, the driver architect and concepts are likely very much the same.
If I mod you up, it doesn't necessarily mean I agree with what you've said, sorry.
An awful lot of people are looking down their noses at USB 3 because it's not Firewire. Has everyone forgotten that Firewire grants devices DMA access to physical memory? Any physically connected device can be used to bypass the system's security. I'm grateful that USB isn't more like Firewire.
Comment removed based on user account deletion
So is FireWire400, once you subtract the protocol overhead from both. Will USB 3 be faster than FireWire800 (which I have been using for the last few years) in real world use? And will FireWire3200 be shipping by the time USB3 is found in real products?
I am TheRaven on Soylent News
Wake me up when Firewire over UTP gets popular. THAT would be interesting.
Why are they wasting everyone's time with USB 3.0, when the rest of the universe is shifting toward Ethernet as a common interconnect ? Note I didn't say IP, just Ethernet - good old CAT-5.
Frig, if the audio folks have already started that transition, then what the hell is Intel doing ? The audio industry is probably the most retarded in the world (according to my failed expectations), and even they see that Ethernet is a cost-effective and braindead simple replacement for all these proprietary cables we've had to contend with over the years.
-Billco, Fnarg.com
One thing that is at least as important for free software systems as speed increases is class compliance. Take audio and MIDI devices for example. Almost all USB 1.0 audio and MIDI devices are class compliant, and thus work reasonably well with the standard kernel module snd-usb-audio. But with USB 2.0 that changed for some reason - now many more devices require special drivers that often do not exist for Linux. It would be nice if Intel and friends could somehow push for more class compliant USB devices.
"Step 1. Print and execute the xHCI Contributor agreement. Note: The agreement must be executed by a corporate officer."
Those corporate officers have all the fun, executing this, executing that.
Shai Schticks:"You don't make peace with friends, you make peace with enemies"