Re: partitions / ib_read_bw

2013-06-22 Thread Hal Rosenstock
On 6/21/2013 5:48 PM, Coulter, Susan K wrote: One of my test clusters is running with multiple partitions. The partitions look correct (using smpquery pkey) and the path records look correct (using saquery pr). I'd like a simple user-level test to validate who is allowed to talk to who;

Re: [PATCH V2] libibverbs: Allow arbitrary int values for MTU.

2013-06-22 Thread Jeff Squyres (jsquyres)
On Jun 21, 2013, at 5:20 PM, Jason Gunthorpe jguntho...@obsidianresearch.com wrote: Jeff: If you are still reading - I am still reading, just didn't have much to contribute until now. :-) one concrete suggestion, I think, is to ensure compile-time failure when the new-format MTU variable

[PATCHv3 infiniband-diags] saquery: Add SMInfoRecord support

2013-06-22 Thread Hal Rosenstock
This patch is the combination of 2 patches: infiniband_diags/src/saquery.c: Add SMInfoRecord support infiniband_diags/doc/rst/saquery.8.in.rst: Add support to the manual Signed-off-by: Husam Kahalah hkaha...@asaltech.com Signed-off-by: Hal Rosenstock h...@mellanox.com --- This patch is

Re: [PATCH] IB/qib: add optional numa affinity

2013-06-22 Thread Or Gerlitz
Mike Marciniszyn mike.marcinis...@intel.com wrote: From: Ramkrishna Vepa ramkrishna.v...@intel.com This patch adds context relative numa affinity conditioned on the module parameter numa_aware. The qib_ctxtdata has an additional node_id member and qib_create_ctxtdata() has an addition

Subject: [PATCH] infiniband-diags: saquery: Dump SwitchInfoRecord based on IsSetMulticastFDBTopSupported SA Capability

2013-06-22 Thread Ira Weiny
Only include MulticastFDBTop when SA ClassPortInfo:CapabilityMask2.IsSetMulticastFDBTopSupported is set In order to do this, SA CPI is queried prior to other queries and passed to all dump functions via query_params when required. Original patch supplied by Hal Rosenstock. Signed-off-by: Hal

[PATCH] libibumad: add ClassPortInfo struct

2013-06-22 Thread Ira Weiny
Signed-off-by: Ira Weiny ira.we...@intel.com --- include/infiniband/umad_types.h | 33 + 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/include/infiniband/umad_types.h b/include/infiniband/umad_types.h index 32c747a..2d7c8cd 100644 ---

[PATCH] libibumad: add SA CAP MASK[2] definitions

2013-06-22 Thread Ira Weiny
Signed-off-by: Ira Weiny ira.we...@intel.com --- include/infiniband/umad_sa.h | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/include/infiniband/umad_sa.h b/include/infiniband/umad_sa.h index eb7812d..a236806 100644 ---

RE: [PATCH 1/2] ibnetdiscover: Add missing -f option to manpage

2013-06-22 Thread Weiny, Ira
-Original Message- From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma- ow...@vger.kernel.org] On Behalf Of Albert Chu Sent: Thursday, June 13, 2013 2:27 PM To: linux-rdma@vger.kernel.org Subject: [PATCH 1/2] ibnetdiscover: Add missing -f option to manpage Signed-off-by:

RE: [PATCH 2/2] ibnetdiscover: Output vlcap in full output format

2013-06-22 Thread Weiny, Ira
-Original Message- From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma- Subject: [PATCH 2/2] ibnetdiscover: Output vlcap in full output format The additional vlcap information is useful when simulating a fabric in ibsim and fabric VL information is needed. Signed-off-by:

[PATCH] RDMA/ocrdma: fix error return code in ocrdma_set_create_qp_rq_cmd()

2013-06-22 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return -ENOMEM in the alloc dma coherent error case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/infiniband/hw/ocrdma/ocrdma_hw.c | 2 +- 1 file changed, 1