From 06fdc3969a9be26ef87e2e2e93010b6d11fdc92a Mon Sep 17 00:00:00 2001 From: Shi Jin Date: Tue, 7 Nov 2023 05:27:16 +0000 Subject: [PATCH] fabtests: Bump Libfabric API version. 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 --- fabtests/include/shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabtests/include/shared.h b/fabtests/include/shared.h index 8f6afbd8a9e..00b731acbdf 100644 --- a/fabtests/include/shared.h +++ b/fabtests/include/shared.h @@ -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"