From: pschwan Date: Wed, 25 Jun 2003 22:38:35 +0000 (+0000) Subject: - fixes the maximum OST packet size, a lot of list management, and a X-Git-Tag: v1_7_110~1^13~189 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6a4b320d7656e13fe00cb3ab9151895d18d6f9dc;p=fs%2Flustre-release.git - fixes the maximum OST packet size, a lot of list management, and a couple other bugs - starts threads at OST and MDS startup - able to complete a round of create/setattr/cancel if SENDNOW is set - some corruption happens when I ask it to build up and cancel whole pages; I need to run on multiple systems to start narrowing down where. --- diff --git a/lnet/archdep.m4 b/lnet/archdep.m4 index a2a407c..f9ca355 100644 --- a/lnet/archdep.m4 +++ b/lnet/archdep.m4 @@ -219,7 +219,7 @@ else AC_MSG_RESULT(no) fi -AC_ARG_ENABLE(zerocopy, [ --enable-zerocopy enable socknal zerocopy],enable_zerocopy="-DSOCKNAL_ZC=1", enable_zerocopy=$enable_zerocopy_temp) +AC_ARG_ENABLE(zerocopy, [ --enable-zerocopy enable socknal zerocopy],enable_zerocopy="-DSOCKNAL_ZC=1", enable_zerocopy="") AC_ARG_ENABLE(affinity, [ --enable-affinity enable process/irq affinity],enable_affinity="-DCPU_AFFINITY=1", enable_affinity=$enable_affinity_temp) ##################################### diff --git a/lustre/portals/archdep.m4 b/lustre/portals/archdep.m4 index a2a407c..f9ca355 100644 --- a/lustre/portals/archdep.m4 +++ b/lustre/portals/archdep.m4 @@ -219,7 +219,7 @@ else AC_MSG_RESULT(no) fi -AC_ARG_ENABLE(zerocopy, [ --enable-zerocopy enable socknal zerocopy],enable_zerocopy="-DSOCKNAL_ZC=1", enable_zerocopy=$enable_zerocopy_temp) +AC_ARG_ENABLE(zerocopy, [ --enable-zerocopy enable socknal zerocopy],enable_zerocopy="-DSOCKNAL_ZC=1", enable_zerocopy="") AC_ARG_ENABLE(affinity, [ --enable-affinity enable process/irq affinity],enable_affinity="-DCPU_AFFINITY=1", enable_affinity=$enable_affinity_temp) #####################################