Re: [PATCH v13 03/10] usbip: exporting devices: new connect operation

2016-12-02 Thread Krzysztof Opasiak
On 12/02/2016 08:05 AM, fx IWATA NOBUO wrote: > Hello, > >> In my humble opinion connect is not a best name for this operation. > > Yes. I think connect is not perfect. > >> it not only starts the connection to a remote server but also> exports >> a device. I think that a name like export or

RE: [PATCH v13 03/10] usbip: exporting devices: new connect operation

2016-12-01 Thread fx IWATA NOBUO
5:28 AM > To: fx IWATA NOBUO; valentina.mane...@gmail.com; shuah...@samsung.com; > gre...@linuxfoundation.org; linux-usb@vger.kernel.org > Cc: fx MICHIMURA TADAO > Subject: Re: [PATCH v13 03/10] usbip: exporting devices: new connect > operation > > Hi, > > On 11/22/2016 07:

Re: [PATCH v13 03/10] usbip: exporting devices: new connect operation

2016-12-01 Thread Krzysztof Opasiak
Hi, On 11/22/2016 07:48 AM, Nobuo Iwata wrote: > Implementation of new connect operation. This is linked as a part of > usbip commnad. With this patch, usbip command has following operations. > > bind > unbind > list (local/remote) > attach > detach > port > connect ... this patch In

RE: [PATCH v13 03/10] usbip: exporting devices: new connect operation

2016-11-23 Thread fx IWATA NOBUO
s not good. I will move it below. Thank you, nobuo.iwata // > -Original Message- > From: Shuah Khan [mailto:shuah...@samsung.com] > Sent: Thursday, November 24, 2016 6:52 AM > To: fx IWATA NOBUO; valentina.mane...@gmail.com; > gre...@linuxfoundation.org; linux-usb@vger.kernel.org &g

Re: [PATCH v13 03/10] usbip: exporting devices: new connect operation

2016-11-23 Thread Shuah Khan
On 11/21/2016 11:48 PM, Nobuo Iwata wrote: > Implementation of new connect operation. This is linked as a part of > usbip commnad. With this patch, usbip command has following operations. > > bind > unbind > list (local/remote) > attach > detach > port > connect ... this patch I am