Whamcloud - gitweb
* socklnd:
authoreeb <eeb>
Sun, 23 Oct 2005 14:08:10 +0000 (14:08 +0000)
committereeb <eeb>
Sun, 23 Oct 2005 14:08:10 +0000 (14:08 +0000)
commit8fa26e6b8d26075d38522f545c837d725ead6e23
tree4615a8177f89149e759e7b72a66ae0a0fe0c3b78
parentf4bc1a894ae156167154e91c080beae5a17b6d0e
*   socklnd:
        fixed connection race that can occur with multiple routers

changed 'typed_conns' module parameter to RO

*   nidstrings:
        allow 0xnnnn parsing of numerical NIDs

libcfs_num_addr2str -> libcfs_decnum_addr2str (LO, QSW, PTL)
                               libcfs_hexnum_addr2str (GM)

*   gmlnd:
change from decimal to hex representation of GM addresses (they're the
lowest 4 bytes of the NIC's MAC address).

*   router:
        compare routers first on # uncompleted bytes, then credits
        for better load balance.

*   llmount:
        fixed error message (it's a NID, not a host)

        fixed bug in checking mdx & profile string lengths
lnet/klnds/iiblnd/iiblnd.c
lnet/klnds/socklnd/socklnd.c
lnet/klnds/socklnd/socklnd.h
lnet/klnds/socklnd/socklnd_cb.c
lnet/klnds/socklnd/socklnd_lib-linux.c
lnet/klnds/socklnd/socklnd_modparams.c
lnet/libcfs/nidstrings.c
lnet/lnet/lib-move.c
lnet/lnet/router.c
lnet/utils/gmlndnid.c