Accepting request 567622 from home:NMoreyChaisemartin:branches:science:HPC
- Update to 1.2.2 - Support including UCX API headers from C++ code - UD transport to handle unicast flood on RoCE fabric - Compilation fixes for gcc 7.1.1, clang 3.6, clang 5 - When UD transport is used with RoCE, packets intended for other peers may arrive on different adapters (as a result of unicast flooding). - This change adds packet filtering based on destination GIDs. Now the packet is silently dropped, if its destination GID does not match the local GID. - Added a new device ID for InfiniBand HCA OBS-URL: https://build.opensuse.org/request/show/567622 OBS-URL: https://build.opensuse.org/package/show/science:HPC/openucx?expand=0&rev=13
This commit is contained in:
parent
57691e3478
commit
bbb8bc7682
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 10:12:04 UTC 2018 - nmoreychaisemartin@suse.com
|
||||
|
||||
- Update to 1.2.2
|
||||
- Support including UCX API headers from C++ code
|
||||
- UD transport to handle unicast flood on RoCE fabric
|
||||
- Compilation fixes for gcc 7.1.1, clang 3.6, clang 5
|
||||
- When UD transport is used with RoCE, packets intended for other peers may
|
||||
arrive on different adapters (as a result of unicast flooding).
|
||||
- This change adds packet filtering based on destination GIDs. Now the packet
|
||||
is silently dropped, if its destination GID does not match the local GID.
|
||||
- Added a new device ID for InfiniBand HCA
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 21:19:11 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openucx
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@ Name: openucx
|
||||
Summary: Unifieid Communication X
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Url: http://openucx.org/
|
||||
|
||||
@ -156,7 +156,6 @@ rm -fv "%buildroot/%_libdir"/*.la
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%_bindir/ucx_*
|
||||
%_datadir/ucx/
|
||||
%_libdir/pkgconfig/ucx.pc
|
||||
%doc LICENSE
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc63760601c03ff60a2531ec3c6637e98f5b743576eb410f245839c84a0ad617
|
||||
size 1582971
|
3
ucx-1.2.2.tar.gz
Normal file
3
ucx-1.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:914d10fee8f970d4fb286079dd656cf8a260ec7d724d5f751b3109ed32a6da63
|
||||
size 1513611
|
Loading…
Reference in New Issue
Block a user