From 62e2ec2f98221a085cafe6d9f287259acc18ea97 Mon Sep 17 00:00:00 2001 From: "Pavel Shamis (Pasha)" Date: Mon, 14 Sep 2020 17:35:57 -0500 Subject: [PATCH 1/2] NEWS: News update for RC6 Signed-off-by: Pavel Shamis (Pasha) --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dafd8e18812..af25c11858a 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ ## # -## 1.9.0-rc5 (September 10, 2020) +## 1.9.0-rc6 (September 14, 2020) ### Features: #### UCX Core - Added a new class of communication APIs '*_nbx' that enable API extendability while @@ -23,6 +23,7 @@ - Added new TCP connection manager - Added support for UCT/IB PKey with partial membership in IB transports - Added support for RoCE LAG +- Added support for ROCm 3.7 and above - Added flow control for RDMA read operations - Improved endpoint flush implementation for UCT/IB - Improved UD timer to avoid interrupting the main thread when not in use @@ -56,6 +57,8 @@ - Fixes in memcpy selection for AMD - Fixed in UCT/UD endpoint flush functionality - Fixes in XPMEM detection +- Fixes in rendezvous staging protocol +- Fixes in ROCE mlx5 UD port configuration - Multiple fixes in RPM spec file - Multiple fixes in UCP documentation - Multiple fixes in socket connection manager From 1b9a7abcc32344b9e5b5ab5e4a5e375bc0147179 Mon Sep 17 00:00:00 2001 From: "Pavel Shamis (Pasha)" Date: Tue, 15 Sep 2020 08:44:17 -0500 Subject: [PATCH 2/2] NEWS: addressing comments Bumping up the date. Signed-off-by: Pavel Shamis (Pasha) --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index af25c11858a..2324c1be55f 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ ## # -## 1.9.0-rc6 (September 14, 2020) +## 1.9.0-rc6 (September 15, 2020) ### Features: #### UCX Core - Added a new class of communication APIs '*_nbx' that enable API extendability while @@ -58,7 +58,7 @@ - Fixed in UCT/UD endpoint flush functionality - Fixes in XPMEM detection - Fixes in rendezvous staging protocol -- Fixes in ROCE mlx5 UD port configuration +- Fixes in ROCEv1 mlx5 UDP source port configuration - Multiple fixes in RPM spec file - Multiple fixes in UCP documentation - Multiple fixes in socket connection manager