Whamcloud - gitweb
LU-8943 lnd: Enable Multiple OPA Endpoints between Nodes
[fs/lustre-release.git] / lnet / include / lnet / nidstr.h
index d413d15..b90e320 100644 (file)
 enum {
        /* Only add to these values (i.e. don't ever change or redefine them):
         * network addresses depend on them... */
-       QSWLND          = 1,
+       /*QSWLND        = 1, removed v2_7_50                 */
        SOCKLND         = 2,
-       GMLND           = 3,
-       PTLLND          = 4,
+       /*GMLND         = 3, removed v2_0_0-rc1a-16-gc660aac */
+       /*PTLLND        = 4, removed v2_7_50                 */
        O2IBLND         = 5,
-       CIBLND          = 6,
-       OPENIBLND       = 7,
-       IIBLND          = 8,
+       /*CIBLND        = 6, removed v2_0_0-rc1a-175-gd2b8a0e */
+       /*OPENIBLND     = 7, removed v2_0_0-rc1a-175-gd2b8a0e */
+       /*IIBLND        = 8, removed v2_0_0-rc1a-175-gd2b8a0e */
        LOLND           = 9,
-       RALND           = 10,
-       VIBLND          = 11,
-       MXLND           = 12,
+       /*RALND         = 10, removed v2_7_50_0-34-g8be9e41    */
+       /*VIBLND        = 11, removed v2_0_0-rc1a-175-gd2b8a0e */
+       /*MXLND         = 12, removed v2_7_50_0-34-g8be9e41    */
        GNILND          = 13,
        GNIIPLND        = 14,
+       PTL4LND         = 15,
 };
 
 struct list_head;
@@ -82,7 +83,7 @@ static inline char *libcfs_nid2str(lnet_nid_t nid)
 __u32 libcfs_str2net(const char *str);
 lnet_nid_t libcfs_str2nid(const char *str);
 int libcfs_str2anynid(lnet_nid_t *nid, const char *str);
-char *libcfs_id2str(lnet_process_id_t id);
+char *libcfs_id2str(struct lnet_process_id id);
 void cfs_free_nidlist(struct list_head *list);
 int cfs_parse_nidlist(char *str, int len, struct list_head *list);
 int cfs_print_nidlist(char *buffer, int count, struct list_head *list);