Re: [PATCH v2 2/2] usbip: Implement SG support to vhci

2019-08-02 Thread shuah
On 8/2/19 1:41 AM, Suwan Kim wrote: On Thu, Aug 01, 2019 at 08:03:59AM -0600, shuah wrote: On 8/1/19 12:38 AM, Suwan Kim wrote: On Mon, Jul 29, 2019 at 10:32:31AM -0600, shuah wrote: On 7/29/19 8:52 AM, Suwan Kim wrote: Hi Shuah, On Tue, Jul 23, 2019 at 06:21:53PM -0600, shuah wrote: Hi

Re: [PATCH v2 2/2] usbip: Implement SG support to vhci

2019-07-29 Thread Suwan Kim
Hi Shuah, On Tue, Jul 23, 2019 at 06:21:53PM -0600, shuah wrote: > Hi Suwan, > > On 7/5/19 10:43 AM, Suwan Kim wrote: > > There are bugs on vhci with usb 3.0 storage device. Originally, vhci > > doesn't supported SG, so USB storage driver on vhci breaks SG list > > into multiple URBs and it

[PATCH v2 2/2] usbip: Implement SG support to vhci

2019-07-05 Thread Suwan Kim
There are bugs on vhci with usb 3.0 storage device. Originally, vhci doesn't supported SG, so USB storage driver on vhci breaks SG list into multiple URBs and it causes error that a transfer got terminated too early because the transfer length for one of the URBs was not divisible by the maxpacket