Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: lustre: add help section of Kconfig config LNET

Include a help section for Kconfig LNET.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

James Simmons and committed by
Greg Kroah-Hartman
b2b60cdd 78ed9534

+7 -1
+7 -1
drivers/staging/lustre/lnet/Kconfig
··· 1 1 config LNET 2 - tristate "Lustre networking subsystem" 2 + tristate "Lustre networking subsystem (LNet)" 3 3 depends on LUSTRE_FS 4 + help 5 + The Lustre network layer, also known as LNet, is a networking abstaction 6 + level API that was initially created to allow Lustre Filesystem to utilize 7 + very different networks like tcp and ib verbs in a uniform way. In the 8 + case of Lustre routers only the LNet layer is required. Lately other 9 + projects are also looking into using LNet as their networking API as well. 4 10 5 11 config LNET_MAX_PAYLOAD 6 12 int "Lustre lnet max transfer payload (default 1MB)"