Whamcloud - gitweb
* Got rid of portals/router; getting it to build in portals/portals using
authoreeb <eeb>
Tue, 7 Jun 2005 23:18:56 +0000 (23:18 +0000)
committereeb <eeb>
Tue, 7 Jun 2005 23:18:56 +0000 (23:18 +0000)
commit39b5de7aa9ca287556964843650767ff93fc56f5
treef7b28365206f0efd1b7655c88c2dfc19f33cf8d9
parenta9bdacf62756bde3bc43855fea69aa7f7c09ffed
*  Got rid of portals/router; getting it to build in portals/portals using
   symlinks didn't work on 2.6 and router.c has changed enough for the diffs
   not to make sense any more (and life is too short).

*  reworked how reconnect timeouts work in all connection based NALs, to close
   out a bug where reconnection could be delayed until jiffies wraps.

*  tested vibnal with a single echo client + server @ LLNL on 2.6, x86_64

*  make configure-on-demand rather than configure-on-load the default; modprobe
   in 2.6 does locking and deadlocks if the module it is loading tries to load
   more modules in its init sequence.

*  removed some unused vars etc caught by better warnings when building for
   2.6/x86_64
28 files changed:
lnet/Makefile.in
lnet/autoMakefile.am
lnet/autoconf/lustre-lnet.m4
lnet/include/libcfs/libcfs.h
lnet/klnds/iiblnd/iiblnd.c
lnet/klnds/iiblnd/iiblnd_cb.c
lnet/klnds/openiblnd/openiblnd.c
lnet/klnds/openiblnd/openiblnd_cb.c
lnet/klnds/ralnd/ralnd.c
lnet/klnds/ralnd/ralnd_cb.c
lnet/klnds/socklnd/socklnd.c
lnet/klnds/socklnd/socklnd_cb.c
lnet/klnds/socklnd/socklnd_lib-linux.c
lnet/klnds/viblnd/viblnd.c
lnet/klnds/viblnd/viblnd_cb.c
lnet/libcfs/linux/linux-tcpip.c
lnet/libcfs/nidstrings.c
lnet/lnet/Makefile.in
lnet/lnet/api-ni.c
lnet/lnet/autoMakefile.am
lnet/lnet/config.c
lnet/lnet/lib-move.c
lnet/lnet/module.c
lnet/lnet/router.c [moved from lnet/router/router.c with 100% similarity]
lnet/lnet/router.h [moved from lnet/router/router.h with 100% similarity]
lnet/lnet/router_proc.c [moved from lnet/router/proc.c with 98% similarity]
lnet/router/Makefile.in [deleted file]
lnet/router/autoMakefile.am [deleted file]