Whamcloud - gitweb
* changed router lookups to always return the local destination
authoreeb <eeb>
Thu, 19 May 2005 14:05:33 +0000 (14:05 +0000)
committereeb <eeb>
Thu, 19 May 2005 14:05:33 +0000 (14:05 +0000)
commitdce7bf045bacb836ce16ad50cd7f8949a3f68c4d
treedfa00f5d8084521dc616b33aeb25111e0401e106
parentcd9afc60ec3df55d0d3fb2625517269d8f93a73e
*   changed router lookups to always return the local destination
    socknal + qswnal changes to match
    simplified "will this be forwarded" predicate in ptl_send()

*   fixed bug in multi-instance socknal to pass the correct NI to the tx
    teardown function to allow for the case where the tx hasn't even had a conn
    assigned yet.

*   fixed routerstat stats formatting

*   removed osc::check_elan_limit() and replaced with max_unfragmented_pages()
    which actually works.  NB it depend on the assumption that file and page
    offsets are aligned!

*   fixed lconf to stay away from portals, except to 'modprobe' for it first in
    'load_module()', and to rmmod all the NALs + portals when ptlrpc gets
    unloaded.
lnet/klnds/qswlnd/qswlnd_cb.c
lnet/klnds/socklnd/socklnd.h
lnet/klnds/socklnd/socklnd_cb.c
lnet/lnet/lib-move.c
lnet/router/router.c
lnet/utils/routerstat.c