Skip to content

Commit

Permalink
v2.1.0rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Jianxin Xiong <[email protected]>
  • Loading branch information
j-xiong committed Mar 7, 2025
1 parent 6d990c9 commit 20cfcad
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ OFIWG Bot <[email protected]>
Olga Weiss <[email protected]>
Olivier Serres <[email protected]>
orbea <[email protected]>
Orion Poplawski <[email protected]>
Paolo Inaudi <[email protected]>
Patrick Bueb <[email protected]>
Patrick MacArthur <[email protected]>
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ v2.1.0, Sat Mar 15, 2025

## Core

- man/fi_domain: Define resource mgmt unreachable EP
- man/fi_domain: Update connectionless EP disable
- hmem: Fix missing rocr dlopen function assignments
- Fix data race on log_prefix
- hmem: Define ofi_hmem_put_dmabuf_fd and add support for cuda and rocr
- Fix a few minor man page issues

## CXI

- Bump internal CXI version to support 2.1
- Fix possible cq_open segfault
- Fix peer CQ support
- Added collectives logical operators
- Fix bug in constrained LE test cases in test.sh and test_sw.sh
Expand Down Expand Up @@ -48,6 +52,9 @@ v2.1.0, Sat Mar 15, 2025

## EFA

- Do not allocate rdm_peer struct for efa-direct and dgram paths
- Remove efa_av->ep_type in favor of efa_domain->info_type
- Replace domain->rdm_ep with domain->info_type
- Release matched rxe before destroying the srx rx_pool
- Fix the error code from ibv wr API
- Fix the clean up issue for efa_util_prov
Expand Down Expand Up @@ -151,12 +158,17 @@ v2.1.0, Sat Mar 15, 2025
- Don't send immediate data in send_rzv when send buffer is not host memory
- Use `page_sizes[OFI_PAGE_SIZE]-1` instead of `PAGE_MASK`

## PSM3

- Update provider to sync with IEFS 12.0.0.0.36

## RXM

- Fix rxm multi recv getopt segfault

## SHM

- Free all pending srx entries on ep close
- Remove prefix from map inserts
- Fix name compare bug

Expand Down Expand Up @@ -188,6 +200,7 @@ v2.1.0, Sat Mar 15, 2025

## Fabtests

- Fix some test function prototypes
- efa: Add remote exit early test with post recv
- Do not require FI_TAGGED for fi_av_xfer test
- efa: print err for recv failure
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.60])
AC_INIT([libfabric], [2.1.0rc1], [[email protected]])
AC_INIT([libfabric], [2.1.0rc2], [[email protected]])
AC_CONFIG_SRCDIR([src/fabric.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
Expand Down
2 changes: 1 addition & 1 deletion fabtests/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([fabtests], [2.1.0rc1], [[email protected]])
AC_INIT([fabtests], [2.1.0rc2], [[email protected]])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
AC_CONFIG_HEADERS(config.h)
Expand Down
2 changes: 1 addition & 1 deletion include/windows/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
#define PACKAGE_TARNAME PACKAGE

/* Define to the version of this package. */
#define PACKAGE_VERSION "2.1.0rc1"
#define PACKAGE_VERSION "2.1.0rc2"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
Expand Down

0 comments on commit 20cfcad

Please sign in to comment.