From ce006692bcb5cabf241bdacf0dd62f5df8572f22 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Wed, 13 Aug 2014 11:58:49 -0700 Subject: [PATCH] Release 2.1.1 Signed-off-by: Arlin Davis --- ChangeLog | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 4 +-- dapl.spec.in | 3 ++ 3 files changed, 95 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0099fc4..cabd74b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,93 @@ +commit 6eb73e080c87b12cf4f4ec577cfdff53472791e1 +Author: Arlin Davis +Date: Wed Aug 13 11:12:29 2014 -0700 + + common: add provider name to log messages + + Signed-off-by: Arlin Davis + +commit a62f9a98b38865ff0e02f3bd30e04613c7bdd7de +Author: Arlin Davis +Date: Wed Aug 13 11:10:03 2014 -0700 + + mpxyd: log warning message if numa_node invalid + + Signed-off-by: Arlin Davis + +commit 69cfea06c710a1a83af7df3bcdfc49fe43580b05 +Author: Arlin Davis +Date: Mon Aug 11 13:45:12 2014 -0700 + + include debuginfo with build + + Signed-off-by: Arlin Davis + +commit 8ccf314650204d609bcdaa692fedbcde505afc41 +Author: Arlin Davis +Date: Mon Aug 11 10:50:05 2014 -0700 + + mpxyd: tx thread doesn't sleep during no pending IO state + + Signed-off-by: Arlin Davis + +commit 86a4ff51b5da853c85dc290fe1b69725d8f18618 +Author: Arlin Davis +Date: Mon Aug 11 09:49:08 2014 -0700 + + mpxyd: change MIC cpu_mask to per numa node instead of adapter + + The proxy processing threads for multiple cards in same socket will overlap + same cpu cores with existing cpumask per adapter. Change thread affinity + and cpumask to a per socket method. + + Signed-off-by: Arlin Davis + +commit 4e0e6dc0ac02c651767d446a4f58eeb991fff983 +Author: Arlin Davis +Date: Fri Aug 1 11:10:47 2014 -0700 + + mpxyd: set to MXS mode if device numa_node is invalid (-1) + + Signed-off-by: Arlin Davis + +commit 4072fc3443418cc22e40a8e83d6660da0cb2819d +Author: Arlin Davis +Date: Fri Aug 1 10:54:14 2014 -0700 + + mpxyd: MXS based alltoall benchmark hangs or returns post_send timeout + + Clean-up shared proxy buffer slot management during IO completions. + Current code adjusts proxy buffer tail, using m_idx, incorrectly + if freeing multiple in order buffer slots. Also, when processing + immediate in-order slot, m_po_buf_tl() failed to continue parsing + list to free other in-order !busy slots. + + Signed-off-by: Arlin Davis + +commit 61c12d3815f8ced11d70e97cc9c806591edde420 +Author: Arlin Davis +Date: Thu Jul 31 09:50:30 2014 -0700 + + mpxyd: add IO profile capabilities to help debug alltoall stall cases + + Signed-off-by: Arlin Davis + +commit 807bb7262c4fefe6f857c06cb1ff979349abd19f +Author: Arlin Davis +Date: Thu Jul 31 09:37:27 2014 -0700 + + mpxyd: retry stalled inline post_send, init m_idx only when signaled + + Signed-off-by: Arlin Davis + +commit 776a2e359c60366683e2681365c12cf8a4fd132f +Author: Arlin Davis +Date: Fri Jul 25 08:35:31 2014 -0700 + + Release 2.1.0 + + Signed-off-by: Arlin Davis + commit a761b9b5422eb4c0872c1518fa5c58798421ca6e Author: Arlin Davis Date: Wed Jul 23 15:32:06 2014 -0700 diff --git a/configure.in b/configure.in index c32495a..bf2013b 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.0, linux-rdma@vger.kernel.org) +AC_INIT(dapl, 2.1.1, 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.0) +AM_INIT_AUTOMAKE(dapl, 2.1.1) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_PROG_LIBTOOL diff --git a/dapl.spec.in b/dapl.spec.in index d492584..c770875 100644 --- a/dapl.spec.in +++ b/dapl.spec.in @@ -153,6 +153,9 @@ fi mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf %changelog +* Wed Aug 13 2014 Arlin Davis - 2.1.1 +- DAT/DAPL Version 2.1.1 Release 1, OFED 3.12-1 + * Fri Jul 18 2014 Arlin Davis - 2.1.0 - DAT/DAPL Version 2.1.0 Release 1, add MIC support, OFED 3.12-1 -- 2.41.0