[openib-general] [PATCH] change SMI/GSI QP types to match QP index values
Sean Hefty
mshefty at ichips.intel.com
Fri Sep 24 10:38:03 PDT 2004
Index: include/ib_verbs.h
===================================================================
--- include/ib_verbs.h (revision 880)
+++ include/ib_verbs.h (working copy)
@@ -320,11 +320,11 @@
};
enum ib_qp_type {
+ IB_QPT_SMI, /* SMI type = QP index 0 */
+ IB_QPT_GSI, /* GSI type = QP index 1 */
IB_QPT_RC,
IB_QPT_UC,
IB_QPT_UD,
- IB_QPT_SMI,
- IB_QPT_GSI,
IB_QPT_RAW_IPV6,
IB_QPT_RAW_ETY
};
--
More information about the general
mailing list