Skip to content

Commit

Permalink
v1.13.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Hefty <[email protected]>
  • Loading branch information
shefty committed Oct 15, 2021
1 parent f4388c6 commit bcb41c4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Nikola Dancejic <[email protected]>
Oblomov, Sergey <[email protected]>
Oblomov, Sergey <[email protected]>
OFIWG Bot <[email protected]>
Olivier Serres <[email protected]>
orbea <[email protected]>
Paolo Inaudi <[email protected]>
patrickbueb <[email protected]>
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,23 @@ v1.13.2, Fri Oct 15, 2021

## EFA

- Limit memcpy in packet processing to only copy valid data
- Removed maximum wait time sending packet to avoid silent drops
- Fix unconditionally growing buffer pools that should not grow
- Handle possible large backlog of unexpected messages via SHM
- Update Tx counter for inject operations
- Allow in flight sends to finish when closing endpoint
- Fix handing of prefix size when receiving data
- Removed unnecessary data copy

## SHM

- Fix possible sigbus error
- Handle errors if peer is not yet initialized

## TCP

- Fix reporting RMA write CQ data
- Fix RMA read request error completion handling
- Avoid possible use after free in reject path
- Remove restriction where EQs and CQs may not share wait sets
Expand All @@ -51,6 +61,7 @@ v1.13.2, Fri Oct 15, 2021

## Util

- Fix AV set to use non-zero starting address
- Fix setting of CQ completion flags

## Verbs
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.60])
AC_INIT([libfabric], [1.13.2rc1], [[email protected]])
AC_INIT([libfabric], [1.13.2], [[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], [1.13.2rc1], [[email protected]])
AC_INIT([fabtests], [1.13.2], [[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 @@ -165,7 +165,7 @@
#define PACKAGE_TARNAME PACKAGE

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

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

0 comments on commit bcb41c4

Please sign in to comment.