Message ID | 1471541538-20270-13-git-send-email-jarod@redhat.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
diff --git a/src/perftest_communication.c b/src/perftest_communication.c index fd71436..d46d21e 100755 --- a/src/perftest_communication.c +++ b/src/perftest_communication.c @@ -761,7 +761,7 @@ int set_up_connection(struct pingpong_context *ctx, return 0; if (user_param->use_gid_user) { - if (ibv_query_gid(ctx->context, user_param->ib_port2, user_param->gid_index, &temp_gid2)) + if (ibv_query_gid(ctx->context, user_param->ib_port2, user_param->gid_index2, &temp_gid2)) return -1; } else { user_param->gid_index2 = get_best_gid_index(ctx, user_param, &attr, user_param->ib_port2);
I believe this should be user_param->gid_index2 here. CC: Gil Rockah <gilr@mellanox.com> Signed-off-by: Jarod Wilson <jarod@redhat.com> --- src/perftest_communication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)