From e1b5fd56cdb0c903ef937d1d0c40cc3c3a04539a Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 10 Jun 2003 03:45:11 +0000 Subject: [PATCH] Fix the socknal TCP zero-copy detection. "zercopy" does not a SOCKNAL_ZC make. --- lnet/archdep.m4 | 2 +- lustre/portals/archdep.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) ##################################### -- 1.8.3.1