[ewg] [PATCH] Perftest: fix bug in multicast bidirectional run
orenmeron
orenmeron at dev.mellanox.co.il
Wed Nov 19 11:49:10 PST 2008
Perftest: fix bug in multicast bidirectional run
Signed-off-by: Oren Meron <orenmeron at dev.mellanox.co.il>
diff --git a/send_bw.c b/send_bw.c
index 5c18a01..afabfa4 100755
--- a/send_bw.c
+++ b/send_bw.c
@@ -421,7 +421,7 @@ static struct pingpong_context *pp_init_ctx(struct ibv_device *ib_dev,
return NULL;
}
- if ((user_parm->connection_type==UD) && (user_parm->use_mcg) && !user_parm->servername) {
+ if ((user_parm->connection_type==UD) && (user_parm->use_mcg) && (!user_parm->servername || u
union ibv_gid gid;
uint8_t mcg_gid[16] = MCG_GID;
More information about the ewg
mailing list