Change the way we test usb 3.0 superspeed

Bug #1313581 reported by Ara Pulido
22
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Checkbox Provider - Base
Fix Released
High
Taihsiang Ho

Bug Description

The way to check if USB is running in SuperSpeed mode is not by testing bandwidth (that depends in too many factors), but actually check dmesg for SuperSpeed mode.

This is what Gavin told us in an email:

I think the speed 60MB/s is not reasonable. As you said that different
devices may have various speeds. The factors to determine the speed
according to the following:
* flash quality used in the USB stick
* system bus loading
* USB host controller design
* quality of connector
* quality of cable
* file system used in creating the USB stick
* number of devices used in the same time

Even the SuperSpeed USB compliance testing[1] also shows that there
are no speed standard requirement but electrical compliance and
interoperability test.

Currently, we software developer recognize the dmesg like following to
see if the device is running in SuperSpeed or high-speed.

[4869642.458563] usb 4-2: new SuperSpeed USB device number 6 using xhci_hcd
[4869642.475076] usb 4-2: New USB device found, idVendor=125f, idProduct=312b
[4869642.475086] usb 4-2: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[4869642.475091] usb 4-2: Product: ADATA USB Flash Drive
[4869642.475096] usb 4-2: Manufacturer: ADATA
[4869642.475101] usb 4-2: SerialNumber: 2361514350020024

We can see high-speed instead of SuperSpeed if the device is not
running in USB 3.0. Actually, I would suggest adding a test item to
recognize if the device is running in SuperSpeed, the test item has
more readiness than measuring the speed which will have various
results.

The USB 3.0 driver used in Ubuntu kernel comes from the default Linux
kernel. We only backported the upstream bug fixes. So, this may not
cause the USB stick fail in the test item.

I've used the Sandisk Extreme 32G to test read/write speed by Disk
Utility. You can see from the attached files that even if the disk is
the same the speed results will differ with different file systems.
And even the speed results are different when using EXT4.

Related branches

Taihsiang Ho (tai271828)
Changed in plainbox-provider-checkbox:
assignee: nobody → Taihsiang Ho (taihsiangho)
Changed in plainbox-provider-checkbox:
status: New → In Progress
Zygmunt Krynicki (zyga)
Changed in plainbox-provider-checkbox:
status: In Progress → Fix Committed
milestone: none → 0.5
Daniel Manrique (roadmr)
Changed in plainbox-provider-checkbox:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Related blueprints

Remote bug watches

Bug watches keep track of this bug in other bug trackers.