From: Arlin Davis Date: Wed, 6 Feb 2013 20:33:50 +0000 (-0800) Subject: Release intel-mic-ofed-dapl-2.0.36.5-1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e297693dab6ecc9b53fbe4298e42f5a884948759;p=~ardavis%2Fdapl.git Release intel-mic-ofed-dapl-2.0.36.5-1 Signed-off-by: Arlin Davis --- diff --git a/ChangeLog b/ChangeLog index 12df673..72fff30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,113 @@ +commit 883e9cb50b0c0a463444a2e895f92c2992083ae2 +Author: Arlin Davis +Date: Wed Feb 6 11:49:29 2013 -0800 + + install: problem with rpm update when updating from 2.0.34 or older + + The postun will remove entries on older packages that incorrectly + add and remove entries instead of updating the file. When updating + from these older version we end up with an empty /etc/dat.conf. + + In order to fix we have to save the dat.conf and restore during + the upgrade process with the triggerpostun + + %triggerpostun -- dapl < 2.0.35-1 + +commit 25521bfa64a778f8f693554d50845686619373f1 +Author: Arlin Davis +Date: Wed Feb 6 11:33:21 2013 -0800 + + dtest: incorrectly setting completions on each rdma write + + Fix setting of completion flags based on signal rates. + Change default burst to 100 from 50 + Add size of IO to final bandwidth results + + Signed-off-by: Arlin Davis + +commit d58ebbdf10b9b115a66fd2951a6f0cfc2df33e9d +Author: Arlin Davis +Date: Wed Feb 6 11:29:20 2013 -0800 + + mcm: fix query of mcm provider to indicate no rdma read support + + Set the rdma_in, rdma_out attributes to 0 to indicate NO RDMA READ + support when running on a MIC with CCL Proxy + + Signed-off-by: Arlin Davis + +commit c107ff925a0897ac2061be3a2bf42c3531ac469a +Author: Arlin Davis +Date: Mon Feb 4 10:14:27 2013 -0800 + + REAME.mcm: update to include non-root execution instructions + + Signed-off-by: Arlin Davis + +commit d452c3780f4a68d27e46611fb31f2a96197ee2f0 +Author: Arlin Davis +Date: Fri Feb 1 17:33:17 2013 -0800 + + mpxyd: cm scaling bug fixes and profiling + + New CM thread to help with CM scale out. Testing with dtestcm + with 1000's of connections. MPI testing up to 60ppn on KNC nodes. + + Add new disc timers and disconnect logging for debug. + Add cleanup for IB device during service termination. + Add profiling of device and CM operations to help debug scaling issues + + Signed-off-by: Arlin Davis + +commit a6bb2f6dacda926acf87838974973d66c1a91ec4 +Author: Arlin Davis +Date: Fri Feb 1 17:07:29 2013 -0800 + + README: update package and mcm readme files + + Signed-off-by: Arlin Davis + +commit 0a29fc619d3021e5dddd064f38262b7dcad1607b +Author: Arlin Davis +Date: Fri Feb 1 16:54:58 2013 -0800 + + dtestcm: add more detailed debug during disconnect phase + + Signed-off-by: Arlin Davis + +commit 36414af792b4f1615fcaee6d243678d64e8aa171 +Author: Arlin Davis +Date: Fri Feb 1 16:53:27 2013 -0800 + + common: add debug logging to dat_lmr_create + + Signed-off-by: Arlin Davis + +commit f3e42667f8be8fb1922692eb3602044ae47ad32a +Author: Arlin Davis +Date: Fri Feb 1 16:49:57 2013 -0800 + + common: add ia stats logging and logging bit + + added new DAPL_DBG_TYPE level of 0x2000000 + that will print IA stats (non-zero) during dat_ia_close + + Signed-off-by: Arlin Davis + +commit 2b1633df71b5dcfd89660febfd5a4d737608c751 +Author: Arlin Davis +Date: Fri Feb 1 16:48:23 2013 -0800 + + scif: add scif ucm provider entry in dat.conf + + Signed-off-by: Arlin Davis + +commit a849035fcd6867e39514372417a3fc7af3b37b3e +Author: Arlin Davis +Date: Mon Jan 21 14:56:44 2013 -0800 + + Release intel-mic-ofed-dapl-2.0.36.4-1 + commit da1d8edaeee475a82157e42b52060a31f54f49d7 Author: Arlin Davis Date: Mon Jan 21 14:55:17 2013 -0800 diff --git a/configure.in b/configure.in index 4f4f275..852bdb1 100644 --- a/configure.in +++ b/configure.in @@ -1,11 +1,11 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(intel-mic-ofed-dapl, 2.0.36.4, linux-rdma@vger.kernel.org) +AC_INIT(intel-mic-ofed-dapl, 2.0.36.5, linux-rdma@vger.kernel.org) AC_CONFIG_SRCDIR([dat/udat/udat.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(intel-mic-ofed-dapl, 2.0.36.4) +AM_INIT_AUTOMAKE(intel-mic-ofed-dapl, 2.0.36.5) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/intel-mic-ofed-dapl.spec.in b/intel-mic-ofed-dapl.spec.in index 38ca01b..a9e0bf6 100644 --- a/intel-mic-ofed-dapl.spec.in +++ b/intel-mic-ofed-dapl.spec.in @@ -39,7 +39,7 @@ %define debug_package %{nil} Name: intel-mic-ofed-dapl -Version: 2.0.36.4 +Version: 2.0.36.5 Release: 1%{?dist} Summary: A Library for userspace access to RDMA devices using OS Agnostic DAT APIs, proxy daemon for offloading RDMA @@ -155,6 +155,9 @@ fi mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf %changelog +* Tue Feb 6 2013 Arlin Davis - 2.0.36.5 +- DAT/DAPL Version 2.0.36.5 Release 1, OFED 3.5, Intel MPSS Gold Update + * Thu Dec 6 2012 Arlin Davis - 2.0.36.2 - DAT/DAPL Version 2.0.36.2 Release 1, OFED 3.5, Intel MPSS 2.1