[ofa-general] [PATCH] perftest: don't attach the sender QP

Or Gerlitz ogerlitz at voltaire.com
Tue Nov 4 01:23:46 PST 2008


don't attach the sender QP to the MGID

Signed-off-by: Or Gerlitz <ogerlitz at voltaire.com>

Index: perftest-1.2/send_bw.c
===================================================================
--- perftest-1.2.orig/send_bw.c
+++ perftest-1.2/send_bw.c
@@ -421,7 +421,7 @@ static struct pingpong_context *pp_init_
 			return NULL;
 		}

-		if ((user_parm->connection_type==UD) && (user_parm->use_mcg)) {
+		if ((user_parm->connection_type==UD) && (user_parm->use_mcg) && !user_parm->servername) {
 			union ibv_gid gid;
 			uint8_t mcg_gid[16] = MCG_GID;




More information about the general mailing list