]> git.openfabrics.org - ~tnikolova/docs/.git/commitdiff
Updated documentation
authorVladimir Sokolovsky <vlad@mellanox.co.il>
Tue, 22 Feb 2011 14:10:15 +0000 (16:10 +0200)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Tue, 22 Feb 2011 14:10:15 +0000 (16:10 +0200)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
OFED_release_notes.txt
README.txt
ofed.conf-example
readme_and_howto/HOWTO.build_ofed

index 17ce7143011ec9cc63da8e87b89b3a1073a5c948..1d389457b4fa12a8aed8e05656eaee84b6829239 100644 (file)
@@ -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
index 550529d39eacc3576face80506508f92224f80a5..6d75f8a0a62c1aef2df4df20137551dab401472c 100644 (file)
@@ -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.
index d431593d75969409fe596ff9584846ad25ca1020..d64a2a23d4bd79eb894477a2253e92d6280f9b75 100644 (file)
@@ -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
index 195185ee04ac94ceb06bffc49c50eca84c718af9..2be049a233d906d5760f487cd043a17efaac227b 100644 (file)
@@ -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 <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/
 
 ==============================================================================