Re: Help testing for USB ethernet/xHCI regression
From: Sarah Sharp <hidden>
Date: 2014-01-29 21:18:20
On Tue, Jan 28, 2014 at 11:30:51PM -0500, Mark Lord wrote:
On 14-01-28 03:30 PM, Sarah Sharp wrote: ..quoted
Can you please pull this branch, which contains a 3.13 kernel with David's patch reverted, and test whether your USB ethernet device works or fails?Fails. dmesg log attached.
It's funny, because there's certainly data transferred over endpoint 0x82, even though there were link TRBs in the middle of transfers. Did the "untransferred" messages stop when the device stopped working, or did they continue?
All I do is something akin to this:
mount /server/ /x
mount --bind / /t
mirrordir -v --strict-mtimes /t /x/backups/empress
"mirrordir" is similar to "rsync", but less cryptic.
The sequence above maintains a clone of the root filesystem
of my ultrabook ("empress") on an NFS server over GigE.Please send me the output of `sudo lsusb -t` and `sudo lsusb -v` with the USB device attached. I'd like to know whether you and David have the same device and driver. Perhaps the link TRB issue only impacts that device, and we can limit scatter-gather under xHCI for that device. If not, we'll have to look at bigger fixes. Sarah Sharp