]> git.openfabrics.org - ~aditr/compat-rdma-docs.git/commitdiff
updated to OFED 1.2 and date to April 2007
authorTziporet Koren <tziporet@mellanox.co.il>
Mon, 12 Mar 2007 12:53:07 +0000 (14:53 +0200)
committerTziporet Koren <tziporet@mellanox.co.il>
Mon, 12 Mar 2007 12:53:07 +0000 (14:53 +0200)
20 files changed:
HOWTO.build_ofed
MPI_README.txt
OFED_Installation_Guide.txt
OFED_release_notes.txt
OFED_tips.txt
PERF_TEST_README.txt
README.txt
diags_release_notes.txt
ehca_release_notes.txt
ibutils_release_note.txt
ipath_release_notes.txt
ipoib_release_notes.txt
iser_release_notes.txt
mthca_release_notes.txt
open_mpi_release_notes.txt
opensm_release_notes.txt
osu_mpi_release_notes.txt
sdp_release_notes.txt
srp_release_notes.txt
uDAPL_release_notes.txt

index 40b38bf5043899d7ff21c07d0eb9aeb6a34e26b6..7530d8e5a630b566c26acf1720b20cd6c0e458bd 100644 (file)
@@ -1,7 +1,7 @@
                Open Fabrics Enterprise Distribution (OFED)
-                         How To Build OFED 1.1
+                         How To Build OFED 1.2
 
-                            October 2006
+                            April 2007
 
 
 ==============================================================================
@@ -29,7 +29,7 @@ See OFED_release_notes.txt for more details.
 ==============================================================================
 
 The build script for the OFED package can be downloaded from: 
-  https://openib.org/svn/gen2/branches/1.1/ofed/build 
+  https://openib.org/svn/gen2/branches/1.2/ofed/build 
 
 Name: build_ofed.sh
 
@@ -91,23 +91,23 @@ Usage: build_ofed.sh --ver|-v <OFED version>  --git|-g <path to git tree>
 
 Sources are extracted by default from the following locations:
             userspace_URL:
-                https://openib.org/svn/gen2/branches/1.1/src/userspace
+                https://openib.org/svn/gen2/branches/1.2/src/userspace
             openib_scripts_URL:
-                https://openib.org/svn/gen2/branches/1.1/ofed/openib/scripts
+                https://openib.org/svn/gen2/branches/1.2/ofed/openib/scripts
             ofed_scripts_URL: 
-                https://openib.org/svn/gen2/branches/1.1/ofed/scripts
+                https://openib.org/svn/gen2/branches/1.2/ofed/scripts
             ofed_docs_URL: 
-                https://openib.org/svn/gen2/branches/1.1/ofed/docs
+                https://openib.org/svn/gen2/branches/1.2/ofed/docs
             mpi_URL: 
-                https://openib.org/svn/gen2/branches/1.1/ofed/mpi
+                https://openib.org/svn/gen2/branches/1.2/ofed/mpi
             extras_URL: 
-                https://openib.org/svn/gen2/branches/1.1/ofed/extras
+                https://openib.org/svn/gen2/branches/1.2/ofed/extras
 
 Example:
 
-    ./build_ofed.sh --ver 1.1-rc6 --git /local/git/ofed_1_1/
+    ./build_ofed.sh --ver 1.2-rc6 --git /local/git/ofed_1_1/
 
-    This command will create a package (i.e., subtree) called OFED-1.1-rc6
+    This command will create a package (i.e., subtree) called OFED-1.2-rc6
     in the current working direcory. The git tree "/local/git/ofed_1_1/"
     in this example is a local InfiniBand git tree which was created using
     one of the methods in the "Requirements" section below.
index ddd1589fd72274c4273ccaed0085bb2d10a8096e..2d895471b1e166be19735f05d49dfb723ab22f0c 100644 (file)
@@ -1,7 +1,7 @@
                Open Fabrics Enterprise Distribution (OFED)
-                       MPI in OFED 1.1 README
+                       MPI in OFED 1.2 README
 
-                           October 2006
+                           April 2007
 
 
 ===============================================================================
@@ -19,7 +19,7 @@ Two MPI stacks are included in this release of OFED:
 
 - Ohio State University (OSU) MVAPICH 0.9.7 (Modified by Mellanox
   Technologies)
-- Open MPI 1.1.1-1
+- Open MPI 1.2.1-1
 
 Setup, compilation and run information of OSU MVAPICH and Open MPI is
 provided below in sections 2 and 3 respectively.
index e45d7e2e20a8f84aca830255f986d15819daf4c3..e9de2b123ec105bc5dee34e129de25a15009d486 100644 (file)
@@ -1,8 +1,8 @@
          Open Fabrics Enterprise Distribution (OFED)
-                          Version 1.1
+                          Version 1.2
                       Installation Guide
                          
-                        October 2006
+                        April 2007
 
 ==============================================================================
 Table of contents
@@ -24,7 +24,7 @@ Table of contents
 1. Overview
 ==============================================================================
 
-This is the OpenFabrics Enterprise Distribution (OFED) version 1.1
+This is the OpenFabrics Enterprise Distribution (OFED) version 1.2
 software package supporting InfiniBand fabrics. It is composed of
 several software modules intended for use on a computer cluster
 constructed as an InfiniBand subnet.
@@ -176,7 +176,7 @@ o The package kernel include files are placed under <prefix>/src/openib.
   the Infiniband stack. (Note that these includes, if needed, have
   been "backported" to your kernel).
 o The package raw (unbackported) source files are placed under
-  <prefix>/src/openib-1.1.
+  <prefix>/src/openib-1.2.
 o The script "openibd" is installed under /etc/init.d/. This script can 
   be used to load and unload the software stack.
 o The directory /etc/infiniband is created with the files "info" and
index d48e6670a555ddc8aa9f63c96286ec340c2bdfab..e302ea5c11113dc3d8ea76e27e3103754ba10ffe 100644 (file)
@@ -1,15 +1,15 @@
            Open Fabrics Enterprise Distribution (OFED)
-                           Version 1.1
+                           Version 1.2
                           Release Notes
 
-                          October 2006
+                          April 2007
 
 
 ===============================================================================
 Table of Contents
 ===============================================================================
 1. Overview, which includes:
-       - OFED Distribution Rev 1.1 Contents
+       - OFED Distribution Rev 1.2 Contents
        - Supported Platforms and Operating Systems
        - Supported HCA Adapter Cards and Firmware Versions
        - Tested Switch Platforms
@@ -24,7 +24,7 @@ Table of Contents
 1. Overview
 ===============================================================================
 These are the release notes of Open Fabrics Enterprise Distribution (OFED)
-release 1.1. The OFED software package is composed of several software modules,
+release 1.2. The OFED software package is composed of several software modules,
 and is intended for use on a computer cluster constructed as an InfiniBand
 network.
 
@@ -32,7 +32,7 @@ Note: If you plan to upgrade the OFED package on your cluster, please upgrade
 all of its nodes to this new version.
 
 
-1.1 OFED 1.1 Contents
+1.1 OFED 1.2 Contents
 ---------------------
 The OFED package contains the following components:
   o   OpenFabrics core and ULPs:
@@ -81,7 +81,7 @@ This release supports HCAs by Mellanox Technologies, Qlogic and IBM.
        - InfiniHost (fw-23108 Rev 3.5.000)
        - InfiniHost III Ex (MemFree: fw-25218 Rev 5.1.400 
                             with memory: fw-25208 Rev 4.7.600)
-       - InfiniHost III Lx (fw-25204 Rev 1.1.000)
+       - InfiniHost III Lx (fw-25204 Rev 1.2.000)
        The SDR and DDR modes of the InfiniHost III family are supported.
 
        For official firmware versions please see:
@@ -108,7 +108,7 @@ companies:
 
 1.5 Third Party Packages
 ------------------------
-The following third party packages have been tested with OFED 1.1:
+The following third party packages have been tested with OFED 1.2:
 1. Intel MPI, Version 2.0.1 - refresh, and Version 3.0
 
 1.6 OFED Sources:
@@ -191,7 +191,7 @@ for each package in the docs directory.
           the Infiniband stack. (Note that these includes, if needed, have
           been "backported" to your kernel).
         o The package raw (unbackported) source files are placed under
-          <prefix>/src/openib-1.1.
+          <prefix>/src/openib-1.2.
 
 ===============================================================================
 3. Fixed Bugs
@@ -209,7 +209,7 @@ Bugs fixed in each package are reported in the packages release notes.
 4. Known Issues
 ===============================================================================
 The following is a list of major limitations and known issues of the various
-components of the OFED 1.1 release.
+components of the OFED 1.2 release.
 
 1. Memory registration by user is limited according to the administrator
    setting. See "Pinning (Locking) User Memory Pages" in OFED_tips.txt for
index 56fcbb81f1a8717559fb284c56b270ca17c67275..d94fdf1dd293c0c1a58df8924bbc608e80a65056 100644 (file)
@@ -1,7 +1,7 @@
                Open Fabrics Enterprise Distribution (OFED)
-                     Tips for Working with OFED 1.1
+                     Tips for Working with OFED 1.2
 
-                            October 2006
+                            April 2007
 
 ===============================================================================
 Table of Contents
@@ -25,7 +25,7 @@ Notes:
    To learn about other utilities, use their --help flag.
 
 2. The sources for all utilities are not part of the RPM installation. However,
-   all sources exist in the openib-1.1.tgz tarball.
+   all sources exist in the openib-1.2.tgz tarball.
 
 
 1.1 Device Information
@@ -168,13 +168,13 @@ installed or not).
 For example:
 
  > cat /usr/local/ofed/BUILD_ID
-   OFED-1.1-rc4
+   OFED-1.2-rc4
 
-   openib-1.1 (REV=9304)
+   openib-1.2 (REV=9304)
    # User space
-   https://openib.org/svn/gen2/branches/1.1/src/userspace
+   https://openib.org/svn/gen2/branches/1.2/src/userspace
    Git:
-   ref: refs/heads/ofed_1_1
+   ref: refs/heads/ofed_1.2
    commit d39c60f1406d29eb8e336529610574800a81d81e
 
    # MPI
index f79b9a293d0620de7503662863a4bd0244d603e0..9580a7ac219d3dfdd0afbc39cba8266d5a140d73 100644 (file)
@@ -1,7 +1,7 @@
             Open Fabrics Enterprise Distribution (OFED)
-                Performance Tests README for OFED 1.1
+                Performance Tests README for OFED 1.2
                  
-                         October 2006
+                         April 2007
 
 
 
index 6fa1b83d93ff77ad90ef6d4b448a422659605663..1bc0a45d7700026aab9c509a11d5c115aedaff43 100644 (file)
@@ -1,11 +1,11 @@
            Open Fabrics Enterprise Distribution (OFED)
-                            Version 1.1
+                            Version 1.2
                              README
                          
-                         October 2006
+                         April 2007
 
 
-This is the OpenFabrics Enterprise Distribution (OFED) version 1.1 software
+This is the OpenFabrics Enterprise Distribution (OFED) version 1.2 software
 package supporting InfiniBand fabrics. It is composed of several software
 modules intended for use on a computer cluster constructed as an InfiniBand 
 network.
@@ -26,7 +26,7 @@ This document includes the following sections:
 
 
 OpenFabrics Home Page:  http://www.openfabrics.org
-The OFED rev 1.1 software download available in www.openib.org/downloads.html
+The OFED rev 1.2 software download available in www.openib.org/downloads.html
 
 Please email bugs and error reports to your InfiniBand vendor, or use bugzilla
 http://openib.org/bugzilla/
@@ -133,7 +133,7 @@ is /usr/local/ofed.
 The RPMs will be placed under ./RPMS directory.
 
 For further details, see "Building OFED RPMs" and "Advanced Usage of OFED" in
-OFED_Installation_Guide.txt under OFED-1.1/docs. 
+OFED_Installation_Guide.txt under OFED-1.2/docs. 
 
 
 5. Installing OFED Software
@@ -142,11 +142,11 @@ OFED_Installation_Guide.txt under OFED-1.1/docs.
 The default installation directory is:   /usr/local/ofed
 
 Install Quick Guide:
-1) Download and extract: tar xzvf OFED-1.1.tgz file.
-2) Change into directory: cd OFED-1.1
+1) Download and extract: tar xzvf OFED-1.2.tgz file.
+2) Change into directory: cd OFED-1.2
 3) Run as root: ./install.sh
 4) Follow the directions to install required components. For details, please see
-   OFED_Installation_Guide.txt under OFED-1.1/docs.
+   OFED_Installation_Guide.txt under OFED-1.2/docs.
 
 
 Note: The install script removes previously installed IB packages and 
@@ -213,7 +213,7 @@ There are two MPI stacks included in this release of OFED:
 
 - Ohio State University's MVAPICH 0.9.7 (specifically updated and
   modified by Mellanox Technologies and Cisco or this release of OFED)
-- Open MPI 1.1.1
+- Open MPI 1.2.1
 
 OFED also includes 4 basic tests that can be run against each MPI
 stack: bandwidth (bw), latency (lt), Intel MPI Benchmark and Presta. The tests
@@ -226,7 +226,7 @@ the tests.
 8. Related Documentation
 ========================
 1) Release Notes for OFED Distribution components are to be found under 
-   OFED-1.1/docs and, after the package installation, under <prefix>/docs. 
+   OFED-1.2/docs and, after the package installation, under <prefix>/docs. 
 2) For a detailed installation guide, see OFED_Installation_Guide.txt.
 3) MPI_README.txt under <prefix>/docs.
 4) OFED_tips.txt under <prefix>/docs
index 41e6d68518b2a368b310cbf38396b608a3b389d4..7f32f3c04591835934800f305495268f53628399 100644 (file)
@@ -1,10 +1,10 @@
             Open Fabrics Enterprise Distribution (OFED)
-             Diagnostic Tools in OFED 1.1 Release Notes
+             Diagnostic Tools in OFED 1.2 Release Notes
                          
-                          October 2006
+                          April 2007
 
 
-Repo: https://openib.org/svn/gen2/branches/1.1/src/userspace/management/diags
+Repo: https://openib.org/svn/gen2/branches/1.2/src/userspace/management/diags
 Version: 9535
 
 
index abc0f88f0dd508193b2a56b8e14a1f7be025e747..97c7572800a8b8a349a19fec7d96bfccd55865ef 100644 (file)
@@ -1,7 +1,7 @@
             Open Fabrics Enterprise Distribution (OFED)
-                   ehca in OFED 1.1 Release Notes
+                   ehca in OFED 1.2 Release Notes
                          
-                          October 2006
+                          April 2007
 
 
 Overview
index f87e793e73ee9ec1df1e811008e9c445398ef163..7280b44c6b59dc123864e1f3483c9d64f4676120 100644 (file)
@@ -1,7 +1,7 @@
             Open Fabrics Enterprise Distribution (OFED)
-                  IBUTILS in OFED 1.1 Release Notes
+                  IBUTILS in OFED 1.2 Release Notes
 
-                          October 2006
+                          April 2007
 
 
 ===============================================================================
index 9fcfa88d090d1938fae67be662482f7eddcc37bb..fe7619b06c3b3953a7049c81650b3a0f5b863f47 100644 (file)
@@ -1,7 +1,7 @@
             Open Fabrics Enterprise Distribution (OFED)
-                   ipath in OFED 1.1 Release Notes
+                   ipath in OFED 1.2 Release Notes
                          
-                          October 2006
+                          April 2007
 
 
 Overview
index 5436a7d5c19b36ac4d22dcb9dbdc1817ad787c7e..bce03d30e59d17547af403f1b550d6bf460248a0 100644 (file)
@@ -1,7 +1,7 @@
             Open Fabrics Enterprise Distribution (OFED)
-                   IPoIB in OFED 1.1 Release Notes
+                   IPoIB in OFED 1.2 Release Notes
                          
-                          October 2006
+                          April 2007
 
 
 ===============================================================================
@@ -105,7 +105,7 @@ DHCP Notes
    The client's port number must be the chosen server's port number plus one.
 
 2. For IPoIB to use DHCP, it is required to patch ISC's DHCP. The patch file can
-   be found under OFED-1.1/docs/dhcp after extracting the distribution file
+   be found under OFED-1.2/docs/dhcp after extracting the distribution file
    (after installation it can also be found under <prefix>/docs/dhcp). The patch
    should be applied for the server and for each client. Tests were run on
    version 3.0.4 of the DHCP package.
index be39f90b2c99d9db9ec3ebe841e6e9d5377ce830..fdbc5c8c41578a8b0f0c51d6cb0fff05c4cee9c7 100644 (file)
@@ -1,7 +1,7 @@
             Open Fabrics Enterprise Distribution (OFED)
-              iSER initiator in OFED 1.1 Release Notes
+              iSER initiator in OFED 1.2 Release Notes
                          
-                          October 2006
+                          April 2007
 
 
 * Background
index 16f1ccc0533143e845971ea9785f6619b9577d16..4dfb4122ab68c89631325dd3062d1e2e5fe476b7 100644 (file)
@@ -1,7 +1,7 @@
             Open Fabrics Enterprise Distribution (OFED)
-                   mthca in OFED 1.1 Release Notes
+                   mthca in OFED 1.2 Release Notes
                          
-                          October 2006
+                          April 2007
 
 
 ===============================================================================
index 90da6146da06c02050110813ca6d61a3b3c65a9b..377fb59cda3029ebc3100d81e16af7754aa65313 100644 (file)
@@ -1,7 +1,7 @@
              Open Fabrics Enterprise Distribution (OFED)
-     Open MPI in OFED 1.1 Copyrights, License, and Release Notes
+     Open MPI in OFED 1.2 Copyrights, License, and Release Notes
                          
-                          October 2006
+                          April 2007
 
 
 Open MPI Copyrights
index 2c38a40254ffac29d277fca57b8af6806f6b7c8a..b6d15010c3410f2dbc19ee440d8dbf8d015ab16f 100644 (file)
@@ -1,14 +1,14 @@
                         OpenSM Release Notes 2.0.5
                        ============================
 
-Version: OpenFabrics Enterprise Distribution (OFED) 1.1
-Repo:    https://openib.org/svn/gen2/branches/1.1/src/userspace/management/osm
+Version: OpenFabrics Enterprise Distribution (OFED) 1.2
+Repo:    https://openib.org/svn/gen2/branches/1.2/src/userspace/management/osm
 Version: 9535 (openib-2.0.5)
-Date:    October 2006
+Date:    April 2007
 
 1 Overview
 ----------
-This document describes the contents of the OpenSM OFED 1.1 release. 
+This document describes the contents of the OpenSM OFED 1.2 release. 
 OpenSM is an InfiniBand compliant Subnet Manager and Administration,
 and runs on top of OpenIB. The OpenSM version for this release 
 is openib-2.0.5
@@ -100,7 +100,7 @@ This document includes the following sections:
 
 1.4 Software Dependencies
 
-OpenSM depends on the installation of either OFED 1.1, OFED 1.0,
+OpenSM depends on the installation of either OFED 1.2, OFED 1.0,
 OpenIB gen2 (e.g. IBG2 distribution), OpenIB gen1 (e.g. IBGD
 distribution), or Mellanox VAPI stacks. The qualified driver versions
 are provided in Table 2, "Qualified IB Stacks".
index 8ff2db2782b49c1f639a6ab9f1176ed703c1e456..4950255a387919f62806c5c1ab34a296abc77267 100644 (file)
@@ -1,7 +1,7 @@
              Open Fabrics Enterprise Distribution (OFED)
- OSU MPI MVAPICH-0.9.7, Rev 0.9.7-mlx2.2.0 in OFED 1.1 Release Notes
+ OSU MPI MVAPICH-0.9.7, Rev 0.9.7-mlx2.2.0 in OFED 1.2 Release Notes
 
-                          October 2006
+                          April 2007
 
 
 Overview
index ebde1ab5641032dbefca43e120b60c852b34c576..bc27338e98c8b2fa0029aec4c0a54f930d72fae9 100644 (file)
@@ -1,7 +1,7 @@
             Open Fabrics Enterprise Distribution (OFED)
-                   SDP in OFED 1.1 Release Notes
+                   SDP in OFED 1.2 Release Notes
 
-                         October 2006
+                         April 2007
 
 
 
@@ -16,7 +16,7 @@ Table of Contents
 ===============================================================================
 1. Overview
 ===============================================================================
-SDP in OFED is at beta level for OFED 1.1
+SDP in OFED is at beta level for OFED 1.2
 
 
 ===============================================================================
@@ -92,9 +92,9 @@ SDP in OFED is at beta level for OFED 1.1.
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             Open Fabrics Enterprise Distribution (OFED)
-             libsdp v. 9382 in OFED 1.1 Release Notes
+             libsdp v. 9382 in OFED 1.2 Release Notes
 
-                         October 2006
+                         April 2007
 
 
 ===============================================================================
@@ -109,12 +109,12 @@ Table of Contents
 ===============================================================================
 1. Overview
 ===============================================================================
-This document describes the contents of the libsdp OFED 1.1 release. 
+This document describes the contents of the libsdp OFED 1.2 release. 
 libsdp is a LD_PRELOAD-able library that can be used to migrate existing
 applications to use InfiniBand Sockets Direct Protocol (SDP) instead of
 TCP sockets, transparently and without recompilations. To setup libsdp
 please follow the instructions below. The libsdp version for this release 
-is 1.1.
+is 1.2.
 
 
 ===============================================================================
index 92cef61f55c45b8dea19a4aefc229b0790444dbd..be8df11f22f74f567f6da9713bfa41545e4f90fb 100644 (file)
@@ -1,8 +1,8 @@
 
              Open Fabrics Enterprise Distribution (OFED)
-                   SRP in OFED 1.1 Release Notes
+                   SRP in OFED 1.2 Release Notes
                          
-                          October 2006
+                          April 2007
 
 
 ==============================================================================
@@ -110,7 +110,7 @@ automatically.
 6. SRP Tools - ibsrpdm and srp_daemon
 ==============================================================================
 
-To assist in performing the steps in Section 5, the OFED 1.1 distribution
+To assist in performing the steps in Section 5, the OFED 1.2 distribution
 provides two utilities which:
 - Detect targets on the fabric reachable by the Initiator (for step 1)
 - Output target attributes in a format suitable for use in the above
@@ -473,7 +473,7 @@ should make sure this will not occur. One solution may be to stop "haldaemon"
 ==============================================================================
 
 Hosts connected to Silverstorm SRP Targets must perform one of the following
-steps after upgrading to OFED 1.1 to continue accessing their storage
+steps after upgrading to OFED 1.2 to continue accessing their storage
 successfully:
 
 1. When issuing the "echo" command to add a new SRP Target, the host
index 972e329002e4cb49b308d767613bc94787484a8b..1958b80bfecd46d25f6d85617728444196884d9d 100644 (file)
@@ -1,13 +1,13 @@
 
                   Release Notes for 
-               Gamma 3.2 and OFED 1.1 DAPL Release
-                   October 2006
+               Gamma 3.2 and OFED 1.2 DAPL Release
+                   April 2007
 
 
-        DAPL GAMMA 3.2/OFED 1.1 RELEASE NOTES
+        DAPL GAMMA 3.2/OFED 1.2 RELEASE NOTES
 
        This release of the DAPL reference implementation 
-        is timed to coincide with OFED release 1.1 of the 
+        is timed to coincide with OFED release 1.2 of the 
         Open Fabrics (www.openfabrics.org) software stack.
        
         NEW SINCE Gamma 3.1 and OFED 1.0
@@ -39,9 +39,9 @@
          retry values. 
         + Fix to disallow any event after a disconnect event.
 
-       * OFED 1.1 uDAPL source build instructions:
+       * OFED 1.2 uDAPL source build instructions:
 
-       cd /usr/local/ofed/src/openib-1.1/src/userspace/dapl
+       cd /usr/local/ofed/src/openib-1.2/src/userspace/dapl
 
        # NON_DEBUG build configuration
 
        DAP BETA 2.06 RELEASE NOTES
 
        We are not planning any further releases of the Beta series,
-       which are based  on the 1.1 version of the spec. There may be
+       which are based  on the 1.2 version of the spec. There may be
        further releases for bug fixes, but we anticipate the DAPL
        community to move to the new 1.2 version of the spec and the
        changes mandated in the reference implementation.