	    Open Fabrics Enterprise Distribution (OFED)
			    Version 1.1
			   Release Notes

			  September 2006


===============================================================================
Table of Contents
===============================================================================
1. Overview, which includes:
	- OFED Distribution Rev 1.1 Contents
	- Supported Platforms and Operating Systems
	- Supported HCA Adapter Cards and Firmware Versions
	- Tested Switch Platforms
	- Third party Test Packages
2. Main Changes from OFED 1.0
3. Fixed Bugs
4. Known Issues


===============================================================================
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,
and is intended for use on a computer cluster constructed as an InfiniBand
network.

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
---------------------
The OFED package contains the following components:
  o   OpenFabrics core and ULPs:
        - HCA drivers (mthca, ipath, ehca)
        - core
        - Upper Layer Protocols: IPoIB, SDP, SRP Initiator, iSER Host and uDAPL
  o   OpenFabrics utilities:
        - OpenSM (OSM): InfiniBand Subnet Manager
        - Diagnostic tools
        - Performance tests
  o   MPI:
        - OSU MPI stack supporting the InfiniBand interface
        - Open MPI stack supporting the InfiniBand interface
        - MPI benchmark tests (OSU benchmarks, Intel MPI benchmarks, Presta)
  o   Sources of all software modules (under conditions mentioned in the modules'
      LICENSE files)
  o   Documentation

Notes:
1. SDP is beta quality.
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.

1.2 Supported Platforms and Operating Systems
---------------------------------------------
  o   CPU architectures:
	- x86_64
	- x86
	- ia64
	- ppc64
	
  o   Linux Operating Systems:
	- RedHat EL4 up3: 2.6.9-34.ELsmp
	- RedHat EL4 up4: 2.6.9-42.ELsmp
	- SLES9 SP3: 2.6.5-7.244-smp
	- SLES10: 2.6.16.21-0.8-smp
	- kernel.org: 2.6.17.x
	
1.3 HCAs Supported
------------------
This release supports HCAs by Mellanox Technologies, Qlogic and IBM.

  o   Mellanox Technologies HCAs:
	- InfiniHost
	- InfiniHost III Ex (both modes: with memory and MemFree)
	- InfiniHost III Lx
	The SDR and DDR modes of the InfiniHost III family are supported.

	For official firmware versions please see:
	http://www.mellanox.com/support/firmware_table.php

  o   Qlogic HCAs:
	- QHT6040 (PathScale InfiniPath HT-460)
	- QHT6140 (PathScale InfiniPath HT-465)
	- QLE6140 (PathScale InfiniPath PE-880)

  o   IBM HCAs:
	- GX Dual-port 4x IB HCA 
	- GX Dual-port 12x IB HCA 


1.4 Switches Supported
----------------------
This release was tested with switches and gateways provided by the following
companies:
	- Cisco
	- Voltaire
	- SilverStorm
	- Flextronics

1.5 Third Party Packages
------------------------
The following third party packages have been tested with OFED 1.1:
1. Intel MPI, Version 2.0.1 - refresh,  and Version 3.0


===============================================================================
2. Main Changes from OFED 1.0
===============================================================================
Note: For details regarding the various changes,  please see the release notes
for each package in the docs directory.

    2.1 General changes:
	o lib32 on 64-bit systems
	o Kernel code based on 2.6.18
	o HCA fatal - kernel flow support
	o High Availability in IPoIB and SRP
	o RDS was removed for the OFED package
	o IBM low level driver (ehca) was added
	o OSM RPM was separated into several RPMs to enable installing
	  diagnostic tools without the opensm executable.

    2.1 IPoIB:
    	o High Availability support using a user-level daemon (beta quality)

    2.2 SDP:
  	o Beta quality (higher stability)
  	o Improved latency
  	o Implemented the Naggle algorithm
  	o Supports sending/receiving out of band data 
  	o Interoperability with previous SDP implementation

    2.3 SRP:
   	o GA quality
   	o DM (Device Mapper) - for high availability (beta quality).
   	o New srp_daemon was added

    2.4 iSER:
	o Testing more platforms (e.g., ppc64 and ia64)

    2.5 uDAPL
     	o Scalability features needed for Intel MPI 

    2.6 MPI: 
	a. OSU MVAPICH:
      		o Version was changed to 0.9.7-mlx2.2.0
	      	o Message coalescing
	b. Open MPI:
		o Version was updated to v1.1.1
                o Bug fixes and general enhancements over v1.1
		o See http://www.open-mpi.org/svn/new.php for details
	c. MPI tests:
		o Updated the tests to latest versions from LLNL, Intel, OSU

    2.7 OSM:
 	o Partition Manager (Pkey)
 	o Pre-computed routing load from file 
 	o Primitive QoS - as technology preview 

    2.8 Management: 
	o Added Madeye utility
	o Added saquery tool
	o Enhanced ibnetdiscover tool with grouping function
	o New ibutils package: 
	   	o Port error counter check 
	   	o Port performance counters dump 
	   	o Link width and Link speed check by flag


===============================================================================
3. Fixed Bugs
===============================================================================
1. OFED installation now supports installing lib32 on 64-bit systems.
2. Registration of huge page memory buffers is supported.
3. Diagnostic tools do not require an opensm executable to be installed.


===============================================================================
4. Known Issues
===============================================================================
The following is a list of major limitations and known issues of the various
components of the OFED 1.1 release.

1. Memory registration by user is limited according to the administrator
   setting. See "Pinning (Locking) User Memory Pages" in OFED_tips.txt for
   system configuration.
2. On RedHat EL4 up2 and Fedora Core 4 the driver may not load properly if
   SELINUX is enforced.
   Workaround: Change the value of the parameter SELINUX in
   /etc/sysconfig/selinux from "enforcing" to "permissive" or "disabled".
3. Fork support from kernel 2.6.12 and above is available provided that
   applications do not use threads. Only system() or fork() and immediate
   exec() are supported.
5. MVAPICH does not work on ppc64.
6. libibcm is not thread safe: if several threads use libibcm, the function
   ib_cm_get_device will give the same device to all of the threads, which
   can cause thread X to get events that were sent to thread Y.
7. ehca driver is supported only on kernel 2.6.18.

Note: See the release notes of each component for additional issues.
