From: pmmccorm Date: Fri, 22 Nov 2013 20:31:34 +0000 (-0800) Subject: Rename back to dapl, small fixes for spec file X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=38383c801097b29205665d46e9a02d28d7139a2b;p=~ardavis%2Fdapl.git Rename back to dapl, small fixes for spec file --- diff --git a/Makefile.am b/Makefile.am index e083013..11f5b4e 100755 --- a/Makefile.am +++ b/Makefile.am @@ -717,7 +717,7 @@ EXTRA_DIST = dat/common/dat_dictionary.h \ LICENSE3.txt \ doc/dat.conf \ doc/mpxyd.conf \ - intel-mic-ofed-dapl.spec.in \ + dapl.spec.in \ mpxyd.init.in \ $(man_MANS) \ test/dapltest/include/dapl_bpool.h \ @@ -758,17 +758,17 @@ install-exec-hook: install -D -m 755 mpxyd.init $(DESTDIR)$(sysconfdir)/init.d/mpxyd; endif -dist-hook: intel-mic-ofed-dapl.spec - cp intel-mic-ofed-dapl.spec $(distdir)/ +dist-hook: dapl.spec + cp dapl.spec $(distdir)/ -rpmcheck: intel-mic-ofed-dapl.spec dist +rpmcheck: dapl.spec dist mkdir -p rpmbuild/{SOURCES,BUILD,RPMS,SPECS,BUILDROOT} cp $(distdir).tar.gz rpmbuild/SOURCES srcrpms: rpmcheck - rpmbuild -bs --define "_topdir ${PWD}/rpmbuild" intel-mic-ofed-dapl.spec + rpmbuild -bs --define "_topdir ${PWD}/rpmbuild" dapl.spec rpms: rpmcheck - rpmbuild -ba --define "_topdir ${PWD}/rpmbuild" intel-mic-ofed-dapl.spec + rpmbuild -ba --define "_topdir ${PWD}/rpmbuild" dapl.spec SUBDIRS = . test/dtest test/dapltest diff --git a/configure.in b/configure.in index e596db7..c1a4ce6 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(intel-mic-ofed-dapl, 2.0.36.12, linux-rdma@vger.kernel.org) +AC_INIT(dapl, 2.0.36.12, 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(intel-mic-ofed-dapl, 2.0.36.12) +AM_INIT_AUTOMAKE(dapl, 2.0.36.12) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_PROG_LIBTOOL @@ -199,5 +199,5 @@ AC_CACHE_CHECK(Check for SUSE_11 system, ac_cv_suse11, fi) AM_CONDITIONAL(OS_SUSE11, test "$ac_cv_suse11" = "yes") -AC_CONFIG_FILES([Makefile test/dtest/Makefile test/dapltest/Makefile intel-mic-ofed-dapl.spec mpxyd.init]) +AC_CONFIG_FILES([Makefile test/dtest/Makefile test/dapltest/Makefile dapl.spec mpxyd.init]) AC_OUTPUT diff --git a/dapl.spec.in b/dapl.spec.in new file mode 100644 index 0000000..cc6782d --- /dev/null +++ b/dapl.spec.in @@ -0,0 +1,298 @@ +# Copyright (c) 2002-2005, Network Appliance, Inc. All rights reserved. +# Copyright (c) 2007, Intel Corporation. All rights reserved. +# +# This Software is licensed under one of the following licenses: +# +# 1) under the terms of the "Common Public License 1.0" a copy of which is +# in the file LICENSE.txt in the root directory. The license is also +# available from the Open Source Initiative, see +# http://www.opensource.org/licenses/cpl.php. +# +# 2) under the terms of the "The BSD License" a copy of which is in the file +# LICENSE2.txt in the root directory. The license is also available from +# the Open Source Initiative, see +# http://www.opensource.org/licenses/bsd-license.php. +# +# 3) under the terms of the "GNU General Public License (GPL) Version 2" a +# copy of which is in the file LICENSE3.txt in the root directory. The +# license is also available from the Open Source Initiative, see +# http://www.opensource.org/licenses/gpl-license.php. +# +# Licensee has the right to choose one of the above licenses. +# +# Redistributions of source code must retain the above copyright +# notice and one of the license notices. +# +# Redistributions in binary form must reproduce both the above copyright +# notice, one of the license notices in the documentation +# and/or other materials provided with the distribution. +# +# +# uDAT and uDAPL 2.0 Registry RPM SPEC file +# +# $Id: $ + +# don't fail when not given extra FLAGS: +%{!?_CPPFLAGS: %define _CPPFLAGS ""} +%{!?_LDFLAGS: %define _LDFLAGS ""} +%{!?_CONF: %define _CONF ""} + +%define debug_package %{nil} + +Name: dapl +Version: 2.0.36.12 +Release: 1%{?dist} +Summary: A Library for userspace access to RDMA devices using OS Agnostic DAT APIs, proxy daemon for offloading RDMA + +Group: System Environment/Libraries +License: Dual GPL/BSD/CPL +Url: http://openfabrics.org/ +Source: http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_topdir}/BUILDROOT +Obsoletes: dapl +Conflicts: dapl +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +Requires(post): /sbin/chkconfig +Requires(preun): /sbin/chkconfig + +%description +Along with the OpenFabrics kernel drivers, libdat and libdapl provides a userspace +RDMA API that supports DAT 2.0 specification and IB transport extensions for +atomic operations and rdma write with immediate data. + +%package devel +Summary: Development files for the libdat and libdapl libraries +Group: System Environment/Libraries +Requires: %{name} = %{version}-%{release} +Obsoletes: dapl-devel +Conflicts: dapl-devel + +%description devel +Header files for libdat and libdapl library. + +%package devel-static +Summary: Static development files for libdat and libdapl library +Group: System Environment/Libraries +Obsoletes: dapl-devel-static +Conflicts: dapl-devel-static + +%description devel-static +Static libraries for libdat and libdapl library. + +%package utils +Summary: Test suites for uDAPL library +Group: System Environment/Libraries +Requires: %{name} = %{version}-%{release} +Obsoletes: dapl-utils +Conflicts: dapl-utils + +%description utils +Useful test suites to validate uDAPL library API's. + +%prep +%setup -q + +%build +%configure CPPFLAGS=%{_CPPFLAGS} LDFLAGS=%{_LDFLAGS} %{_CONF} + +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +# remove unpackaged files from the buildroot +rm -f %{buildroot}%{_libdir}/*.la + +# make init.d so we can exclude it later: +mkdir -p %{buildroot}%{_sysconfdir}/init.d + +%clean +rm -rf %{buildroot} + +%post +# fix problem with older dapl packages that clobber dat.conf when updating +cp %{_sysconfdir}/dat.conf /tmp/%{version}-dat.conf +/sbin/ldconfig + +if [ $1 -gt 1 ]; then + /sbin/chkconfig --add mpxyd &> /dev/null || true + service mpxyd start +elif [ $1 -gt 2 ]; then + service mpxyd restart +fi + +%preun +/sbin/chkconfig --del mpxyd &> /dev/null || true +service mpxyd stop + +%postun +/sbin/ldconfig + +%files +%defattr(-,root,root,-) +%{_libdir}/libda*.so.* +%{_sbindir} +%exclude %dir %{_sysconfdir}/init.d/ +%{_sysconfdir}/* +%doc AUTHORS README COPYING ChangeLog LICENSE.txt LICENSE2.txt LICENSE3.txt README.mcm + +%files devel +%defattr(-,root,root,-) +%{_libdir}/*.so +%dir %{_includedir}/dat2 +%{_includedir}/dat2/* + +%files devel-static +%defattr(-,root,root,-) +%{_libdir}/*.a + +%files utils +%defattr(-,root,root,-) +%{_bindir}/* +%{_mandir}/man1/*.1* +%{_mandir}/man5/*.5* + +%triggerpostun -- dapl < 2.0.35-1 +# fix problem with older dapl packages that clobber dat.conf during update +mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf + +%changelog +* Wed Sep 25 2013 Arlin Davis - 2.0.36.12 +- DAT/DAPL Version 2.0.36.12 Release 1, OFED 3.5-MIC, Intel MPSS 3.1 + +* Thu Aug 9 2013 Arlin Davis - 2.0.36.11 +- DAT/DAPL Version 2.0.36.11 Release 1, OFED 3.5-MIC, Intel MPSS 3.0 + +* Thu Jul 25 2013 Arlin Davis - 2.0.36.10 +- DAT/DAPL Version 2.0.36.10 Release 1, OFED 3.5, Intel MPSS Gold Update 4 + +* Wed Jun 26 2013 Arlin Davis - 2.0.36.9 +- DAT/DAPL Version 2.0.36.9 Release 1, OFED 3.5, Intel MPSS Gold Update 4 + +* Wed May 5 2013 Arlin Davis - 2.0.36.8 +- DAT/DAPL Version 2.0.36.8 Release 1, OFED 3.5, Intel MPSS Gold Update 4 + +* Fri Mar 15 2013 Arlin Davis - 2.0.36.7 +- DAT/DAPL Version 2.0.36.7 Release 1, OFED 3.5, Intel MPSS Gold Update 2 + +* Fri Feb 8 2013 Arlin Davis - 2.0.36.6 +- DAT/DAPL Version 2.0.36.6 Release 1, OFED 3.5, Intel MPSS Gold Update + +* 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 + +* Mon Jul 5 2012 Arlin Davis - 2.0.36 +- DAT/DAPL Version 2.0.36 Release 1, OFED 3.5 + +* Mon Apr 23 2012 Arlin Davis - 2.0.35 +- DAT/DAPL Version 2.0.35 Release 1, OFED 3.2 + +* Wed Nov 2 2011 Arlin Davis - 2.0.34 +- DAT/DAPL Version 2.0.34 Release 1, OFED 1.5.4 GA + +* Mon Aug 29 2011 Arlin Davis - 2.0.33 +- DAT/DAPL Version 2.0.33 Release 1, OFED 1.5.4 RC1 + +* Sun Feb 13 2011 Arlin Davis - 2.0.32 +- DAT/DAPL Version 2.0.32 Release 1, OFED 1.5.3 GA + +* Fri Dec 10 2010 Arlin Davis - 2.0.31 +- DAT/DAPL Version 2.0.31 Release 1, OFED 1.5.3 + +* Mon Aug 9 2010 Arlin Davis - 2.0.30 +- DAT/DAPL Version 2.0.30 Release 1, OFED 1.5.2 RC4 + +* Thu Jun 17 2010 Arlin Davis - 2.0.29 +- DAT/DAPL Version 2.0.29 Release 1, OFED 1.5.2 RC2 + +* Mon May 24 2010 Arlin Davis - 2.0.28 +- DAT/DAPL Version 2.0.28 Release 1, OFED 1.5.2 RC1 + +* 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 +- DAT/DAPL Version 2.0.26 Release 1, OFED 1.5, OFED 1.5-RDMAoE + +* Tue Nov 24 2009 Arlin Davis - 2.0.25 +- DAT/DAPL Version 2.0.25 Release 1, OFED 1.5 RC3 + +* Fri Oct 30 2009 Arlin Davis - 2.0.24 +- DAT/DAPL Version 2.0.24 Release 1, OFED 1.5 RC2 + +* Fri Oct 2 2009 Arlin Davis - 2.0.23 +- DAT/DAPL Version 2.0.23 Release 1, OFED 1.5 RC1 + +* Wed Aug 19 2009 Arlin Davis - 2.0.22 +- DAT/DAPL Version 2.0.22 Release 1, OFED 1.5 ALPHA new UCM provider + +* Wed Aug 5 2009 Arlin Davis - 2.0.21 +- DAT/DAPL Version 2.0.21 Release 1, WinOF 2.1, OFED 1.4.1+ + +* Fri Jun 19 2009 Arlin Davis - 2.0.20 +- DAT/DAPL Version 2.0.20 Release 1, OFED 1.4.1 + UD reject/scaling fixes + +* Thu Apr 30 2009 Arlin Davis - 2.0.19 +- DAT/DAPL Version 2.0.19 Release 1, OFED 1.4.1 GA Final + +* Fri Apr 17 2009 Arlin Davis - 2.0.18 +- DAT/DAPL Version 2.0.18 Release 1, OFED 1.4.1 GA + +* Tue Mar 31 2009 Arlin Davis - 2.0.17 +- DAT/DAPL Version 2.0.17 Release 1, OFED 1.4.1 GA + +* Mon Mar 16 2009 Arlin Davis - 2.0.16 +- DAT/DAPL Version 2.0.16 Release 1, OFED 1.4.1 + +* Fri Nov 07 2008 Arlin Davis - 2.0.15 +- DAT/DAPL Version 2.0.15 Release 1, OFED 1.4 GA + +* Fri Oct 03 2008 Arlin Davis - 2.0.14 +- DAT/DAPL Version 2.0.14 Release 1, OFED 1.4 rc3 + +* Mon Sep 01 2008 Arlin Davis - 2.0.13 +- DAT/DAPL Version 2.0.13 Release 1, OFED 1.4 rc1 + +* Thu Aug 21 2008 Arlin Davis - 2.0.12 +- DAT/DAPL Version 2.0.12 Release 1, OFED 1.4 beta + +* 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 +- DAT/DAPL Version 2.0.10 Release 1, socket CM provider + +* Tue May 20 2008 Arlin Davis - 2.0.9 +- DAT/DAPL Version 2.0.9 Release 1, OFED 1.3.1 GA + +* Thu May 1 2008 Arlin Davis - 2.0.8 +- DAT/DAPL Version 2.0.8 Release 1, OFED 1.3.1 + +* Thu Feb 14 2008 Arlin Davis - 2.0.7 +- DAT/DAPL Version 2.0.7 Release 1, OFED 1.3 GA + +* Mon Feb 04 2008 Arlin Davis - 2.0.6 +- DAT/DAPL Version 2.0.6 Release 1, OFED 1.3 RC4 + +* Tue Jan 29 2008 Arlin Davis - 2.0.5 +- DAT/DAPL Version 2.0.5 Release 1, OFED 1.3 RC3 + +* Thu Jan 17 2008 Arlin Davis - 2.0.4 +- DAT/DAPL Version 2.0.4 Release 1, OFED 1.3 RC2 + +* Tue Nov 20 2007 Arlin Davis - 2.0.3 +- DAT/DAPL Version 2.0.3 Release 1 + +* Tue Oct 30 2007 Arlin Davis - 2.0.2 +- DAT/DAPL Version 2.0.2 Release 1 + +* Tue Sep 18 2007 Arlin Davis - 2.0.1-1 +- OFED 1.3-alpha, co-exist with DAT 1.2 library package. + +* Wed Mar 7 2007 Arlin Davis - 2.0.0.pre +- Initial release of DAT 2.0 APIs, includes IB extensions diff --git a/intel-mic-ofed-dapl.spec.in b/intel-mic-ofed-dapl.spec.in deleted file mode 100644 index 498f196..0000000 --- a/intel-mic-ofed-dapl.spec.in +++ /dev/null @@ -1,294 +0,0 @@ -# Copyright (c) 2002-2005, Network Appliance, Inc. All rights reserved. -# Copyright (c) 2007, Intel Corporation. All rights reserved. -# -# This Software is licensed under one of the following licenses: -# -# 1) under the terms of the "Common Public License 1.0" a copy of which is -# in the file LICENSE.txt in the root directory. The license is also -# available from the Open Source Initiative, see -# http://www.opensource.org/licenses/cpl.php. -# -# 2) under the terms of the "The BSD License" a copy of which is in the file -# LICENSE2.txt in the root directory. The license is also available from -# the Open Source Initiative, see -# http://www.opensource.org/licenses/bsd-license.php. -# -# 3) under the terms of the "GNU General Public License (GPL) Version 2" a -# copy of which is in the file LICENSE3.txt in the root directory. The -# license is also available from the Open Source Initiative, see -# http://www.opensource.org/licenses/gpl-license.php. -# -# Licensee has the right to choose one of the above licenses. -# -# Redistributions of source code must retain the above copyright -# notice and one of the license notices. -# -# Redistributions in binary form must reproduce both the above copyright -# notice, one of the license notices in the documentation -# and/or other materials provided with the distribution. -# -# -# uDAT and uDAPL 2.0 Registry RPM SPEC file -# -# $Id: $ - -# don't fail when not given extra FLAGS: -%{!?_CPPFLAGS: %define _CPPFLAGS ""} -%{!?_LDFLAGS: %define _LDFLAGS ""} -%{!?_CONF: %define _CONF ""} - -%define debug_package %{nil} - -Name: intel-mic-ofed-dapl -Version: 2.0.36.12 -Release: 1%{?dist} -Summary: A Library for userspace access to RDMA devices using OS Agnostic DAT APIs, proxy daemon for offloading RDMA - -Group: System Environment/Libraries -License: Dual GPL/BSD/CPL -Url: http://openfabrics.org/ -Source: http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -Obsoletes: dapl -Conflicts: dapl -Requires(post): /sbin/ldconfig -Requires(postun): /sbin/ldconfig -Requires(post): /sbin/chkconfig -Requires(preun): /sbin/chkconfig - -%description -Along with the OpenFabrics kernel drivers, libdat and libdapl provides a userspace -RDMA API that supports DAT 2.0 specification and IB transport extensions for -atomic operations and rdma write with immediate data. - -%package devel -Summary: Development files for the libdat and libdapl libraries -Group: System Environment/Libraries -Requires: %{name} = %{version}-%{release} -Obsoletes: dapl-devel -Conflicts: dapl-devel - -%description devel -Header files for libdat and libdapl library. - -%package devel-static -Summary: Static development files for libdat and libdapl library -Group: System Environment/Libraries -Obsoletes: dapl-devel-static -Conflicts: dapl-devel-static - -%description devel-static -Static libraries for libdat and libdapl library. - -%package utils -Summary: Test suites for uDAPL library -Group: System Environment/Libraries -Requires: %{name} = %{version}-%{release} -Obsoletes: dapl-utils -Conflicts: dapl-utils - -%description utils -Useful test suites to validate uDAPL library API's. - -%prep -%setup -q - -%build -%configure CPPFLAGS=%{_CPPFLAGS} LDFLAGS=%{_LDFLAGS} %{_CONF} - -make %{?_smp_mflags} - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - -# remove unpackaged files from the buildroot -rm -f %{buildroot}%{_libdir}/*.la - -# make init.d so we can exclude it later: -mkdir -p %{buildroot}%{_sysconfdir}/init.d - -%clean -rm -rf %{buildroot} - -%post -# fix problem with older dapl packages that clobber dat.conf when updating -cp %{_sysconfdir}/dat.conf /tmp/%{version}-dat.conf -/sbin/ldconfig - -if [ $1 -gt 1 ]; then - /sbin/chkconfig --add mpxyd &> /dev/null || true -fi - -%preun -/sbin/chkconfig --del mpxyd &> /dev/null || true - -%postun -/sbin/ldconfig - -%files -%defattr(-,root,root,-) -%{_libdir}/libda*.so.* -%{_sbindir} -%exclude %dir %{_sysconfdir}/init.d/ -%{_sysconfdir}/* -%doc AUTHORS README COPYING ChangeLog LICENSE.txt LICENSE2.txt LICENSE3.txt README.mcm - -%files devel -%defattr(-,root,root,-) -%{_libdir}/*.so -%dir %{_includedir}/dat2 -%{_includedir}/dat2/* - -%files devel-static -%defattr(-,root,root,-) -%{_libdir}/*.a - -%files utils -%defattr(-,root,root,-) -%{_bindir}/* -%{_mandir}/man1/*.1* -%{_mandir}/man5/*.5* - -%triggerpostun -- dapl < 2.0.35-1 -# fix problem with older dapl packages that clobber dat.conf during update -mv /tmp/%{version}-dat.conf %{_sysconfdir}/dat.conf - -%changelog -* Wed Sep 25 2013 Arlin Davis - 2.0.36.12 -- DAT/DAPL Version 2.0.36.12 Release 1, OFED 3.5-MIC, Intel MPSS 3.1 - -* Thu Aug 9 2013 Arlin Davis - 2.0.36.11 -- DAT/DAPL Version 2.0.36.11 Release 1, OFED 3.5-MIC, Intel MPSS 3.0 - -* Thu Jul 25 2013 Arlin Davis - 2.0.36.10 -- DAT/DAPL Version 2.0.36.10 Release 1, OFED 3.5, Intel MPSS Gold Update 4 - -* Wed Jun 26 2013 Arlin Davis - 2.0.36.9 -- DAT/DAPL Version 2.0.36.9 Release 1, OFED 3.5, Intel MPSS Gold Update 4 - -* Wed May 5 2013 Arlin Davis - 2.0.36.8 -- DAT/DAPL Version 2.0.36.8 Release 1, OFED 3.5, Intel MPSS Gold Update 4 - -* Fri Mar 15 2013 Arlin Davis - 2.0.36.7 -- DAT/DAPL Version 2.0.36.7 Release 1, OFED 3.5, Intel MPSS Gold Update 2 - -* Fri Feb 8 2013 Arlin Davis - 2.0.36.6 -- DAT/DAPL Version 2.0.36.6 Release 1, OFED 3.5, Intel MPSS Gold Update - -* 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 - -* Mon Jul 5 2012 Arlin Davis - 2.0.36 -- DAT/DAPL Version 2.0.36 Release 1, OFED 3.5 - -* Mon Apr 23 2012 Arlin Davis - 2.0.35 -- DAT/DAPL Version 2.0.35 Release 1, OFED 3.2 - -* Wed Nov 2 2011 Arlin Davis - 2.0.34 -- DAT/DAPL Version 2.0.34 Release 1, OFED 1.5.4 GA - -* Mon Aug 29 2011 Arlin Davis - 2.0.33 -- DAT/DAPL Version 2.0.33 Release 1, OFED 1.5.4 RC1 - -* Sun Feb 13 2011 Arlin Davis - 2.0.32 -- DAT/DAPL Version 2.0.32 Release 1, OFED 1.5.3 GA - -* Fri Dec 10 2010 Arlin Davis - 2.0.31 -- DAT/DAPL Version 2.0.31 Release 1, OFED 1.5.3 - -* Mon Aug 9 2010 Arlin Davis - 2.0.30 -- DAT/DAPL Version 2.0.30 Release 1, OFED 1.5.2 RC4 - -* Thu Jun 17 2010 Arlin Davis - 2.0.29 -- DAT/DAPL Version 2.0.29 Release 1, OFED 1.5.2 RC2 - -* Mon May 24 2010 Arlin Davis - 2.0.28 -- DAT/DAPL Version 2.0.28 Release 1, OFED 1.5.2 RC1 - -* 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 -- DAT/DAPL Version 2.0.26 Release 1, OFED 1.5, OFED 1.5-RDMAoE - -* Tue Nov 24 2009 Arlin Davis - 2.0.25 -- DAT/DAPL Version 2.0.25 Release 1, OFED 1.5 RC3 - -* Fri Oct 30 2009 Arlin Davis - 2.0.24 -- DAT/DAPL Version 2.0.24 Release 1, OFED 1.5 RC2 - -* Fri Oct 2 2009 Arlin Davis - 2.0.23 -- DAT/DAPL Version 2.0.23 Release 1, OFED 1.5 RC1 - -* Wed Aug 19 2009 Arlin Davis - 2.0.22 -- DAT/DAPL Version 2.0.22 Release 1, OFED 1.5 ALPHA new UCM provider - -* Wed Aug 5 2009 Arlin Davis - 2.0.21 -- DAT/DAPL Version 2.0.21 Release 1, WinOF 2.1, OFED 1.4.1+ - -* Fri Jun 19 2009 Arlin Davis - 2.0.20 -- DAT/DAPL Version 2.0.20 Release 1, OFED 1.4.1 + UD reject/scaling fixes - -* Thu Apr 30 2009 Arlin Davis - 2.0.19 -- DAT/DAPL Version 2.0.19 Release 1, OFED 1.4.1 GA Final - -* Fri Apr 17 2009 Arlin Davis - 2.0.18 -- DAT/DAPL Version 2.0.18 Release 1, OFED 1.4.1 GA - -* Tue Mar 31 2009 Arlin Davis - 2.0.17 -- DAT/DAPL Version 2.0.17 Release 1, OFED 1.4.1 GA - -* Mon Mar 16 2009 Arlin Davis - 2.0.16 -- DAT/DAPL Version 2.0.16 Release 1, OFED 1.4.1 - -* Fri Nov 07 2008 Arlin Davis - 2.0.15 -- DAT/DAPL Version 2.0.15 Release 1, OFED 1.4 GA - -* Fri Oct 03 2008 Arlin Davis - 2.0.14 -- DAT/DAPL Version 2.0.14 Release 1, OFED 1.4 rc3 - -* Mon Sep 01 2008 Arlin Davis - 2.0.13 -- DAT/DAPL Version 2.0.13 Release 1, OFED 1.4 rc1 - -* Thu Aug 21 2008 Arlin Davis - 2.0.12 -- DAT/DAPL Version 2.0.12 Release 1, OFED 1.4 beta - -* 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 -- DAT/DAPL Version 2.0.10 Release 1, socket CM provider - -* Tue May 20 2008 Arlin Davis - 2.0.9 -- DAT/DAPL Version 2.0.9 Release 1, OFED 1.3.1 GA - -* Thu May 1 2008 Arlin Davis - 2.0.8 -- DAT/DAPL Version 2.0.8 Release 1, OFED 1.3.1 - -* Thu Feb 14 2008 Arlin Davis - 2.0.7 -- DAT/DAPL Version 2.0.7 Release 1, OFED 1.3 GA - -* Mon Feb 04 2008 Arlin Davis - 2.0.6 -- DAT/DAPL Version 2.0.6 Release 1, OFED 1.3 RC4 - -* Tue Jan 29 2008 Arlin Davis - 2.0.5 -- DAT/DAPL Version 2.0.5 Release 1, OFED 1.3 RC3 - -* Thu Jan 17 2008 Arlin Davis - 2.0.4 -- DAT/DAPL Version 2.0.4 Release 1, OFED 1.3 RC2 - -* Tue Nov 20 2007 Arlin Davis - 2.0.3 -- DAT/DAPL Version 2.0.3 Release 1 - -* Tue Oct 30 2007 Arlin Davis - 2.0.2 -- DAT/DAPL Version 2.0.2 Release 1 - -* Tue Sep 18 2007 Arlin Davis - 2.0.1-1 -- OFED 1.3-alpha, co-exist with DAT 1.2 library package. - -* Wed Mar 7 2007 Arlin Davis - 2.0.0.pre -- Initial release of DAT 2.0 APIs, includes IB extensions