From 45b32ad91188b1d424da939b97a411ee0c903bc8 Mon Sep 17 00:00:00 2001 From: "Pavel Shamis (Pasha)" Date: Fri, 25 Oct 2019 17:15:30 -0500 Subject: [PATCH 1/2] News update for 1.7.0-rc1 Signed-off-by: Pavel Shamis (Pasha) --- NEWS | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 379e14ad4fc..c7cee304c38 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,48 @@ # -## Copyright (C) Mellanox Technologies Ltd. 2001-2015. ALL RIGHTS RESERVED. -## Copyright (C) UT-Battelle, LLC. 2014-2015. ALL RIGHTS RESERVED. -## Copyright (C) ARM Ltd. 2017-2018. ALL RIGHTS RESERVED. +## Copyright (C) Mellanox Technologies Ltd. 2001-2018. ALL RIGHTS RESERVED. +## Copyright (C) UT-Battelle, LLC. 2014-2019. ALL RIGHTS RESERVED. +## Copyright (C) ARM Ltd. 2017-2019. ALL RIGHTS RESERVED. ## ## See file LICENSE for terms. ## # ## Current + +## 1.7.0 (October 26, 2019) Features: -- TBD +- Added support multiple listening transports +- Added UCT socket based connection manager transport +- Updated API for UCT component management +- Added a API to retrieve the server listening port +- Added UCP active message API +- Remove deprecated API for querying UCT memory domains +- Added new UCT component query API and deprecate old one +- Refactored server/client examples +- Added support for dlopen interception in UCM +- Added non-blocking TCP/IP connection manager +- Added socket based connection manager +- Added support for PCIe atomics +- Updated Java API +- Updated support for Mellanox DEVX API + +Bugfixes: +- Multiple bugfixes in UCP, UCT, UCM libraries +- Multiple fixes for BSD and Mac OS systems +- Fixes for Clang compiler +- Fixes for CUDA IPC +- Fix CPU optimization configuration options + +## 1.6.1 (September 23, 2019) +Features: +- Add Bull Atos HCA device IDs +- Add Azure Pipelines testing + +Bugfixes: +- Multiple static checker fixes +- Remove pkg.m4 dependency +- Multiple clang static checker fixes +- Fix mem type support with generic datatype ## 1.6.0 (July 17, 2019) Features: From a99c37c0697f91bf0e4b9fdecc88fd4ff578a271 Mon Sep 17 00:00:00 2001 From: "Pavel Shamis (Pasha)" Date: Mon, 28 Oct 2019 10:18:50 -0500 Subject: [PATCH 2/2] NEWS: Language fixes - Improving consistency of the document - Grammar fixes - Clarifications about new features Signed-off-by: Pavel Shamis (Pasha) --- NEWS | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/NEWS b/NEWS index c7cee304c38..5b60089adbb 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ # -## Copyright (C) Mellanox Technologies Ltd. 2001-2018. ALL RIGHTS RESERVED. +## Copyright (C) Mellanox Technologies Ltd. 2001-2019. ALL RIGHTS RESERVED. ## Copyright (C) UT-Battelle, LLC. 2014-2019. ALL RIGHTS RESERVED. ## Copyright (C) ARM Ltd. 2017-2019. ALL RIGHTS RESERVED. ## @@ -9,22 +9,21 @@ ## Current -## 1.7.0 (October 26, 2019) +## 1.7.0-rc1 (October 28, 2019) Features: -- Added support multiple listening transports -- Added UCT socket based connection manager transport +- Added support for multiple listening transports +- Added UCT socket-based connection manager transport - Updated API for UCT component management -- Added a API to retrieve the server listening port +- Added API to retrieve the listening port - Added UCP active message API -- Remove deprecated API for querying UCT memory domains -- Added new UCT component query API and deprecate old one +- Removed deprecated API for querying UCT memory domains - Refactored server/client examples - Added support for dlopen interception in UCM -- Added non-blocking TCP/IP connection manager -- Added socket based connection manager - Added support for PCIe atomics -- Updated Java API -- Updated support for Mellanox DEVX API +- Updated Java API: added support for most of UCP layer operations +- Updated support for Mellanox DevX API +- Added multiple UCT/TCP transport performance optimizations +- Optimized memcpy() for Intel platforms Bugfixes: - Multiple bugfixes in UCP, UCT, UCM libraries @@ -35,8 +34,8 @@ Bugfixes: ## 1.6.1 (September 23, 2019) Features: -- Add Bull Atos HCA device IDs -- Add Azure Pipelines testing +- Added Bull Atos HCA device IDs +- Added Azure Pipelines testing Bugfixes: - Multiple static checker fixes @@ -123,7 +122,7 @@ Tested configurations: Features: - Improved support for installation with latest ROCm - Improved support for latest rdma-core -- Adding support for CUDA IPC for intra-node GPU +- Added support for CUDA IPC for intra-node GPU - Added support for CUDA memory allocation cache for mem-type detection - Added support for latest Mellanox devices - Added support for Nvidia GPU managed memory