PKey patch

2013-11-22 Thread Coulter, Susan K
… again … reworked as requested to use only the long option. >From e3471983cf96c17e4353ff98a339f3ca2b767b13 Mon Sep 17 00:00:00 2001 From: Susan K. Coulter Date: Fri, 22 Nov 2013 13:38:11 -0700 Subject: [PATCH] Allow specification of PKey index Signed-off-by: Susan K. Coulter --- src/perftest

Re: [PATCH perftest] Mod: Allow specification of pkey index

2013-08-21 Thread Coulter, Susan K
100755 --- a/src/perftest_resources.c +++ b/src/perftest_resources.c @@ -619,7 +619,7 @@ int ctx_modify_qp_to_init(struct ibv_qp *qp,struct perftest_parameters *user_par memset(&attr, 0, sizeof(struct ibv_qp_attr)); attr.qp_state = IBV_QPS_INIT; - attr.pkey_index

[PATCH perftest] Allow specification of pkey index

2013-08-19 Thread Coulter, Susan K
Signed-off-by: Susan K. Coulter --- src/perftest_parameters.c |7 ++- src/perftest_parameters.h |3 +++ src/perftest_resources.c |2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/perftest_parameters.c b/src/perftest_parameters.c index 084f16f..0350a54 10

partitions / ib_read_bw

2013-06-21 Thread Coulter, Susan K
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; and hoped to use ib_read_bw. Alas, ib_read_bw doe