Re: [PATCH v2 0/9] usbip: Enable USB3 SuperSpeed

2017-05-22 Thread Yuyang Du
Hi Shuah, On Fri, May 19, 2017 at 04:55:40PM -0600, Shuah Khan wrote: > > > > v2: > > - Remove set_link_state() since it is not used > > > > Regards, > > Yuyang > > Hi Yuyang, > > Thanks for the patch series. I will try to review this next week > on my business trip. If not, I will

Re: [PATCH v2 0/9] usbip: Enable USB3 SuperSpeed

2017-05-19 Thread Shuah Khan
On 05/18/2017 04:08 AM, Yuyang Du wrote: > Hi Shuah, > > SuperSpeed (only) USB devices cannot be shared via usbip. This > patch series attempts to fix it. > > The first 5 patches refactors the existing code to prepare for the > SuperSpeed addition. With this series, our SuperSpeed device works >

[PATCH v2 0/9] usbip: Enable USB3 SuperSpeed

2017-05-18 Thread Yuyang Du
Hi Shuah, SuperSpeed (only) USB devices cannot be shared via usbip. This patch series attempts to fix it. The first 5 patches refactors the existing code to prepare for the SuperSpeed addition. With this series, our SuperSpeed device works fine. Many thanks to Greg and Krzysztof for their