config [31mCONFIG_LNET[0m tristate "Lustre networking subsystem (LNet)" depends on [31mCONFIG_INET[0m && m help The Lustre network layer, also known as LNet, is a networking abstaction level API that was initially created to allow Lustre Filesystem to utilize very different networks like tcp and ib verbs in a uniform way. In the case of Lustre routers only the LNet layer is required. Lately other projects are also looking into using LNet as their networking API as well. config [31mCONFIG_LNET_MAX_PAYLOAD[0m int "Lustre lnet max transfer payload (default 1MB)" depends on [31mCONFIG_LNET[0m default "1048576" help This option defines the maximum size of payload in bytes that lnet can put into its transport. If unsure, use default. config [31mCONFIG_LNET_SELFTEST[0m tristate "Lustre networking self testing" depends on [31mCONFIG_LNET[0m help Choose Y here if you want to do lnet self testing. To compile this as a module, choose [31mCONFIG_M[0m here: the module will be called lnet_selftest. To compile this as a kernel modules, choose [31mCONFIG_M[0m here and it will be called lnet_selftest. If unsure, say N. See also http://wiki.lustre.org/ config [31mCONFIG_LNET_XPRT_IB[0m tristate "LNET infiniband support" depends on [31mCONFIG_LNET[0m && [31mCONFIG_INFINIBAND[0m && [31mCONFIG_INFINIBAND_ADDR_TRANS[0m depends on [31mCONFIG_BROKEN[0m default [31mCONFIG_LNET[0m && [31mCONFIG_INFINIBAND[0m help This option allows the [31mCONFIG_LNET[0m users to use infiniband as an RDMA-enabled transport. To compile this as a kernel module, choose [31mCONFIG_M[0m here and it will be called ko2iblnd. If unsure, say N. |