]> git.openfabrics.org - compat-rdma/docs.git/commitdiff
more updates
authorTziporet Koren <tziporet@mellanox.co.il>
Tue, 10 Jul 2007 12:08:32 +0000 (15:08 +0300)
committerTziporet Koren <tziporet@mellanox.co.il>
Tue, 10 Jul 2007 12:08:32 +0000 (15:08 +0300)
OFED_Installation_Guide.txt
OFED_release_notes.txt
mlx4_release_notes.txt

index 05240f6cbdf67b0c087fa491e452189a12cf47e7..8c63b011376970baf8569ec042d913ae004e86b6 100644 (file)
@@ -1,8 +1,8 @@
             Open Fabrics Enterprise Distribution (OFED)
-                          Version 1.2
+                          Version 1.2.c
                        Installation Guide
 
-                           June 2007
+                           July 2007
 
 ==============================================================================
 Table of contents
@@ -24,7 +24,7 @@ Table of contents
 1. Overview
 ==============================================================================
 
-This is the OpenFabrics Enterprise Distribution (OFED) version 1.2
+This is the OpenFabrics Enterprise Distribution (OFED) version 1.2.c
 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 1c215f2a5828ea91db04fb3ed3d68753930d8be3..abe2a65640fc5913a189fa795038602f654fa51f 100644 (file)
@@ -252,7 +252,8 @@ for each package in the docs directory.
 ===============================================================================
 4. Fixed Bugs since OFED 1.2.c-8
 ===============================================================================
-1. Kernel oops in IPoIB on restart of the driver
+1. Kernel oops in IPoIB on restart of the driver.
+2. IPoIB CM is now the default.
 
 Bugs fixed in each package are reported in the package's release notes.
 
@@ -267,17 +268,18 @@ components of the OFED 1.2 release.
    stop the old OFED version before uninstalling it. 
    Workaround: Stop the old OFED stack (/etc/init.d/openibd stop) before 
    upgrade to OFED 1.2.
-1. Memory registration by  the user is limited according to the administrator
+2. It is not recommended to use MPI with SRQ on ConnectX.
+3. Memory registration by the user is limited according to the administrator
    setting. See "Pinning (Locking) User Memory Pages" in OFED_tips.txt for
    system configuration.
-2. Fork support from kernel 2.6.12 and above is available provided
+4. Fork support from kernel 2.6.12 and above is available provided
    that applications do not use threads. The fork() is supported as long
    as the parent process does not run before the child exits or calls exec().
    The former can be achieved by calling wait(childpid), and the latter can be
    achieved by application specific means.  The Posix system() call is
    supported.
-3. The ipath driver is supported only on 64-bit platforms.
-4. There are issues using Intel's MPI with the Qlogic card driver that cause
+5. The ipath driver is supported only on 64-bit platforms.
+6. There are issues using Intel's MPI with the Qlogic card driver that cause
    failures.
 
 Note: See the release notes of each component for additional issues.
index e5d37116b3d7f6d925ff4cc9faab2cf665021a42..8873187db4da4efe3d9ee2f61d87ab62f7d38fd4 100755 (executable)
@@ -71,6 +71,7 @@ This release was tested with FW 2.1.0.
 - Query QP and SRQ are now supported.
 - Internal error flow was added
 - Number of QPs that can be attached to the same multicast group increased to 56.
+- Itanium is now supported.
 
 ===============================================================================
 5. Known Issues