From fdb81821111276a35eb7d7c9953a170cf5bc9b83 Mon Sep 17 00:00:00 2001 From: eeb Date: Thu, 19 May 2005 14:04:32 +0000 Subject: [PATCH] * 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/autoconf/lustre-build-linux.m4 b/build/autoconf/lustre-build-linux.m4 index f96e0c5..03e5501 100644 --- a/build/autoconf/lustre-build-linux.m4 +++ b/build/autoconf/lustre-build-linux.m4 @@ -327,7 +327,7 @@ if test "x$ARCH_UM" = "x" ; then fi ]) -LB_LINUX_CONFIG_BIG_STACK +#LB_LINUX_CONFIG_BIG_STACK # Portals tests LP_PROG_LINUX -- 1.8.3.1