[openib-general] Fix for ibping

Viswanath Krishnamurthy viswa.krish at gmail.com
Wed Apr 12 15:25:03 PDT 2006


The RMPP version needs to be 1.

[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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/general/attachments/20060412/2de49f4d/attachment.html>


More information about the general mailing list