[rds-devel] [PATCH] rds: more TCP removal cleanups

Andy Grover andy.grover at oracle.com
Tue Nov 4 12:06:10 PST 2008


Jon Mason wrote:
> Hey Andy,
> Here are some more RDS TCP removal cleanups.  I missed a couple when I
> did the iWARP/TCP replacement yesterday.

Applied, thanks.

-- Andy

> 
> 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