[rds-devel] [PATCH] rds: more TCP removal cleanups
Jon Mason
jon at opengridcomputing.com
Tue Nov 4 11:42:16 PST 2008
Hey Andy,
Here are some more RDS TCP removal cleanups. I missed a couple when I
did the iWARP/TCP replacement yesterday.
Thanks,
Jon
Signed-Off-By: Jon Mason <jon at opengridcomputing.com>
diff --git a/ofed_scripts/configure b/ofed_scripts/configure
index 753fdb5..0bdd088 100755
--- a/ofed_scripts/configure
+++ b/ofed_scripts/configure
@@ -879,11 +879,11 @@ fi
if [ "X${CONFIG_INFINIBAND_RDS}" == "Xm" ]; then
DEFINE_RDS="#define CONFIG_INFINIBAND_RDS 1"
DEFINE_RDS_IB="#define CONFIG_INFINIBAND_RDS_IB 1"
- DEFINE_RDS_TCP="#define CONFIG_INFINIBAND_RDS_IWARP 1"
+ DEFINE_RDS_IWARP="#define CONFIG_INFINIBAND_RDS_IWARP 1"
else
DEFINE_RDS="#undef CONFIG_INFINIBAND_RDS"
DEFINE_RDS_IB="#undef CONFIG_INFINIBAND_RDS_IB"
- DEFINE_RDS_TCP="#undef CONFIG_INFINIBAND_RDS_IWARP"
+ DEFINE_RDS_IWARP="#undef CONFIG_INFINIBAND_RDS_IWARP"
fi
if [ "X${CONFIG_INFINIBAND_RDS_DEBUG}" == "Xy" ]; then
DEFINE_RDS_DEBUG="#define CONFIG_INFINIBAND_RDS_DEBUG 1"
@@ -1126,7 +1126,7 @@ ${DEFINE_ISCSI_TCP}
${DEFINE_INFINIBAND_EHCA}
${DEFINE_RDS}
${DEFINE_RDS_IB}
-${DEFINE_RDS_TCP}
+${DEFINE_RDS_IWARP}
${DEFINE_RDS_DEBUG}
${DEFINE_INFINIBAND_QLGC_VNIC_STATS}
${DEFINE_INFINIBAND_CXGB3_DEBUG}
More information about the rds-devel
mailing list