Skip to content

Commit

Permalink
fabtests: Bump Libfabric API version.
Browse files Browse the repository at this point in the history
Bump the API version to 1.20 to access
the newest feature in 1.20 API, e.g.
fi_mr_dmabuf.

Signed-off-by: Shi Jin <sjina@amazon.com>
  • Loading branch information
shijin-aws committed Nov 7, 2023
1 parent 1d2dd85 commit 06fdc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabtests/include/shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extern "C" {
#endif

#ifndef FT_FIVERSION
#define FT_FIVERSION FI_VERSION(1,18)
#define FT_FIVERSION FI_VERSION(1,20)
#endif

#include "ft_osd.h"
Expand Down

0 comments on commit 06fdc39

Please sign in to comment.