X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2Finclude%2Fuapi%2Flinux%2Flnet%2Flnet-types.h;h=520f8ff6836068662ba18cd8a78263a2483982ef;hb=756abb9cf00b936b3d9149f50925b0e02ca0e4fd;hp=b10e3a8516f06b1d65a70fc2f5ca5dba663a7bbf;hpb=b4f4560aa7e390023fe94bbea11c7799fca8e9ef;p=fs%2Flustre-release.git diff --git a/lnet/include/uapi/linux/lnet/lnet-types.h b/lnet/include/uapi/linux/lnet/lnet-types.h index b10e3a8..520f8ff 100644 --- a/lnet/include/uapi/linux/lnet/lnet-types.h +++ b/lnet/include/uapi/linux/lnet/lnet-types.h @@ -247,7 +247,12 @@ typedef struct lnet_counters { * defined here because it is used in LNet data structures that are * common to all LNDs. */ -#define LNET_NUM_INTERFACES 16 +#define LNET_INTERFACES_NUM 16 + +/* The minimum number of interfaces per node supported by LNet. */ +#define LNET_INTERFACES_MIN 16 +/* The default - arbitrary - value of the lnet_max_interfaces tunable. */ +#define LNET_INTERFACES_MAX_DEFAULT 200 /** * Objects maintained by the LNet are accessed through handles. Handle types