Skip to content

Commit

Permalink
prov/cxi: Update CXI provider for 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: James Swaro <[email protected]>
  • Loading branch information
jswaro authored and j-xiong committed Mar 21, 2024
1 parent 87fd2f6 commit 135e31a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion prov/cxi/include/cxip.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
#define CXIP_MINOR_VERSION 1
#define CXIP_PROV_VERSION FI_VERSION(CXIP_MAJOR_VERSION, \
CXIP_MINOR_VERSION)
#define CXIP_FI_VERSION FI_VERSION(1, 20)
#define CXIP_FI_VERSION FI_VERSION(1, 21)
#define CXIP_WIRE_PROTO_VERSION 1

#define CXIP_COLL_MAX_CONCUR 8
Expand Down
4 changes: 0 additions & 4 deletions prov/cxi/test/ep.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ static struct ep_test_params ep_ep_params[] = {
.retval = -FI_EINVAL},
{.type = FI_EP_DGRAM,
.retval = -FI_EINVAL},
{.type = FI_EP_SOCK_STREAM,
.retval = -FI_EINVAL},
{.type = FI_EP_SOCK_DGRAM,
.retval = -FI_EINVAL},
{.type = FI_EP_RDM,
.context = (void *)0xabcdef,
.retval = FI_SUCCESS},
Expand Down

0 comments on commit 135e31a

Please sign in to comment.