[ewg] [PATCH][ofed 1.3 docs] uDAPL release notes updated for OFED 1.3
Arlin Davis
arlin.r.davis at intel.com
Tue Feb 19 13:55:23 PST 2008
Signed-off by: Arlin Davis <ardavis at ichips.intel.com>
---
diff --git a/uDAPL_release_notes.txt b/uDAPL_release_notes.txt
index 33b684a..84c20d7 100644
--- a/uDAPL_release_notes.txt
+++ b/uDAPL_release_notes.txt
@@ -1,15 +1,102 @@
-
Release Notes for
- Gamma 3.3 and OFED 1.3 DAPL Release
+ OFED 1.3 DAPL Release
February 2008
- DAPL GAMMA 3.3/OFED 1.3 RELEASE NOTES
+ OFED 1.3 RELEASE NOTES
This release of the DAPL reference implementation
is timed to coincide with OFED release 1.3 of the
Open Fabrics (www.openfabrics.org) software stack.
+
+ NEW SINCE OFED 1.2
+
+ * New Features
+ 1. Add v2.0 library support for new 2.0 API Specification
+ 2. Separate v1.2 library release to co-exist with v2.0 libraries.
+ 3. New dat.conf with both 1.2 and 2.0 support
+ 4. New v2.0 dtestx utilities to test IB extensions
+
+ * Bug Fixes
+
+ v1.2 and v2.0
+ - uDAT: static/dynamic registry parsing fixes
+ - uDAPL: provider fixes for dat_psp_create_any
+ - dtest/dapltest: change default provider names to sync with dat.conf
+ - openib_cma: issues with destroy_cm_id and init/resp exchange
+ - dapltest: use gettimeofday instead of get_cycles for better portability
+ - dapltest: endian issue with mem_handle, mem_address
+ - dapltest fix to include inet_ntoa definitions
+ - fix build problems on 32-bit and 64-bit PowerPC
+ - cleanup packaging
+
+ v2.0
+ - set default config options to match spec file, --enable-debug --enable-ext-type=ib
+ - use unique devel target names, libdat2.so, /usr/include/dat2
+ - dtestx fix memory leak, freeaddrinfo after getaddrinfo
+ - Fix for IB extended DTO cookie deallocation on inbound rdma_Write_immed
+ - WinOF: Update OFED code base to include WinOF changes, work from same code base
+ - WinOF: add DAT_API definition, __stdcall for windows, nothing for linux
+ - dtest: add dat_evd_query to check correct size
+ - openib_cma: add macro to convert SID to PORT
+ - dtest: endian support for exchanging RMR info
+ - openib_cma: lower default settings, inline and RDMA init/resp
+ - openib_cma: missing ia_query for max_iov_segments_per_rdma_write
+
+ v1.2
+ - openib_cma: turn down dbg noise level on rejects
+ - dtest: typo in memset
+
+
+ BUILD: v1 and v2 uDAPL source install/build instructions (redhat example):
+
+ # cd to distribution SRPMS directory
+ cd /tmp/OFED-1.3/SRPMS
+ rpm -i dapl-1.2*.rpm
+ rpm -i dapl-2.0*.rpm
+ cd /usr/src/redhat/SOURCES
+ tar zxf dapl-1.2*.tgz
+ tar zxf dapl-2.0*.tgz
+
+ # NON_DEBUG build example for x86_64, using OFED targets
+
+ ./configure --prefix /usr --sysconf=/etc --libdir /usr/lib64
+ LDFLAGS=-L/usr/lib64 CPPFLAGS="-I/usr/include"
+
+ # build and install
+
+ make
+ make install
+
+ # DEBUG build example for x86_64, using OFED targets
+
+ ./configure --enable-debug --prefix /usr --sysconf=/etc --libdir /usr/lib64
+ LDFLAGS=-L/usr/lib64 CPPFLAGS="-I/usr/include"
+
+ # build and install
+
+ make
+ make install
+
+ # DEBUG messages: set environment variable DAPL_DBG_TYPE, default
+ mapping is 0x0003
+
+ DAPL_DBG_TYPE_ERR = 0x0001,
+ DAPL_DBG_TYPE_WARN = 0x0002,
+ DAPL_DBG_TYPE_EVD = 0x0004,
+ DAPL_DBG_TYPE_CM = 0x0008,
+ DAPL_DBG_TYPE_EP = 0x0010,
+ DAPL_DBG_TYPE_UTIL = 0x0020,
+ DAPL_DBG_TYPE_CALLBACK = 0x0040,
+ DAPL_DBG_TYPE_DTO_COMP_ERR= 0x0080,
+ DAPL_DBG_TYPE_API = 0x0100,
+ DAPL_DBG_TYPE_RTN = 0x0200,
+ DAPL_DBG_TYPE_EXCEPTION = 0x0400,
+ DAPL_DBG_TYPE_SRQ = 0x0800,
+ DAPL_DBG_TYPE_CNTR = 0x1000
+
+
NEW SINCE Gamma 3.2 and OFED 1.1
* New Features
More information about the ewg
mailing list