Whamcloud - gitweb
* changed router lookups to always return the local destination
authoreeb <eeb>
Thu, 19 May 2005 14:04:32 +0000 (14:04 +0000)
committereeb <eeb>
Thu, 19 May 2005 14:04:32 +0000 (14:04 +0000)
commitfdb81821111276a35eb7d7c9953a170cf5bc9b83
tree30ff5b32212cdf823ff7e556d26cc4d35c40d2bf
parentce34a16678aaec0205eef0bc7e64364420059248
*   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.
build/autoconf/lustre-build-linux.m4