Re: [PATCH krping]: Add support to accept IPV6 addresses as input argument

2013-10-07 Thread Steve Wise
On 10/4/2013 6:24 AM, Somnath Kotur wrote: Signed-off-by: Somnath Kotur somnath.ko...@emulex.com Applied. Thanks. -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH krping]: Add support to accept IPV6 addresses as input argument

2013-10-04 Thread Somnath Kotur
Signed-off-by: Somnath Kotur somnath.ko...@emulex.com --- v2: Incorporated Steve's comments and changed sockaddr to sockaddr_storage krping.c | 51 --- 1 files changed, 36 insertions(+), 15 deletions(-) diff --git a/krping.c b/krping.c index

Re: [PATCH krping]: Add support to accept IPV6 addresses as input argument

2013-10-04 Thread Steve Wise
On 10/4/2013 6:24 AM, Somnath Kotur wrote: Signed-off-by: Somnath Kotur somnath.ko...@emulex.com --- v2: Incorporated Steve's comments and changed sockaddr to sockaddr_storage Hey Somnath, thanks for providing this. What HW have you tested with? Steve. -- To unsubscribe from this list:

RE: [PATCH krping]: Add support to accept IPV6 addresses as input argument

2013-10-04 Thread Somnath Kotur
Hey Somnath, thanks for providing this. What HW have you tested with? Steve. Thank you Steve. Have tested it against the Emulex HW / ocrdma driver -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH krping]: Add support to accept IPV6 addresses as input argument.

2013-10-03 Thread Somnath Kotur
Signed-off-by: Somnath Kotur somnath.ko...@emulex.com --- krping.c | 55 --- 1 files changed, 40 insertions(+), 15 deletions(-) diff --git a/krping.c b/krping.c index 59900ab..43799eb 100644 --- a/krping.c +++ b/krping.c @@ -79,6 +79,7 @@

Re: [PATCH krping]: Add support to accept IPV6 addresses as input argument.

2013-10-03 Thread Steve Wise
On 10/3/2013 1:13 AM, Somnath Kotur wrote: Signed-off-by: Somnath Kotur somnath.ko...@emulex.com --- krping.c | 55 --- 1 files changed, 40 insertions(+), 15 deletions(-) diff --git a/krping.c b/krping.c index 59900ab..43799eb 100644 ---

Re: [PATCH krping]: Add support to accept IPV6 addresses as input argument.

2013-10-03 Thread Or Gerlitz
Somnath Kotur somnath.ko...@emulex.com wrote: empty change-log? please write something... Signed-off-by: Somnath Kotur somnath.ko...@emulex.com --- krping.c | 55 --- 1 files changed, 40 insertions(+), 15 deletions(-) diff --git