]> git.openfabrics.org - ~ardavis/ofed_docs/.git/commitdiff
Release notes changes.
authorMike Marciniszyn <mike.marciniszyn@qlogic.com>
Wed, 9 Feb 2011 18:52:07 +0000 (13:52 -0500)
committerMike Marciniszyn <mike.marciniszyn@qlogic.com>
Wed, 9 Feb 2011 18:52:07 +0000 (13:52 -0500)
Signed-off-by: Mike Marciniszyn <mike.marciniszyn@qlogic.com>
OFED_release_notes.txt
release_notes/qib_release_notes.txt

index b88bc50b858a61a34ef5a7124845704dd47ec89b..17ce7143011ec9cc63da8e87b89b3a1073a5c948 100644 (file)
@@ -8,7 +8,7 @@
 Table of Contents
 ===============================================================================
 1. Overview, which includes:
-       - OFED Distribution Rev 1.5.2 Contents
+       - OFED Distribution Rev 1.5.3 Contents
        - Supported Platforms and Operating Systems
        - Supported HCA and RNIC Adapter Cards and Firmware Versions
        - Tested Switch Platforms
@@ -25,7 +25,7 @@ Table of Contents
 1. Overview
 ===============================================================================
 These are the release notes of OpenFabrics Enterprise Distribution (OFED)
-release 1.5.2. The OFED software package is composed of several software modules,
+release 1.5.3. The OFED software package is composed of several software modules,
 and is intended for use on a computer cluster constructed as an InfiniBand
 subnet or iWARP network. 
 
@@ -33,7 +33,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.5.2 Contents
+1.1 OFED 1.5.3 Contents
 -----------------------
 The OFED package contains the following components:
  - OpenFabrics core and ULPs:
@@ -54,6 +54,8 @@ The OFED package contains the following components:
  - Extra packages:
        - open-iscsi: open-iscsi initiator with iSER support
        - ib-bonding: Bonding driver for IPoIB interface
+       - infinipath-psm: Performance-Scaled Messaging API, an accelerated 
+         interface to QLogic HCAs
  - Sources of all software modules (under conditions mentioned in the modules'
    LICENSE files)
  - Documentation
@@ -103,10 +105,8 @@ well as iWARP RNICs by Chelsio Communications and Intel.
        http://www.mellanox.com/content/pages.php?pg=firmware_download
 
   o   Qlogic HCAs:
-       - QHT7140 QLogic InfiniPath SDR HTX HCA
-       - QLE7140 QLogic InfiniPath SDR PCIe HCA
-       - QLE7240 QLogic InfiniPath DDR x8 PCIe HCA
-       - QLE7280 QLogic IniniPath DDR x16 PCIe HCA
+       - QLogic TrueScale DDR PCIe x8 and x16 HCAs
+       - QLogic TrueScale QDR PCIe x8 Gen2 HCAs
 
   o   IBM HCAs:
        - GX Dual-port SDR 4x IB HCA
@@ -134,7 +134,7 @@ companies:
 
 1.5 Third Party Packages
 ------------------------
-The following third party packages have been tested with OFED 1.5.2:
+The following third party packages have been tested with OFED 1.5.3:
 - Intel MPI, Version 3.2.2
 - Intel MPI, Version 4.0 beta 
 
@@ -322,7 +322,7 @@ components of the OFED 1.5.3 release.
     /etc/modprobe.d/unsupported-modules. Without this the modules will not
     load.
 11. iSER is supported on kernel.org 2.6.30, 2.6.31 and 2.6.32 only.
-    OFED-1.5.2 will not install iSER on other kernels, and the original iSER
+    OFED-1.5.3 will not install iSER on other kernels, and the original iSER
     module that comes with the Linux distribution will stop working due to a
     mismatch in the symbols version.
 12. On SLES10 SP3, the kernel 2.6.16.60-0.54.5 should be updated to
index 3c5558f9d30549a3a0741a5e22146d1dcc821775..a219e553da67e2302ab64a3d762b820e51643fa7 100644 (file)
@@ -1,16 +1,26 @@
              Open Fabrics Enterprise Distribution (OFED)
-                   qib in OFED 1.5.1 Release Notes
+                   qib in OFED 1.5.3 Release Notes
 
-                         March 2010
+                         February 2011
 
 ======================================================================
 1. Overview
 ======================================================================
-qib is the low level driver implementation for all QLogic InfiniPath
-PCI-Express HCAs: gen 1 x8 SDR QLE7140, gen 1 x8 DDR QLE7240,
-gen 1 x16 DDR QLE7280, gen 2 x8 QDR QLE7340 and QLE7342.
+qib is the low level driver implementation for all QLogic TrueScale
+PCI-Express HCAs, including,
 
-The qib driver is new for OFED 1.5.
+  QDR HCAs, all x8 PCIe Gen2:  
+    - QLE7340 (single port) 
+    - QLE7342 (dual port)
+    - QMH7342
+    - QME7342
+    - QME7362
+  DDR HCAs:  
+    - QLE7240 (x8 PCIe Gen1), 
+    - QLE7280 (x16 PCIe Gen1) 
+    
+
+The qib driver has been updated for OFED 1.5.3.
 
 The qib kernel driver obsoletes the ipath kernel driver but is
 compatible with libipathverbs so no new user level components are needed.