Whamcloud - gitweb
* iiblnd: drain disconnecting sockets
authoreeb <eeb>
Thu, 27 Oct 2005 02:26:07 +0000 (02:26 +0000)
committereeb <eeb>
Thu, 27 Oct 2005 02:26:07 +0000 (02:26 +0000)
commitefdcf04c9024fd1f8589c1725fc521cde73e893b
tree5111d368ee9207fa71b391de61ab06397155a62e
parent8763243f2926ca94617cfbdd41f9d7d8789da3e6
*   iiblnd: drain disconnecting sockets

*   lnet: explicit configure/teardown for routers ("lctl network up" as well as
    "lctl network down").  config_on_load=0 is the new default (setting it
    effectively does "lctl network up" at module load time).

    Added "net" as an alias for "network" to lctl so you don't have to type
    "work" when you run "lctl net up" from the shell.

    Also fixed a couple of bugs which required lnet to be unloaded before it
    could be brought up again.

*   lnet routing: restored automatic route disabling when comms to a router
    fails (currently kernel elan and tcp only).
12 files changed:
lnet/include/libcfs/kp30.h
lnet/klnds/iiblnd/iiblnd_cb.c
lnet/klnds/qswlnd/qswlnd_cb.c
lnet/klnds/socklnd/socklnd.c
lnet/klnds/socklnd/socklnd.h
lnet/klnds/socklnd/socklnd_cb.c
lnet/lnet/api-ni.c
lnet/lnet/module.c
lnet/lnet/peer.c
lnet/lnet/router.c
lnet/utils/portals.c
lnet/utils/ptlctl.c