File tree Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 77##
88#
99
10- ## 1.2.2 (November 11, 2017)
11-
12- Packaging:
13- - Move `examples/` and `perftest/` into doc
14- - Update spec to work on old distros while complaint with Fedora guidelines
15-
16- Cleanup:
17- - Removed unused ptmalloc version (2.83)
18- - Fixup license headers
19-
10+ ## 1.2.2 (November 28, 2017)
11+
12+ Main:
13+ - Support including UCX API headers from C++ code
14+ - UD transport to handle unicast flood on RoCE fabric
15+ - Compilation fixes for gcc 7.1.1 and clang 3.6
16+
17+ Details:
18+ - When UD transport is used with RoCE, packets intended for other peers may
19+ arrive on different adapters (as a result of unicast flooding).
20+ - This change adds packet filtering based on destination GIDs. Now the packet
21+ is silently dropped, if its destination GID does not match the local GID.
22+ - [packaging] Move `examples/` and `perftest/` into doc
23+ - [packaging] Update spec to work on old distros while complaint with Fedora
24+ guidelines
25+ - [cleanup] Removed unused ptmalloc version (2.83)
26+ - [cleanup] Fixup license headers
2027
2128## 1.2.1 (August 28, 2017)
2229
Original file line number Diff line number Diff line change 128128 {\Large Unified Communication X (UCX)}\\
129129\vspace *{0.5cm}
130130{\large API Standard}\\
131- {\small Version 1.2}\\
131+ {\small Version 1.2.2 }\\
132132\vspace *{0.5cm}
133133\includegraphics [width=6cm]{UCX_Logo_930x933.png}
134134\vspace *{0.5cm}
You can’t perform that action at this time.
0 commit comments