Skip to content

Commit 4c6f952

Browse files
author
Sean Hefty
authored
Merge pull request #5146 from a-ilango/man
Added few more updates to NEWS
2 parents 221766a + b233c6d commit 4c6f952

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ v1.8.0, Fri Jun 28, 2019
1717
- Improved support for huge page allocations
1818
- Convert all python scripts to version 3
1919
- Add logging to report atomic implementation in use
20+
- Fix timeout calculation in util wait abstraction.
21+
- Fix hang when multiple threads wait on util counter.
2022

2123
## EFA
2224

@@ -57,9 +59,12 @@ v1.8.0, Fri Jun 28, 2019
5759
## RxM
5860

5961
- Improved responsiveness to CM events with manual progress mode
62+
- Add proper versioning to CM data exchange protocol
6063
- Refactor how CQ and EQ errors are handled and reported
6164
- Minor code cleanups and bug fixes
6265
- Support atomic operations in auto progress mode
66+
- Fix high memory usage when a large number of RMA ops are posted without
67+
FI_COMPLETION
6368

6469
## SHM
6570

@@ -73,10 +78,12 @@ v1.8.0, Fri Jun 28, 2019
7378

7479
## Verbs
7580

81+
- Add NIC info (fi_nic) in fi_info
7682
- Improved support for UD QPs over RoCE
7783
- Added CQ resource tracking to avoid CQ overrun on HFI1
7884
- Enable memory registration cache by default
7985
- Reduce unnecessary log message noise
86+
- Bug fixes for EQ trywait, QP creation attributes.
8087

8188
## Fabtests
8289

0 commit comments

Comments
 (0)