X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Finclude%2Flnet%2Fnidstr.h;h=a0b3059a639924803fff823f6ac5c52332f0c4fe;hp=fcfcbfb31e407ac1efec075cf53e6e11e8e93f3a;hb=3b84a1ee5213563945225854a50e9037bb9646db;hpb=5b464b45746153889e3dead4e2254d3ebda77f8d diff --git a/lnet/include/lnet/nidstr.h b/lnet/include/lnet/nidstr.h index fcfcbfb..a0b3059 100644 --- a/lnet/include/lnet/nidstr.h +++ b/lnet/include/lnet/nidstr.h @@ -29,6 +29,28 @@ #define _LNET_NIDSTRINGS_H #include +/** + * Lustre Network Driver types. + */ +enum { + /* Only add to these values (i.e. don't ever change or redefine them): + * network addresses depend on them... */ + QSWLND = 1, + SOCKLND = 2, + GMLND = 3, + PTLLND = 4, + O2IBLND = 5, + CIBLND = 6, + OPENIBLND = 7, + IIBLND = 8, + LOLND = 9, + RALND = 10, + VIBLND = 11, + MXLND = 12, + GNILND = 13, + GNIIPLND = 14, +}; + struct list_head; #define LNET_NIDSTR_COUNT 1024 /* # of nidstrings */