[openib-general] Fix for ibping
Hal Rosenstock
halr at voltaire.com
Wed Apr 12 17:46:33 PDT 2006
On Wed, 2006-04-12 at 18:25, Viswanath Krishnamurthy wrote:
> The RMPP version needs to be 1.
Thanks. I'm not sure what changed here to require this. I need to do
some more digging.
-- Hal
> [root at subnetmgr5 src]# svn diff ibping.c
> Index: ibping.c
> ===================================================================
> --- ibping.c (revision 6446)
> +++ ibping.c (working copy)
> @@ -336,7 +336,7 @@
> exit(0);
> }
>
> - if (mad_register_client(ping_class, 0) < 0)
> + if (mad_register_client(ping_class, 1) < 0)
> IBERROR("can't register to ping class %d",
> ping_class);
>
> if (ib_resolve_portid_str(&portid, argv[0], dest_type, sm_id)
> < 0)
>
>
>
> ______________________________________________________________________
>
> _______________________________________________
> openib-general mailing list
> openib-general at openib.org
> http://openib.org/mailman/listinfo/openib-general
>
> To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
More information about the general
mailing list