]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
update README.mcm
authorArlin Davis <arlin.r.davis@intel.com>
Wed, 5 Jun 2013 22:22:48 +0000 (15:22 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Wed, 5 Jun 2013 22:22:48 +0000 (15:22 -0700)
Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
README.mcm

index 6b002cb2d4946243ca74cb64511ff717c0b292b1..003be4cc2537342b13322ff1ac66e72dce70bec9 100644 (file)
@@ -1,6 +1,5 @@
        uDAPL MCM Provider and MPXYD Daemon (CCL-proxy) 
-           intel-mic-ofed-dapl-2.0.36.7
-               Technology Preview
+           intel-mic-ofed-dapl-2.0.36.8
                  March 2013
 
 
@@ -11,7 +10,7 @@ It requires a new MPXYD daemon service when clients are running on a MIC KNC ada
 host side libraries and daemon service. The MIC libraries must be built and moved over to MIC adapter. This verion
 is currently included with MPSS and all libraries and services will be installed by default.
 
-Current release package for MPSS: intel-mic-ofed-dapl-2.0.36.7.tar.gz 
+Current release package for MPSS: intel-mic-ofed-dapl-2.0.36.8.tar.gz 
 
 
 * Sample host build from source package (ofed must installed)
@@ -122,6 +121,27 @@ Current release package for MPSS: intel-mic-ofed-dapl-2.0.36.7.tar.gz
   (2) By default, only writes originated from MIC is proxied. However, it is also possible to proxy 
       host-originated writes (e.g. for debugging purpose). To do this, set the environment variable
       "DAPL_MCM_ALWAYS_PROXY=1". This variable applies to the provider, not the proxy.
+
+ChangeLog:
+
+Release 2.0.36.8
+
+ config: set eager_completion default setting to disabled
+ config: add mlx5 entries to dat.conf
+ mpxyd: only dump cm_lists with debug build
+ mpxyd: CM optimizations for MIC clients, improved checking on inbound CM messages
+ mcm: scif_recv err on mpxyd when scaling up on MPI IMB scatter benchmark
+ mcm: add inline data threshold definition, 256 bytes
+ common: change debug level of EP free warning
+ common: increase DCM RTU time from 400 to 800ms
+ common: increase DCM retry from 1 to 5
+ common: increase level of ASYNC error logging, include in free builds
+ mcm: improved logging with CM retry/poll errors
+ mpxyd: MPI IMB scatter on 12 ranks, 2 KNCs + 2 Hosts, fails
+ mcm: segfault with counters, no CM object when not found and duplicate case
+ Enable ccl-proxy support if possible by default: yes, if nothing specified and scif.h is present no, if scif.h is not present
+ clean up configure.in and make consistent patch
+