From 159219639b7fd69d140892120121bbb4d694e295 Mon Sep 17 00:00:00 2001 From: Jianxin Xiong Date: Tue, 23 Jul 2024 12:14:43 -0700 Subject: [PATCH] v1.22.0 Signed-off-by: Jianxin Xiong --- NEWS.md | 5 +++++ configure.ac | 2 +- fabtests/configure.ac | 2 +- include/windows/config.h | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 77eb1d67e2a..f72e8d85c95 100644 --- a/NEWS.md +++ b/NEWS.md @@ -35,6 +35,7 @@ v1.22.0, Fri Jul 26, 2024 ## EFA - General improvement and bug fixes +- Handle recv cancel for zero copy recv - Avoid iterating EP list in CQ read - Add RDMA core errno for remote unknown peer - Map EFA errnos to Libfabric codes @@ -52,6 +53,7 @@ v1.22.0, Fri Jul 26, 2024 ## OPX +- Add missing file needed for fabric direct build to release package - Fix performance issue caused by not setting ACK bit in the single SDMA packet case - TID cache debug improvements @@ -120,6 +122,8 @@ v1.22.0, Fri Jul 26, 2024 ## Fabtests +- pytest/shm: reduce the msg size in test_unexpected_msg +- Fix synapseai fabtests build - Add pytests for EFA zero-copy receive - Add benchmark option for `FI_OPT_MAX_MSG_SIZE` - benchmarks: Add synapseai support @@ -153,6 +157,7 @@ v1.21.1, Fri July 26, 2024 ## EFA +- Add tracepoints for rx pkt processing events - Destroy rx_atomrsp_pool during ep close. - Free user_info during ep close. - Use srx lock from domain directly diff --git a/configure.ac b/configure.ac index 4c0a8f77ddf..7dacf69c9a6 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([libfabric], [1.22.0rc2], [ofiwg@lists.openfabrics.org]) +AC_INIT([libfabric], [1.22.0], [ofiwg@lists.openfabrics.org]) AC_CONFIG_SRCDIR([src/fabric.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) diff --git a/fabtests/configure.ac b/fabtests/configure.ac index b8d2e8167d1..b75d8187edf 100644 --- a/fabtests/configure.ac +++ b/fabtests/configure.ac @@ -5,7 +5,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([fabtests], [1.22.0rc2], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [1.22.0], [ofiwg@lists.openfabrics.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_HEADERS(config.h) diff --git a/include/windows/config.h b/include/windows/config.h index 895a3446c1c..bed7838e1a6 100644 --- a/include/windows/config.h +++ b/include/windows/config.h @@ -256,7 +256,7 @@ #define PACKAGE_TARNAME PACKAGE /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.22.0rc2" +#define PACKAGE_VERSION "1.22.0" /* Define to the full name and version of this package. */ #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION