From: adilger Date: Tue, 10 Jun 2003 03:45:11 +0000 (+0000) Subject: Fix the socknal TCP zero-copy detection. "zercopy" does not a SOCKNAL_ZC make. X-Git-Tag: v1_7_100~1^91~134 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e1b5fd56cdb0c903ef937d1d0c40cc3c3a04539a;p=fs%2Flustre-release.git Fix the socknal TCP zero-copy detection. "zercopy" does not a SOCKNAL_ZC make. --- diff --git a/lnet/archdep.m4 b/lnet/archdep.m4 index 2c7fa59..a2a407c 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_zercopy=$enable_zerocopy_temp) +AC_ARG_ENABLE(zerocopy, [ --enable-zerocopy enable socknal zerocopy],enable_zerocopy="-DSOCKNAL_ZC=1", enable_zerocopy=$enable_zerocopy_temp) 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 2c7fa59..a2a407c 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_zercopy=$enable_zerocopy_temp) +AC_ARG_ENABLE(zerocopy, [ --enable-zerocopy enable socknal zerocopy],enable_zerocopy="-DSOCKNAL_ZC=1", enable_zerocopy=$enable_zerocopy_temp) AC_ARG_ENABLE(affinity, [ --enable-affinity enable process/irq affinity],enable_affinity="-DCPU_AFFINITY=1", enable_affinity=$enable_affinity_temp) #####################################