[ewg] [PATCH] docs: update nes_release_notes.txt for OFED 1.5.1

2010-03-17 Thread Chien Tung

Signed-off-by: Chien Tung 
---
 nes_release_notes.txt |  220 +
 1 files changed, 93 insertions(+), 127 deletions(-)

diff --git a/nes_release_notes.txt b/nes_release_notes.txt
index b698766..6386c54 100644
--- a/nes_release_notes.txt
+++ b/nes_release_notes.txt
@@ -1,57 +1,78 @@
 Open Fabrics Enterprise Distribution (OFED)
   NetEffect Ethernet Cluster Server Adapter Release Notes
-   December 2009
+   March 2010
 
 
 
 The iw_nes module and libnes user library provide RDMA and L2IF
 support for the NetEffect Ethernet Cluster Server Adapters.
 
+==
+What's New
+==
+OFED 1.5.1 contains several enhancements and bug fixes to iw_nes driver.
+
+* Add support for KR, device id 0x0110.
+* Add new ethtool stats.
+* Fix crash caused by multiple disconnects during Asynchronous Event handling.
+* Fix crash in listener destroy during loopback setup.
+* Clear stall bit before destroying NIC QP.
+* Set assume aligned header bit.
+
 
 
 Required Setting - RDMA Unify TCP port space
 
 RDMA connections use the same TCP port space as the host stack.  To avoid
-conflicts, set rdma_cm module option unify_tcp_port_sapce to 1 by adding
+conflicts, set rdma_cm module option unify_tcp_port_space to 1 by adding
 the following to /etc/modprobe.conf:
 
 options rdma_cm unify_tcp_port_space=1
 
 
+=
+Power Management Mode
+=
+It is recommended to disable Active State Power Management in the BIOS, e.g.:
+
+  PCIe ASPM L0s - Advanced State Power Management: DISABLED
+
+
 ===
 Loadable Module Options
 ===
 The following options can be used when loading the iw_nes module by modifying
-modprobe.conf file:
+modprobe.conf file.
 
-wide_ppm_offset = 0
+wide_ppm_offset=0
 Set to 1 will increase CX4 interface clock ppm offset to 300ppm.
 Default setting 0 is 100ppm.
 
-mpa_version = 1
+mpa_version=1
 MPA version to be used int MPA Req/Resp (0 or 1).
 
-disable_mpa_crc = 0
+disable_mpa_crc=0
 Disable checking of MPA CRC.
+Set to 1 to enable MPA CRC.
 
-send_first = 0
+send_first=0
 Send RDMA Message First on Active Connection.
 
-nes_drv_opt = 0x0100
+nes_drv_opt=0x
 Following options are supported:
 
-Enable MSI - 0x0010
-No Inline Data - 0x0080
-Disable Interrupt Moderation - 0x0100
-Disable Virtual Work Queue - 0x0200
+0x0010 - Enable MSI
+0x0080 - No Inline Data.
+0x0100 - Diable Interrupt Moderation
+0x0200 - Disable Virtual Work Queue
 
-nes_debug_level = 0
-Enable debug output level.
+nes_debug_level=0
+Specify debug output level.
 
-wqm_quanta = 65536
+wqm_quanta=65536
 Set size of data to be transmitted at a time.
 
-limit_maxrdreqsz = 0
+limit_maxrdreqsz=0
 Limit PCI read request size to 256 bytes.
 
 
@@ -79,7 +100,6 @@ NOTE: Assuming NetEffect Ethernet Cluster Server Adapter is 
assigned eth2.
 ethtool -C eth2 rx-usecs-high 1000 - largest interrupt moderation timer
  for dynamic interrupt moderation
 
-
 ===
 uDAPL Configuration
 ===
@@ -89,6 +109,13 @@ Rest of the document assumes the following uDAPL settings 
in dat.conf:
 ofa-v2-iwarp u2.0 nonthreadsafe default libdaplofa.so.2 dapl.2.0 "eth2 0" 
""
 
 
+==
+mpd.hosts file
+==
+mpd.hosts is a text file with a list of nodes, one per line, in the MPI ring.  
+Use either fully qualified hostname or IP address.
+
+
 ===
 Recommended Settings for HP MPI 2.2.7
 ===
@@ -98,45 +125,69 @@ Add the following to mpirun command:
 
 Example mpirun command with uDAPL-2.0:
 
-mpirun -UDAPL -prot -intra=shm
-   -e MPI_ICLIB_UDAPL=libdaplofa.so.2
+mpirun -np 2 -hostfile /opt/mpd.hosts
+   -UDAPL -prot -intra=shm
-e MPI_HASIC_UDAPL=ofa-v2-iwarp
-1sided
-   -f /opt/hpmpi/appfile
-
+   /opt/hpmpi/help/hello_world
+
 Example mpirun command with uDAPL-1.2:
 
-mpirun -UDAPL -prot -intra=shm
-   -e MPI_ICLIB_UDAPL=libdaplcma.so.1
+mpirun -np 2 -hostfile /opt/mpd.hosts
+   -UDAPL -prot -intra=shm
-e MPI_HASIC_UDAPL=OpenIB-iwarp
-1sided
-   -f /opt/hpmpi/appfile
+   /opt/hpmpi/help/hello_world
+
 
+
+Recommended Settings for Platform MPI 7.1 (formerly HP-MPI)
+
+Add the following to mpirun command:
 
-
-Recommended Settings for Intel MPI 3.2.x
-
+-1sided
+
+Example mpirun command with

Re: [ewg] [PATCH] docs: update nes_release_notes.txt for OFED 1.5.1

2010-03-18 Thread Vladimir Sokolovsky
Chien Tung wrote:
> Signed-off-by: Chien Tung 
> ---
>  nes_release_notes.txt |  220 
> +
>  1 files changed, 93 insertions(+), 127 deletions(-)
> 

Applied,

Regards,
Vladimir
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg