]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
Release 2.0.10 dapl-2.0.10-1
authorArlin Davis <arlin.r.davis@intel.com>
Mon, 23 Jun 2008 17:52:46 +0000 (10:52 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Mon, 23 Jun 2008 17:52:46 +0000 (10:52 -0700)
Signed-off by: Arlin Davis ardavis@ichips.intel.com

ChangeLog
configure.in
dapl.spec.in

index 7d13d738e76f76421f3b1556e8a39dc6fa08627e..eaa182d4e3e608f03a94d2c33c4221f87a63737d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-commit 4a202d85bd6aac3afe9fbd66c4ae0f9c374d5a57
+commit d9b3c06ae98ac4d3b264384f6510137166d78cb0
 Author: Arlin Davis <arlin.r.davis@intel.com>
-Date:   Tue May 20 14:31:59 2008 -0700
+Date:   Mon Jun 23 10:35:17 2008 -0700
 
-    dtest: fix build issue with Redhat EL5.1
+    remove reference to doc/dat.conf in makefile.am
     
-    need include files/definitions for sleep, getpid, gettimeofday
+    Signed-off by: Arlin Davis ardavis@ichips.intel.com
+
+commit b052d402e09ac78281a25af2c8fe902fa71f5c6f
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Thu Jun 19 13:34:49 2008 -0700
+
+    dapl scm: fix ibv_destroy_cq busy error condition during dat_evd_free.
+    
+    Problem surfaced while running Intel MPI 3.1 and mpich2-test suite.
+    dapli_destroy_cm was incorrectly removing reference to qp_handle in endpoint
+    and destroy_cq and destroy_pd code was ignoring verbs errors.
     
     Signed-off by: Arlin Davis ardavis@ichips.intel.com
 
-commit a977ca09a87ae4fad83bd65735b02489c17106f2
+commit e466d8e330c45176c5f00efda79ad745bf3f71a4
 Author: Arlin Davis <arlin.r.davis@intel.com>
-Date:   Tue May 20 14:31:09 2008 -0700
+Date:   Wed Jun 18 14:21:28 2008 -0700
 
-    dapl: Fix long delays with the cma provider open call when DNS is not configure on server.
+    dapl scm: add stdout logging for uname and gethostbyname errors during open.
     
-    Open call should default to netdev names when resolving local IP address for cma binding to match dat.conf settings. The open code attempts to resolve with IP or Hostname first and if there is no DNS services setup the failover to netdev name resolution is delayed for as much as 20 seconds.
+    Signed-off by: Arlin Davis ardavis@ichips.intel.com
+
+commit 8e1f4db702cacdd2b9b95083db54ec38c9d2f5e5
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Wed Jun 18 14:19:51 2008 -0700
+
+    dapl scm: support global routing and set mtu based on active_mtu
     
     Signed-off by: Arlin Davis ardavis@ichips.intel.com
 
-commit 0914d9684d6e10c4174ac8938624ee7379c86211
+commit fc65a08727c59c304dad20337a8bff803f2302c0
 Author: Arlin Davis <arlin.r.davis@intel.com>
-Date:   Tue May 20 14:30:05 2008 -0700
+Date:   Wed Jun 18 13:59:44 2008 -0700
 
-    dapl: change cma provider to use max_rdma_read_in,out from ep_attr instead of HCA max values when connecting.
+    dapl scm: Adding socket cm provider for better scalability on large homogeneous clusters.
+    
+    Bring socket cm provider back to life with some changes:
+    
+    better threading support for exchanging QP information.
+    Avoid blocking during connect to support dynamic connection
+    model with MPI implementations.
+    
+    consumer control of ack timeout/retries.
+    
+    disconnect/reject capabilities via socket exchange.
+    
+    version support for wire protocol to insure compatibility
+    with peer scm provider. Add gids to exchange.
+    
+    validated with Intel MPI on a 14,000+ core fabric using IB DDR.
+    
+    Signed-off by: Arlin Davis ardavis@ichips.intel.com
+
+commit 0855af175fec2f1bec8391ebae2a2cdff26a3359
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Wed Jun 11 10:43:24 2008 -0700
+
+    dapl: add opcode to string function to report opcode during failures.
+    
+    Need to use cookie opcode during failures in lieu of cqe opcode.
+    
+    Signed-off by: Arlin Davis ardavis@ichips.intel.com
+
+commit ec6296e7f0a843c69231f8284ae780014fa26fbe
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Jun 16 14:59:43 2008 -0700
+
+    dapl: remove unused iov buffer allocation on the endpoint
+    
+    provider's manage iov space on stack during posting.
+    
+    Signed-off by: Arlin Davis ardavis@ichips.intel.com
+
+commit c678414ced8bc9cbe21b2fc1d54aa2af73ba6528
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Jun 16 13:59:11 2008 -0700
+
+    dapl: endpoint pending request count is wrong
+    
+    The code assumes every cookie allocated during posting of
+    requests gets completed. This incorrect assumption results in
+    wrong pending count. Remove request_pending field and replace
+    with direct call, dapl_cb_pending, to provide accurate
+    data to consumer.
+    
+    Add debug print if consumer overruns request queue.
+    
+    Signed-off by: Arlin Davis ardavis@ichips.intel.com
+
+commit c446a3a3f3ecbd91ab583fee35bf613ab10defcd
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Mon Jun 2 12:40:45 2008 -0700
+
+    dapl extension: dapli_post_ext should always allocate cookie for requests.
+    
+    extension didn't allocate cookie if completion was suppressed which resulted
+    segfault during provider post call. Provider's expect cookie for wr_id,
+    even with surpressed completions, to handle events during errors.
+    
+    Signed-off by: Arlin Davis ardavis@ichips.intel.com
+
+commit 2583f07d9d0f55eee14e0b0e6074bc6fd0712177
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Tue May 20 14:35:43 2008 -0700
+
+    Release 2.0.9
     
     Signed-off by: Arlin Davis ardavis@ichips.intel.com
 
-commit df4bfc28c02a08bdc8c416f30f3e731afe6ba0b3
+commit 9b38e7b792c48ea63c2078fc6c10bb843d96bd06
 Author: Arlin Davis <arlin.r.davis@intel.com>
-Date:   Mon May 5 11:21:42 2008 -0700
+Date:   Tue May 20 21:56:06 2008 -0700
 
-    dapl_scm: add scm provider to latest autotools configuration
+    dtest,dtestx,dapltest: fix build issues with Redhat EL5.1
     
-    sync up with latest WinOF socket cm changes.
+    need include files/definitions for sleep, getpid, gettimeofday
+    
+    Signed-off by: Arlin Davis ardavis@ichips.intel.com
+
+commit 8084ebf39729bac310447467b518df4248e9e2b6
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Tue May 20 14:31:09 2008 -0700
+
+    dapl: Fix long delays with the cma provider open call when DNS is not configure on server.
+    
+    Open call should default to netdev names when resolving local IP address for cma binding to match dat.conf settings. The open code attempts to resolve with IP or Hostname first and if there is no DNS services setup the failover to netdev name resolution is delayed for as much as 20 seconds.
+    
+    Signed-off by: Arlin Davis ardavis@ichips.intel.com
+
+commit 2f603b03f4cebe7c414cbaeecb7155f7bf1fb115
+Author: Arlin Davis <arlin.r.davis@intel.com>
+Date:   Tue May 20 14:30:05 2008 -0700
+
+    dapl: change cma provider to use max_rdma_read_in,out from ep_attr instead of HCA max values when connecting.
     
     Signed-off by: Arlin Davis ardavis@ichips.intel.com
 
index bd0dfcffa2143bfabee82eaa2bd3343009bf5b38..05c930297fc121ab3b814af0e01498f8fba172b7 100644 (file)
@@ -1,11 +1,11 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(dapl, 2.0.9, general@lists.openfabrics.org)
+AC_INIT(dapl, 2.0.10, general@lists.openfabrics.org)
 AC_CONFIG_SRCDIR([dat/udat/udat.c])
 AC_CONFIG_AUX_DIR(config)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(dapl, 2.0.9)
+AM_INIT_AUTOMAKE(dapl, 2.0.10)
 
 AM_PROG_LIBTOOL
 
index b73967ac25976bd2d493a854d025d7e3374bb68a..c95c85f8d1b871ddac880c9c2fb80486b315c9cd 100644 (file)
@@ -132,6 +132,9 @@ fi
 %{_mandir}/man5/*.5*
 
 %changelog
+* Tue Jun 23 2008 Arlin Davis <ardavis@ichips.intel.com> - 2.0.10
+- DAT/DAPL Version 2.0.10 Release 1, socket CM provider 
+
 * Tue May 20 2008 Arlin Davis <ardavis@ichips.intel.com> - 2.0.9
 - DAT/DAPL Version 2.0.9 Release 1, OFED 1.3.1 GA