Whamcloud - gitweb
* Added lnet/ulnds/ptllnd
authoreeb <eeb>
Wed, 21 Sep 2005 16:54:30 +0000 (16:54 +0000)
committereeb <eeb>
Wed, 21 Sep 2005 16:54:30 +0000 (16:54 +0000)
commitbdd77c653ff536295267db1f86bf17fdb5c66293
tree5b074aef4c411e8386958edafd582b78adb9b34f
parent81eb51fd8ee16d7348d36f74d1f1d1a691502d4e
*    Added lnet/ulnds/ptllnd

*    Changed userspace LNET to register all LNDs it has been linked with
     and construct the default set of networks from them.

*    Added support for userspace LNET config via environment variables
     LNET_NETWORKS and LNET_ROUTES.  They work just like the kernel module
     parameters.
13 files changed:
lnet/autoconf/lustre-lnet.m4
lnet/include/lnet/lib-lnet.h
lnet/lnet/api-ni.c
lnet/lnet/config.c
lnet/lnet/router.c
lnet/ulnds/.cvsignore
lnet/ulnds/Makefile.in
lnet/ulnds/autoMakefile.am
lnet/ulnds/ptllnd/.cvsignore [new file with mode: 0644]
lnet/ulnds/ptllnd/Makefile.am [new file with mode: 0644]
lnet/ulnds/ptllnd/ptllnd.c [new file with mode: 0644]
lnet/ulnds/ptllnd/ptllnd.h [new file with mode: 0644]
lnet/ulnds/ptllnd/ptllnd_cb.c [new file with mode: 0644]