Re: [PATCH trivial] IB/srp: Allow newline separator for connection string

2014-10-21 Thread Sagi Grimberg
On 10/20/2014 6:08 PM, Bart Van Assche wrote: On 10/19/14 17:19, Sagi Grimberg wrote: In case last argument of the connection string is processed as a string (destination gid for example). Signed-off-by: Sagi Grimberg --- drivers/infiniband/ulp/srp/ib_srp.c |2 +- 1 files changed, 1 ins

Re: [PATCH trivial] IB/srp: Allow newline separator for connection string

2014-10-20 Thread Bart Van Assche
On 10/19/14 17:19, Sagi Grimberg wrote: In case last argument of the connection string is processed as a string (destination gid for example). Signed-off-by: Sagi Grimberg --- drivers/infiniband/ulp/srp/ib_srp.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/driver

[PATCH trivial] IB/srp: Allow newline separator for connection string

2014-10-19 Thread Sagi Grimberg
In case last argument of the connection string is processed as a string (destination gid for example). Signed-off-by: Sagi Grimberg --- drivers/infiniband/ulp/srp/ib_srp.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/infiniband/ulp/srp/ib_srp.c b/drivers/inf