Skip to content

Commit

Permalink
v1.12.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Hefty <[email protected]>
  • Loading branch information
shefty committed Mar 8, 2021
1 parent a282bbd commit b5c35d1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ v1.12.0, Mon Mar 8, 2021
- Support gdrcopy in addition to cudaMemcpy to avoid deadlocks
- Properly mark if addresses support only local communication
- Prevent providers from layering over each other non-optimally
- Fix pollfds abstraction to fix possible use after free

## EFA
- Added support for FI_DELIVERY_COMPLETE via an acknowledgment packet in the
Expand Down Expand Up @@ -57,7 +58,9 @@ v1.12.0, Mon Mar 8, 2021

## PSM3

- New Intel provider optimized for verbs UD QPs
- New core provider for psm3.x protocol over verbs UD interfaces, with
additional features over Intel E810 RoCEv2 capable NICs
- See fi_psm3.7 man page for more details

## RxD

Expand Down Expand Up @@ -109,6 +112,7 @@ v1.12.0, Mon Mar 8, 2021
- Handle FI_SYNC_ERR flag on AV insert
- Improve destination IP address checks
- Minor coding cleanups based on static code analysis
- Fix possible use after free access in Rx progress handling

## TCP

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.12.0rc3], [[email protected]])
AC_INIT([libfabric], [1.12.0], [[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/COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Some parts of the source are 3rd party code which uses MIT license.
The description and requirements of the license are available in
later part of this file.

Copyright (c) 2015-2020 Intel Corporation. All rights reserved.
Copyright (c) 2015-2021 Intel Corporation. All rights reserved.
Copyright (c) 2016-2018 Cisco Systems, Inc. All rights reserved.

==================================================================
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.12.0rc3], [[email protected]])
AC_INIT([fabtests], [1.12.0], [[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.12.0rc3"
#define PACKAGE_VERSION "1.12.0"

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

0 comments on commit b5c35d1

Please sign in to comment.