Re: [PATCH v13 07/10] usbip: exporting devices: new application-side daemon

2016-12-06 Thread Krzysztof Opasiak
Sorry for spam but previous mail didn't reach linux-usb due to some problems with my company mail server. On 12/06/2016 10:48 AM, Krzysztof Opasiak wrote: > Hi, > > On 12/06/2016 09:44 AM, fx IWATA NOBUO wrote: >> Hello, >> >>> sizeof(rhist), sizeof(rserv) >> >> I will fix them. >> >>> BTW. >>>

RE: [PATCH v13 07/10] usbip: exporting devices: new application-side daemon

2016-12-06 Thread fx IWATA NOBUO
iewing, n.iwata // > -Original Message- > From: Krzysztof Opasiak [mailto:k.opas...@samsung.com] > Sent: Saturday, December 03, 2016 12:46 AM > To: fx IWATA NOBUO; valentina.mane...@gmail.com; shuah...@samsung.com; > gre...@linuxfoundation.org; linux-usb@vger.kernel.org &

Re: [PATCH v13 07/10] usbip: exporting devices: new application-side daemon

2016-12-02 Thread Krzysztof Opasiak
On 11/22/2016 07:48 AM, Nobuo Iwata wrote: > This patch is the new application(vhci)-side daemon specific code. > > The daemons are consisting three files. > usbip.c : common code. > usbip_dev.c: device(stub)-side specific code. > usbip_app.c: application(vhci)-side specific code - this patch.