Re: ConnectX-3 VPI ETH issues

2012-10-09 Thread Xavier Guérin
Hello Hal, Thank you for your answer. It turned out to be an issue with our router installation. We now have the port activated and the link set up. We still are having issue with the connection itself (wr timeout with ibv_rc_pingpong and ARP packet not distributed), but it may be an router issue

Re: ConnectX-3 VPI ETH issues

2012-10-09 Thread Hal Rosenstock
Hi Xavier, On 10/2/2012 8:59 PM, Xavier Guérin wrote: > Hi list, > > I am afraid I am stuck with a very stupid problem, and I am at my wit's ends. > > I am deploying a set a blades loaded with ConnectX-3 VPI adapters. The > blades run under RHEL 6.3 and the connectors are driven using the > MLNX

RE: [PATCH 0/5] [librdmacm] librdmacm: batch of fixes

2012-10-09 Thread Hefty, Sean
thanks! Applied all, but with a couple of minor adjustments. -- 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 http://vger.kernel.org/majordomo-info.html

[GIT PULL] Disintegrate UAPI for rdma

2012-10-09 Thread David Howells
git repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-rdma-20121009 for you to fetch changes up to e70078e9af5a4012a20448ce0af9b3b0813cc4bb: UAPI: (Scripted) Disintegrate include/rdma (2012-10-09

[PATCH 3/5] [librdmacm] rstream: initialize return value in server_connect()

2012-10-09 Thread Dotan Barak
If use_async == 0 and rs_accept() passes (i.e. non negative value), then the return value from the function was uninitialized. Signed-off-by: Dotan Barak Reviewed-by: Yishai Hadas --- examples/rstream.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/rstream.c

[PATCH 1/5] [librdmacm] rsocket: add missing va_end() after calling va_end()

2012-10-09 Thread Dotan Barak
Not doing so, may lead to resource leak. Signed-off-by: Dotan Barak Reviewed-by: Yishai Hadas --- src/rsocket.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/rsocket.c b/src/rsocket.c index 4c4821b..278c8ec 100644 --- a/src/rsocket.c +++ b/src/rsocket.c @@ -2002,6

[PATCH 5/5] [librdmacm] rping: added checks to the return values functions

2012-10-09 Thread Dotan Barak
This will make rping to exit with return value other than zero in case of an error. Signed-off-by: Dotan Barak Reviewed-by: Yishai Hadas --- examples/rping.c | 21 ++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/examples/rping.c b/examples/rping.c index 3

[PATCH 0/5] [librdmacm] librdmacm: batch of fixes

2012-10-09 Thread Dotan Barak
Here is a small batch of fixes for librdmacm. Dotan Barak (5): rsocket: add missing va_end() after calling va_end() rsocket: added missing break rstream: initialize return value in server_connect() rstream: added missing return is accept() failed rping: added checks to the return values

[PATCH 4/5] [librdmacm] rstream: added missing return is accept() failed

2012-10-09 Thread Dotan Barak
Signed-off-by: Dotan Barak Signed-off-by: Yishai Hadas --- examples/rstream.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/examples/rstream.c b/examples/rstream.c index 6ef60a1..d65c48d 100644 --- a/examples/rstream.c +++ b/examples/rstream.c @@ -464,6 +464,7 @@ stati

[PATCH 2/5] [librdmacm] rsocket: added missing break

2012-10-09 Thread Dotan Barak
Signed-off-by: Dotan Barak Reviewed-by: Yishai Hadas --- src/rsocket.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/rsocket.c b/src/rsocket.c index 278c8ec..4665ce7 100644 --- a/src/rsocket.c +++ b/src/rsocket.c @@ -1859,6 +1859,7 @@ int rsetsockopt(int socket, in