RE: [PATCH RFC 1/1] usb: Tell xhci when usb data might be misaligned
From: David Laight <hidden>
Date: 2014-01-31 15:23:10
From: David Laight <hidden>
Date: 2014-01-31 15:23:10
From: Sarah Sharp
On Thu, Jan 30, 2014 at 10:50:21PM +0100, Bjørn Mork wrote:quoted
FWIW, the plan looks fine to me. Just adding a couple of hints to simplify the implementation. Sarah Sharp [off-list ref] writes:quoted
Let's do this fix the right way, instead of wall papering over the issue. Here's what we should do: 1. Disable scatter-gather for the ax88179_178a driver when it's under an xHCI host.No need to make this conditional. SG is only enabled in the ax88179_178a driver if udev->bus->no_sg_constraint is true, so it applies only to xHCI hosts in the first place.
Leave the usbnet code alone and unset udev->bus->no_sg_constraint. David