* [ANNOUNCE] dapl-2.0.27 and compat-dapl-1.2.16 release
@ 2010-02-24 1:23 Davis, Arlin R
[not found] ` <E3280858FA94444CA49D2BA02341C983B59811C2-osO9UTpF0URZtRGVdHMbwrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Davis, Arlin R @ 2010-02-24 1:23 UTC (permalink / raw)
To: linux-rdma@vger.kernel.org, ofw_list
Cc: Vladimir Sokolovsky, Jimmy Hill, Doug Ledford
New release for uDAPL v2.0 (2.0.23) and v1.2 (1.2.16) available at:
http://www.openfabrics.org/downloads/dapl
Latest Packages (see ChangeLog for details):
md5sum: e0995e0f9bc416a8478720953fa1cc63 compat-dapl-1.2.16.tar.gz
md5sum: 999734fc1f2e27b5fc98dd6fd486daf9 dapl-2.0.27.tar.gz
Vlad, please pull into OFED 1.5.1:
For 1.2 and 2.0 support on same system, including development, install RPM packages as follow:
dapl-2.0.27-1
dapl-utils-2.0.27-1
dapl-devel-2.0.27-1
dapl-debuginfo-2.0.27-1
compat-dapl-1.2.16-1
compat-dapl-devel-1.2.16-1
Summary of changes:
Release 2.0.27 fixes:
- windows: add scm makefile
- Windows does not require rdma_cma_abi.h, move the include from common code
- Windows patch to fix IB_INVALID_HANDLE name collision
- scm: dat_ep_connect fails on 32bit servers
- undefined symbol: dapls_print_cm_list
- Cleanup CM object lock before freeing CM object memory
- destroy verbs completion channels created via ia_open or ep_create.
- Update Copyright file and include the 3 license files in distribution
- When copying private_data out of rdma_cm events, use the
- dapl/cma: fix referencing freed address
- dapl: move close device after async thread is done
Release 1.2.16 fixes:
- Update Copyright file and include the 3 license files in distribution
- cma: max sge incorrectly decremented during ibv_device_query
Thanks,
-arlin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANNOUNCE] dapl-2.0.27 and compat-dapl-1.2.16 release
[not found] ` <E3280858FA94444CA49D2BA02341C983B59811C2-osO9UTpF0URZtRGVdHMbwrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2010-02-24 6:51 ` Vladimir Sokolovsky
2010-02-24 7:19 ` Vladimir Sokolovsky
1 sibling, 0 replies; 4+ messages in thread
From: Vladimir Sokolovsky @ 2010-02-24 6:51 UTC (permalink / raw)
To: Davis, Arlin R
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, ofw_list,
Smith, Stan, Doug Ledford, Jimmy Hill
Davis, Arlin R wrote:
>
> New release for uDAPL v2.0 (2.0.23) and v1.2 (1.2.16) available at:
>
> http://www.openfabrics.org/downloads/dapl
>
> Latest Packages (see ChangeLog for details):
>
> md5sum: e0995e0f9bc416a8478720953fa1cc63 compat-dapl-1.2.16.tar.gz
> md5sum: 999734fc1f2e27b5fc98dd6fd486daf9 dapl-2.0.27.tar.gz
>
> Vlad, please pull into OFED 1.5.1:
>
> For 1.2 and 2.0 support on same system, including development, install RPM packages as follow:
>
> dapl-2.0.27-1
> dapl-utils-2.0.27-1
> dapl-devel-2.0.27-1
> dapl-debuginfo-2.0.27-1
> compat-dapl-1.2.16-1
> compat-dapl-devel-1.2.16-1
>
Done,
Regards,
Vladimir
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANNOUNCE] dapl-2.0.27 and compat-dapl-1.2.16 release
[not found] ` <E3280858FA94444CA49D2BA02341C983B59811C2-osO9UTpF0URZtRGVdHMbwrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2010-02-24 6:51 ` Vladimir Sokolovsky
@ 2010-02-24 7:19 ` Vladimir Sokolovsky
[not found] ` <4B84D319.6070605-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
1 sibling, 1 reply; 4+ messages in thread
From: Vladimir Sokolovsky @ 2010-02-24 7:19 UTC (permalink / raw)
To: Davis, Arlin R
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, ofw_list,
Smith, Stan, Doug Ledford, Jimmy Hill
Davis, Arlin R wrote:
>
> New release for uDAPL v2.0 (2.0.23) and v1.2 (1.2.16) available at:
>
> http://www.openfabrics.org/downloads/dapl
>
> Latest Packages (see ChangeLog for details):
>
> md5sum: e0995e0f9bc416a8478720953fa1cc63 compat-dapl-1.2.16.tar.gz
> md5sum: 999734fc1f2e27b5fc98dd6fd486daf9 dapl-2.0.27.tar.gz
>
> Vlad, please pull into OFED 1.5.1:
>
> For 1.2 and 2.0 support on same system, including development, install RPM packages as follow:
>
> dapl-2.0.27-1
> dapl-utils-2.0.27-1
> dapl-devel-2.0.27-1
> dapl-debuginfo-2.0.27-1
> compat-dapl-1.2.16-1
> compat-dapl-devel-1.2.16-1
>
> Summary of changes:
>
> Release 2.0.27 fixes:
> - windows: add scm makefile
> - Windows does not require rdma_cma_abi.h, move the include from common code
> - Windows patch to fix IB_INVALID_HANDLE name collision
> - scm: dat_ep_connect fails on 32bit servers
> - undefined symbol: dapls_print_cm_list
> - Cleanup CM object lock before freeing CM object memory
> - destroy verbs completion channels created via ia_open or ep_create.
> - Update Copyright file and include the 3 license files in distribution
> - When copying private_data out of rdma_cm events, use the
> - dapl/cma: fix referencing freed address
> - dapl: move close device after async thread is done
>
> Release 1.2.16 fixes:
> - Update Copyright file and include the 3 license files in distribution
> - cma: max sge incorrectly decremented during ibv_device_query
>
> Thanks,
>
> -arlin
>
>
Hi Arlin,
Rpmbuild for compat-dapl fails:
# rpmbuild -ts --nodeps --define '_topdir /tmp/vlad/topdir' /tmp/vlad/compat-dapl/compat-dapl-1.2.16.tar.gz
error: %changelog not in descending chronological order
The reason is the following typo (wrong year):
%changelog
* Tue Feb 23 2009 Arlin Davis <ardavis-+/W+9+QloQG75v1z/vFq2g@public.gmane.org> - 1.2.16
Should be:
%changelog
* Tue Feb 23 2010 Arlin Davis <ardavis-+/W+9+QloQG75v1z/vFq2g@public.gmane.org> - 1.2.16
Regards,
Vladimir
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [ANNOUNCE] dapl-2.0.27 and compat-dapl-1.2.16 release
[not found] ` <4B84D319.6070605-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
@ 2010-02-24 8:11 ` Davis, Arlin R
0 siblings, 0 replies; 4+ messages in thread
From: Davis, Arlin R @ 2010-02-24 8:11 UTC (permalink / raw)
To: Vladimir Sokolovsky
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, ofw_list,
Smith, Stan, Doug Ledford, Jimmy Hill
vlad,
Sorry, I copied the wrong tar file. I updated with the correct one as follow:
md5sum: ee6540f0ccd777a45b8b7b17c3b49b36 compat-dapl-1.2.16.tar.gz
Please grab this new one from the downloads page:
http://www.openfabrics.org/downloads/dapl
-arlin
>-----Original Message-----
>From: Vladimir Sokolovsky [mailto:vlad-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org]
>Sent: Tuesday, February 23, 2010 11:20 PM
>To: Davis, Arlin R
>Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; ofw_list; Smith, Stan; Doug
>Ledford; Jimmy Hill
>Subject: Re: [ANNOUNCE] dapl-2.0.27 and compat-dapl-1.2.16 release
>
>Davis, Arlin R wrote:
>>
>> New release for uDAPL v2.0 (2.0.23) and v1.2 (1.2.16) available at:
>>
>> http://www.openfabrics.org/downloads/dapl
>>
>> Latest Packages (see ChangeLog for details):
>>
>> md5sum: e0995e0f9bc416a8478720953fa1cc63 compat-dapl-1.2.16.tar.gz
>> md5sum: 999734fc1f2e27b5fc98dd6fd486daf9 dapl-2.0.27.tar.gz
>>
>> Vlad, please pull into OFED 1.5.1:
>>
>> For 1.2 and 2.0 support on same system, including
>development, install RPM packages as follow:
>>
>> dapl-2.0.27-1
>> dapl-utils-2.0.27-1
>> dapl-devel-2.0.27-1
>> dapl-debuginfo-2.0.27-1
>> compat-dapl-1.2.16-1
>> compat-dapl-devel-1.2.16-1
>>
>> Summary of changes:
>>
>> Release 2.0.27 fixes:
>> - windows: add scm makefile
>> - Windows does not require rdma_cma_abi.h, move the include
>from common code
>> - Windows patch to fix IB_INVALID_HANDLE name collision
>> - scm: dat_ep_connect fails on 32bit servers
>> - undefined symbol: dapls_print_cm_list
>> - Cleanup CM object lock before freeing CM object memory
>> - destroy verbs completion channels created via ia_open or
>ep_create.
>> - Update Copyright file and include the 3 license files in
>distribution
>> - When copying private_data out of rdma_cm events, use the
>> - dapl/cma: fix referencing freed address
>> - dapl: move close device after async thread is done
>>
>> Release 1.2.16 fixes:
>> - Update Copyright file and include the 3 license files in
>distribution
>> - cma: max sge incorrectly decremented during ibv_device_query
>>
>> Thanks,
>>
>> -arlin
>>
>>
>
>Hi Arlin,
>Rpmbuild for compat-dapl fails:
>
># rpmbuild -ts --nodeps --define '_topdir /tmp/vlad/topdir'
>/tmp/vlad/compat-dapl/compat-dapl-1.2.16.tar.gz
>error: %changelog not in descending chronological order
>
>The reason is the following typo (wrong year):
>
>%changelog
>* Tue Feb 23 2009 Arlin Davis <ardavis-+/W+9+QloQG75v1z/vFq2g@public.gmane.org> - 1.2.16
>
>Should be:
>%changelog
>* Tue Feb 23 2010 Arlin Davis <ardavis-+/W+9+QloQG75v1z/vFq2g@public.gmane.org> - 1.2.16
>
>
>Regards,
>Vladimir
>
>
>--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-02-24 8:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-24 1:23 [ANNOUNCE] dapl-2.0.27 and compat-dapl-1.2.16 release Davis, Arlin R
[not found] ` <E3280858FA94444CA49D2BA02341C983B59811C2-osO9UTpF0URZtRGVdHMbwrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2010-02-24 6:51 ` Vladimir Sokolovsky
2010-02-24 7:19 ` Vladimir Sokolovsky
[not found] ` <4B84D319.6070605-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2010-02-24 8:11 ` Davis, Arlin R
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox