Re: [PATCH 5/7] staging: usbip: set server port via option.

2013-07-23 Thread Greg KH
On Mon, Jul 08, 2013 at 07:47:20PM -0600, Anthony Foiani wrote: > Anthony Foiani writes: > > > Add an option "-p" / "--port" to specify the TCP port to listen on. > > This is unfortunate, as "port" is also used to indicate which "usbip > port" is in use by a particular connection. > > So I migh

Re: [PATCH 5/7] staging: usbip: set server port via option.

2013-07-08 Thread Anthony Foiani
Anthony Foiani writes: > Add an option "-p" / "--port" to specify the TCP port to listen on. This is unfortunate, as "port" is also used to indicate which "usbip port" is in use by a particular connection. So I might change this to "-t" / "--tcp-port" in v2. It's not a fatal flaw, since this o

[PATCH 5/7] staging: usbip: set server port via option.

2013-07-07 Thread Anthony Foiani
Add an option "-p" / "--port" to specify the TCP port to listen on. Signed-Off-By: Anthony Foiani --- drivers/staging/usbip/userspace/src/usbip.c| 9 +-- .../staging/usbip/userspace/src/usbip_network.c| 30 ++ .../staging/usbip/userspace/src/usbip_network.h