Re: [PATCH v3 1/1] usbip: auto retry for concurrent attach

2017-08-29 Thread Shuah Khan
On 08/28/2017 08:13 PM, Nobuo Iwata wrote: > This patch adds recovery from false busy state on concurrent attach > operation. > > The procedure of attach operation is as below. > 1) Find an unused port in /sys/devices/platform/vhci_hcd/status. > (userspace) > 2) Request attach found port to

[PATCH v3 1/1] usbip: auto retry for concurrent attach

2017-08-28 Thread Nobuo Iwata
This patch adds recovery from false busy state on concurrent attach operation. The procedure of attach operation is as below. 1) Find an unused port in /sys/devices/platform/vhci_hcd/status. (userspace) 2) Request attach found port to driver through /sys/devices/platform/vhci_hcd/attach.