From 3d0f53bd26db0c2c5261740d8fefc6e03209996a Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Thu, 19 Mar 2015 17:05:08 -0700 Subject: [PATCH] Release 2.1.4 Signed-off-by: Arlin Davis --- ChangeLog | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 4 +- dapl.spec.in | 13 ++++--- 3 files changed, 117 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4cd1c8e..7a2ee3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,110 @@ +commit edf672349adbcb64246ef2465e7dd582a5243c6a +Author: Arlin Davis +Date: Thu Mar 19 16:54:17 2015 -0700 + + mpxyd: fix typo in configuration file + + Signed-off-by: Arlin Davis + +commit 9219bf696d7c69744a668a045c7f1d0bf36c471a +Author: Arlin Davis +Date: Thu Mar 12 16:02:40 2015 -0400 + + cma: RR attributes moved to common ib_cm struct + + Signed-off-by: Arlin Davis + +commit 7b5d3b8a58d651a819e0f9418e5014a1a55a5751 +Author: Arlin Davis +Date: Thu Mar 12 16:00:20 2015 -0400 + + mpxyd: tx thread incorrectly sleeps with negative pi_rw_cnt value + + Signed-off-by: Arlin Davis + +commit 670b6b34c4b4454ae801aa13bdfef94e98116774 +Author: Arlin Davis +Date: Mon Mar 9 10:31:13 2015 -0400 + + dat.conf: add entries for True Scale qib device + + Signed-off-by: Arlin Davis + +commit 0ef549e67056a2ddf8a631b2a318dd68cf674e2e +Author: Arlin Davis +Date: Thu Feb 12 15:21:37 2015 -0500 + + mpxyd: add support for devices without inline data support + + Add function to check for inline support during device open. + If inline data is not supported, the CM service and Proxy + data mover will not use inline data option on small IO. + + The PO->PI service will now allocate and register necessary + memory to send mcm_wr_rx and mcm_wc_rx operations from + registered memory locations if inline data not supported. + If inline is supported, no extra memory will be allocated + and src buffer will be built on stack as before. + + Cleanup some build warnings. + + Signed-off-by: Arlin Davis + +commit bdf22d43b6193537cd4def9fa80324cc02535b47 +Author: Arlin Davis +Date: Tue Feb 3 16:27:50 2015 -0800 + + ucm: long disconnect times with many-to-one applications + + Improve the DREQ/DREP handshake and state machine to handle + DREQ crossings and dropped DREP with new timewait state. + + Change dat_ep_disconnect call to ensure non-blocking + regardless of flags or state. + + Add adjustable disconnect reply timer and retry count. + DCM_DREP_TIME, DCM_DREQ_RETRY + + Signed-off-by: Arlin Davis + +commit b5d72bb52401901a0fc551c64b09378e3e933550 +Author: Arlin Davis +Date: Thu Jan 22 15:49:25 2015 -0800 + + openib: add inline data support check during device open + + Not all rdma devices support inline data, however without + a verbs device attribute the only way to determine + support is with a QP create with max_inline_send set. + Add a common function to verify inline data support + before setting default to 64 bytes. + + Signed-off-by: Arlin Davis + +commit 3788335383b02325e20f35f455d355b061b468bc +Author: Arlin Davis +Date: Tue Jan 6 14:01:39 2015 -0800 + + cleanup ib/cm attribute management across openib providers + + Signed-off-by: Arlin Davis + +commit 1a917c0ee793971dbbd75503a5cbfb83336a81f5 +Author: Arlin Davis +Date: Tue Jan 6 13:43:57 2015 -0800 + + dapltest: fix -Werror=format-security issue with printf + + Signed-off-by: Arlin Davis + +commit b124919d0463377844bfbb98f1de3c4cfceefc3e +Author: Arlin Davis +Date: Mon Dec 15 12:47:44 2014 -0800 + + Release 2.1.3 + + Signed-off-by: Arlin Davis + commit 4fad243dafcd64b956917020bc2eb6134dff3ce9 Author: Arlin Davis Date: Mon Dec 15 12:15:54 2014 -0800 diff --git a/configure.in b/configure.in index b9b791e..f378bd4 100644 --- a/configure.in +++ b/configure.in @@ -1,12 +1,12 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(dapl, 2.1.3, linux-rdma@vger.kernel.org) +AC_INIT(dapl, 2.1.4, linux-rdma@vger.kernel.org) AC_CONFIG_SRCDIR([dat/udat/udat.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(dapl, 2.1.3) +AM_INIT_AUTOMAKE(dapl, 2.1.4) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_PROG_LIBTOOL diff --git a/dapl.spec.in b/dapl.spec.in index 3bbf23f..70a19ba 100644 --- a/dapl.spec.in +++ b/dapl.spec.in @@ -1,5 +1,5 @@ # Copyright (c) 2002-2005, Network Appliance, Inc. All rights reserved. -# Copyright (c) 2007-2014, Intel Corporation. All rights reserved. +# Copyright (c) 2007-2015, Intel Corporation. All rights reserved. # # This Software is licensed under one of the following licenses: # @@ -153,6 +153,9 @@ fi mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf %changelog +* Thu Mar 19 2015 Arlin Davis - 2.1.4 +- DAT/DAPL Version 2.1.4 Release 1, OFED 3.18 + * Mon Dec 15 2014 Arlin Davis - 2.1.3 - DAT/DAPL Version 2.1.3 Release 1, OFED 3.18 RC @@ -165,7 +168,7 @@ mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf * Fri Jul 18 2014 Arlin Davis - 2.1.0 - DAT/DAPL Version 2.1.0 Release 1, add MIC support, OFED 3.12-1 -* Mon May 4 2014 Arlin Davis - 2.0.42 +* Sun May 4 2014 Arlin Davis - 2.0.42 - DAT/DAPL Version 2.0.42 Release 1, OFED 3.12 GA * Fri Mar 14 2014 Arlin Davis - 2.0.41 @@ -183,7 +186,7 @@ mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf * Thu Jun 6 2013 Arlin Davis - 2.0.37 - DAT/DAPL Version 2.0.37 Release 1, OFED 3.5.2 -* Thu Aug 5 2012 Arlin Davis - 2.0.36 +* Sun Aug 5 2012 Arlin Davis - 2.0.36 - DAT/DAPL Version 2.0.36 Release 1, OFED 3.x * Mon Apr 23 2012 Arlin Davis - 2.0.35 @@ -213,7 +216,7 @@ mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf * Tue Feb 23 2010 Arlin Davis - 2.0.27 - DAT/DAPL Version 2.0.27 Release 1, OFED 1.5.1 -* Tue Jan 11 2010 Arlin Davis - 2.0.26 +* Mon Jan 11 2010 Arlin Davis - 2.0.26 - DAT/DAPL Version 2.0.26 Release 1, OFED 1.5, OFED 1.5-RDMAoE * Tue Nov 24 2009 Arlin Davis - 2.0.25 @@ -261,7 +264,7 @@ mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf * Sun Jul 20 2008 Arlin Davis - 2.0.11 - DAT/DAPL Version 2.0.11 Release 1, IB UD extensions in SCM provider -* Tue Jun 23 2008 Arlin Davis - 2.0.10 +* Mon Jun 23 2008 Arlin Davis - 2.0.10 - DAT/DAPL Version 2.0.10 Release 1, socket CM provider * Tue May 20 2008 Arlin Davis - 2.0.9 -- 2.46.0