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 authored and j-xiong committed Sep 17, 2024
1 parent 3d7bc02 commit 5c96405
Show file tree
Hide file tree
Showing 2 changed files with 9 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
8 changes: 8 additions & 0 deletions man/fabric.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,14 @@ 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.
Added new fields to the following attributes:

*fi_domain_attr*
: Added max_group_id

# SEE ALSO

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

0 comments on commit 5c96405

Please sign in to comment.