RE: Mellanox/RoCE

2012-05-04 Thread Klaus Wacker
Hi all, the follow-up on my Mellanox/RoCE setup gave me the following: I checked the BNT 10Gb Virtual Fabric switch and found that the ports of my blades have Flow Control = both Rx/Tx whcih enables global pause. I did the failing ibv_rc_pingpong again and monitored the port stats in

[PATCH] infiniband-diags: move deprecated scripts to compat rpm

2012-05-04 Thread Ira Weiny
commit 7cdad904b8d846cf3958a779561ede8bc59b5d05 missed ibclearerrors and ibclearcounters. Signed-off-by: Ira Weiny wei...@llnl.gov --- Makefile.am |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6e519e1..de027b6 100644 ---

[PATCH] infiniband-diags: move ibidsverify man page to main rpm

2012-05-04 Thread Ira Weiny
It was incorrectly put in the compat rpm. Signed-off-by: Ira Weiny wei...@llnl.gov --- Makefile.am |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index de027b6..f720e21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,8 @@ man_MANS

[PATCH] infiniband-diags: fix ibidsverify portguid validation.

2012-05-04 Thread Ira Weiny
PortGUID may be equal to the NodeGUID of it's own node for 1 port. Duplicate PortGUID's on that node will be detected in insert_portguid Signed-off-by: Ira Weiny wei...@llnl.gov --- scripts/ibidsverify.pl | 17 - 1 files changed, 8 insertions(+), 9 deletions(-) diff --git

[PATCH] infiniband-diags: ibidsverify exit status 1 on errors found

2012-05-04 Thread Ira Weiny
Signed-off-by: Ira Weiny wei...@llnl.gov --- man/ibidsverify.8 |4 scripts/ibidsverify.pl | 14 ++ 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/man/ibidsverify.8 b/man/ibidsverify.8 index e3d9a03..d617387 100644 --- a/man/ibidsverify.8 +++