From e43589a5113ad3db0a18a6a1a02b6e6f4ee317d6 Mon Sep 17 00:00:00 2001 From: Jianxin Xiong Date: Fri, 19 Jan 2024 15:18:33 -0800 Subject: [PATCH] v1.20.1 Signed-off-by: Jianxin Xiong --- AUTHORS | 1 + NEWS.md | 16 ++++++++++++++++ configure.ac | 4 ++-- fabtests/configure.ac | 4 ++-- include/windows/config.h | 2 +- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index ed4f4397d22..145b46b5add 100644 --- a/AUTHORS +++ b/AUTHORS @@ -76,6 +76,7 @@ Evgeny Leksikov Ezra Kissel Firas Jahjah Frank Zago +Franz Pöschel fullerdj Gal Pressman Gengbin Zheng diff --git a/NEWS.md b/NEWS.md index e5dfd899f1e..1ee9bbbf210 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,7 @@ v1.20.1, Mon Jan 22, 2024 ========================= ## Core + - hmem/ze: Change the library name passed to dlopen - hmem/ze: map device id to physical device - hmem/ze: skip duplicate initialization @@ -22,6 +23,7 @@ v1.20.1, Mon Jan 22, 2024 - man: Update EFA docs for FI_EFA_INTER_MIN_READ_WRITE_SIZE ## EFA + - efa_rdm_ep_record_tx_op_submitted() rm peer lookup - Remove peer lookup from efa_rdm_pke_sendv() - Make handshake response use txe @@ -45,23 +47,37 @@ v1.20.1, Mon Jan 22, 2024 - Fix a typo in configure.m4 - Make runt_size aligned +## NetDir + +- Add missing unlock in error path of nd_send_ack() + ## OPX + - Initialize cq error data size ## RXM + - Fix data error with FI_OFI_RXM_USE_RNDV_WRITE=1 ## SHM + +- Fix coverity issue about resource leak +- Adjust the order of smr_region fields. - Allocate peer device fds dynamically ## Util + +- Fix coverity issue about missing lock +- Implement timeout in util_wait_yield_run() - Fix bug in util_cq startup error case - util_mem_hooks: add missing parantheses ## Verbs + - Windows: Resolve regression in user data retrieval ## Fabtests + - efa: Close ibv device after use - efa: Get device MR limit from ibv_query_device - efa: Add simple unexpected test to MR exhaustion test diff --git a/configure.ac b/configure.ac index d6c9c62f104..65e20da4b74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl dnl Copyright (c) 2016 Cisco Systems, Inc. All rights reserved. -dnl Copyright (c) 2019-2021 Intel, Inc. All rights reserved. +dnl Copyright (c) 2019-2024 Intel, Inc. All rights reserved. dnl Copyright (c) 2019-2020 Amazon.com, Inc. or its affiliates. All rights reserved. dnl (C) Copyright 2020 Hewlett Packard Enterprise Development LP dnl Copyright (c) 2022 DataDirect Networks, Inc. All rights reserved. @@ -9,7 +9,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([libfabric], [1.20.1rc1], [ofiwg@lists.openfabrics.org]) +AC_INIT([libfabric], [1.20.1], [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 20e0c2d5649..2833bc9c8b2 100644 --- a/fabtests/configure.ac +++ b/fabtests/configure.ac @@ -1,11 +1,11 @@ dnl dnl Copyright (c) 2016-2017 Cisco Systems, Inc. All rights reserved. -dnl Copyright (c) 2018-2021 Intel Corporation, Inc. All rights reserved. +dnl Copyright (c) 2018-2024 Intel Corporation, Inc. All rights reserved. dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([fabtests], [1.20.1rc1], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [1.20.1], [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 8c7c10b5e4e..016ac1abdfa 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.20.1rc1" +#define PACKAGE_VERSION "1.20.1" /* Define to the full name and version of this package. */ #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION