[PATCH V3] libibumad: update umad_recv man page.

2012-07-07 Thread Ira Weiny
Document the umad_recv length parameter better. Changes since V1: add comments from Hal Changes since V2: Change should to must Signed-off-by: Ira Weiny wei...@llnl.gov --- man/umad_recv.3 | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git

[PATCH] RDMA/ocrdma: Fix assignment of max_srq_sge in device query

2012-07-07 Thread Roland Dreier
From: Roland Dreier rol...@purestorage.com We want to set attr-max_srq_sge to dev-attr.max_srq_sge, not to itself. This was detected by Coverity (CID 709210). Signed-off-by: Roland Dreier rol...@purestorage.com --- drivers/infiniband/hw/ocrdma/ocrdma_verbs.c |2 +- 1 file changed, 1

Re: [PATCH] ibnetdiscover: fix not showing FDR10 speeds

2012-07-07 Thread Ira Weiny
On Thu, 05 Jul 2012 12:42:53 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: Fix: ibnetdiscover shows FDR10 speeds as QDR due to bug in setting default parameters. Signed-off-by: Daniel Klein dani...@mellanox.com Thanks applied, Ira --- src/ibnetdiscover.c |2 ++ 1 files

Re: [PATCH] mcm_rereg_test.c: Fix a couple of output messages

2012-07-07 Thread Ira Weiny
On Thu, 05 Jul 2012 14:25:50 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: In rereg_send, it's not a leave but query Fix endian of guid in rereg_send_all Signed-off-by: Hal Rosenstock h...@ellanox.com Thanks applied, Ira --- diff --git a/src/mcm_rereg_test.c

Re: [PATCH] iblinkinfo: fix no port 0 info segmentation fault

2012-07-07 Thread Ira Weiny
On Thu, 05 Jul 2012 12:45:20 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: Fix iblinkinfo segfault when switch port 0 not responding to PortInfo If switch port 0 doesn't respond to PortInfo, the speed and width of switch ports is unknown. Signed-off-by: Daniel Klein