Skip to content

Commit

Permalink
core: 1.8 ABI compat
Browse files Browse the repository at this point in the history
ABI version is updated to 1.8 to accommodate fi_fabric2() API.

Signed-off-by: Jessie Yang <[email protected]>
  • Loading branch information
jiaxiyan committed Sep 16, 2024
1 parent 94922d6 commit b3fc56d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/ofi_abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ extern "C" {
* name appended with the ABI version that it is compatible with.
*/

#define CURRENT_ABI "FABRIC_1.7"
#define CURRENT_ABI "FABRIC_1.8"

#if HAVE_ALIAS_ATTRIBUTE == 1
#define DEFAULT_SYMVER_PRE(a) a##_
Expand Down
4 changes: 4 additions & 0 deletions man/fabric.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,10 @@ attributes:
*fi_domain_attr*
: Added max_ep_auth_key

## ABI 1.8

ABI version starting with libfabric 2.0. Added new fi_fabric2() API call.

# SEE ALSO

[`fi_info`(1)](fi_info.1.html),
Expand Down

0 comments on commit b3fc56d

Please sign in to comment.