]> git.openfabrics.org - ~tnikolova/docs/.git/commitdiff
docs: update ehca release notes for OFED-1.5
authorAlexander Schmidt <alexs@linux.vnet.ibm.com>
Wed, 9 Dec 2009 21:01:30 +0000 (16:01 -0500)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Thu, 10 Dec 2009 07:29:03 +0000 (09:29 +0200)
Signed-off-by: Alexander Schmidt <alexs@linux.vnet.ibm.com>
ehca_release_notes.txt

index 17025b4712d33f203cc1b516d1c3b97739a36537..ad7f34a90b3606240b2ccc237b2c5772bd7bd961 100644 (file)
@@ -1,8 +1,8 @@
 
              Open Fabrics Enterprise Distribution (OFED)
-                    ehca in OFED 1.4.1 Release Notes
+                    ehca in OFED 1.5 Release Notes
 
-                               May 2009
+                               December 2009
 
 
 Overview
@@ -28,7 +28,7 @@ whereby <parameter> is one of the following items:
 - scaling_code    scaling code (0: disable (default), 1: enable)
 - open_aqp1       Open AQP1 on startup (default: no) (bool)
 - hw_level        Hardware level (0: autosensing (default), 0x10..0x14: eHCA, 0x20..0x23: eHCA2) (int)
-- nr_ports        number of connected ports (-1: autodetect, 1: port one only, 2: two ports (default) (int)
+- nr_ports        number of connected ports (-1: autodetect (default), 1: port one only, 2: two ports) (int)
 - use_hp_mr       Use high performance MRs (default: no) (bool)
 - poll_all_eqs    Poll all event queues periodically (default: yes) (bool)
 - static_rate     Set permanent static rate (default: no static rate) (int)
@@ -38,7 +38,14 @@ whereby <parameter> is one of the following items:
 
 New Features
 ------------
-- none
+- DMEM toleration
+- Port autodetection set to default
+
+Fixed Bugs ofed-1.5
+---------------------
+- SRQ overflow prevention
+- Performance improvements for QP creation
+- MAD redirection fix
 
 Fixed Bugs ofed-1.4.1
 ---------------------
@@ -81,23 +88,17 @@ Fixed Bugs ofed-1.3
 
 Available backports
 -------------------
-- RedHat EL5 up2: 2.6.18-92.ELsmp
 - RedHat EL5 up3: 2.6.18-128.ELsmp
+- RedHat EL5 up4: 2.6.18-164.ELsmp
 - SLES11: 2.6.27.19-5.1-smp
-- SLES10SP1: 2.6.16-53-0.16-smp
 - SLES10SP2: 2.6.16-60
-- kernel.org: 2.6.24-27
+- SLES10SP3: 2.6.16.60-0.54.5
+- kernel.org: 2.6.27-30
 
 Known Issues
 ------------
-1. The device driver normally uses both ports. For using just one port it is
-strongly recommended to set option nr_ports=-1 to enable autodetect mode:
-   modprobe ib_ehca nr_ports=-1
-
-2. Furthermore the port(s) needs to be connected to an active switch port while
+1. The port(s) needs to be connected to an active switch port while
 loading the ehca device driver.
 
-3. Dynamic memory operations are not supported with ehca
-
-4. Allocating a large number of queue pairs might be time consuming. This will
-be fixed in next OFED release.
+2. Dynamic memory operations are tolerated by ehca, but are prevented by
+the driver while it is loaded.