From: Vladimir Sokolovsky Date: Tue, 22 Feb 2011 14:10:15 +0000 (+0200) Subject: Updated documentation X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e7ea71543fd598daef2d951bfb49d885e13fd316;p=~ardavis%2Fofed_docs%2F.git Updated documentation Signed-off-by: Vladimir Sokolovsky --- diff --git a/OFED_release_notes.txt b/OFED_release_notes.txt index 17ce714..1d38945 100644 --- a/OFED_release_notes.txt +++ b/OFED_release_notes.txt @@ -41,7 +41,7 @@ The OFED package contains the following components: - iWARP RNIC driver (cxgb3, nes) - core - Upper Layer Protocols: IPoIB, SDP, SRP Initiator and target, iSER - Initiator and target, RDS, uDAPL, qlgc_vnic and NFS-RDMA. + Initiator and target, RDS, uDAPL, qlgc_vnic and NFS-RDMA*. - OpenFabrics utilities: - OpenSM (OSM): InfiniBand Subnet Manager - Diagnostic tools @@ -65,6 +65,8 @@ Notes: 2. All other OFED components are of production quality. 3. See release notes for each package in the docs directory. 4. Any Topspin copyright belongs to Cisco Systems, Inc. +5. NFS-RDMA will not be installed by default. See "Main Changes from + OFED 1.5.2" 1.2 Supported Platforms and Operating Systems --------------------------------------------- @@ -99,7 +101,7 @@ well as iWARP RNICs by Chelsio Communications and Intel. - InfiniHost III Ex (MemFree: fw-25218 Rev 5.3.000 with memory: fw-25208 Rev 4.8.200) - InfiniHost III Lx (fw-25204 Rev 1.2.000) - - ConnectX IB (fw-25408 Rev 2.7.700) + - ConnectX IB (fw-25408 Rev 2.8.000) For official firmware versions please see: http://www.mellanox.com/content/pages.php?pg=firmware_download diff --git a/README.txt b/README.txt index 550529d..6d75f8a 100644 --- a/README.txt +++ b/README.txt @@ -2,7 +2,7 @@ Version 1.5.3 README - January 2010 + February 2011 ============================================================================== Table of contents @@ -28,7 +28,7 @@ Table of contents 1. Overview ============================================================================== -This is the OpenFabrics Enterprise Distribution (OFED) version 1.5.2 +This is the OpenFabrics Enterprise Distribution (OFED) version 1.5.3 software package supporting InfiniBand and iWARP fabrics. It is composed of several software modules intended for use on a computer cluster constructed as an InfiniBand subnet or an iWARP network. diff --git a/ofed.conf-example b/ofed.conf-example index d431593..d64a2a2 100644 --- a/ofed.conf-example +++ b/ofed.conf-example @@ -41,6 +41,7 @@ libibmad-static=y libibmad-debuginfo=y ibsim=y ibsim-debuginfo=y +ibacm=y librdmacm=y librdmacm-utils=y librdmacm-devel=y diff --git a/readme_and_howto/HOWTO.build_ofed b/readme_and_howto/HOWTO.build_ofed index 195185e..2be049a 100644 --- a/readme_and_howto/HOWTO.build_ofed +++ b/readme_and_howto/HOWTO.build_ofed @@ -1,7 +1,7 @@ Open Fabrics Enterprise Distribution (OFED) - How To Build OFED 1.5.1 + How To Build OFED 1.5.3 - March 2010 + February 2011 ============================================================================== @@ -39,9 +39,9 @@ Usage: ./build.pl --version [-r|--release]|[--daily] [-d|--distributio Example: - ./build.pl --version 1.5.1-rc1 -p packages-ofed + ./build.pl --version 1.5.3-rc1 -p packages-ofed - This command will create a package (i.e., subtree) called OFED-1.5.1-rc1 + This command will create a package (i.e., subtree) called OFED-1.5.3-rc1 under /tmp/$USER/ ==============================================================================