Skip to content

Commit 81ed7bb

Browse files
committed
core: 1.8 ABI compat
ABI version is updated to 1.8 to accomodate fi_fabric2() API. Signed-off-by: Jessie Yang <[email protected]>
1 parent 94922d6 commit 81ed7bb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

include/ofi_abi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ extern "C" {
111111
* name appended with the ABI version that it is compatible with.
112112
*/
113113

114-
#define CURRENT_ABI "FABRIC_1.7"
114+
#define CURRENT_ABI "FABRIC_1.8"
115115

116116
#if HAVE_ALIAS_ATTRIBUTE == 1
117117
#define DEFAULT_SYMVER_PRE(a) a##_

man/fabric.7.md

+4
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,10 @@ attributes:
447447
*fi_domain_attr*
448448
: Added max_ep_auth_key
449449

450+
## ABI 1.8
451+
452+
ABI version starting with libfabric 2.0. Added new fi_fabric2() API call.
453+
450454
# SEE ALSO
451455

452456
[`fi_info`(1)](fi_info.1.html),

0 commit comments

Comments
 (0)