Hi, ville.syrj...@linux.intel.com writes: > From: Ville Syrjälä <ville.syrj...@linux.intel.com> > > This reverts commit 55a0237f8f47957163125e20ee9260538c5c341c. > > commit 55a0237f8f47 ("usb: dwc3: gadget: use allocated/queued reqs for > LST bit") causes my BYT FFRD8 with g_ether to behave poorly. ssh/scp > is very sluggish and can even stall entirely. Revert cures it. > > Cc: Felipe Balbi <felipe.ba...@linux.intel.com> > Cc: sta...@vger.kernel.org > Signed-off-by: Ville Syrjälä <ville.syrj...@linux.intel.com>
Reverting that commit is not the best idea. Let's start with the usual: - Kernel version - dmesg on both sides (host and device) - dwc3 tracepoints: # mkdir -p /t # mount -t tracefs none /t # echo 8192 > /t/buffer_size_kb # echo 1 > /t/events/dwc3/enable # echo 0 > /t/events/dwc3/dwc3_readl/enable # echo 0 > /t/events/dwc3/dwc3_writel/enable This should be enough to tell me what's really going on. -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html