Skip to content

Commit

Permalink
prov/cxi: Add FI_PEER capability bit
Browse files Browse the repository at this point in the history
Add the FI_PEER capability bit to the CXI provider fi_info

Signed-off-by: Amir Shehata <[email protected]>
  • Loading branch information
amirshehataornl authored and iziemba committed Oct 28, 2024
1 parent d1401d5 commit f71668a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prov/cxi/include/cxip.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
(FI_SOURCE | FI_SOURCE_ERR | FI_LOCAL_COMM | \
FI_REMOTE_COMM | FI_RMA_EVENT | FI_MULTI_RECV | FI_FENCE | FI_TRIGGER)
#define CXIP_EP_CAPS (CXIP_EP_PRI_CAPS | CXIP_EP_SEC_CAPS)
#define CXIP_DOM_CAPS (FI_LOCAL_COMM | FI_REMOTE_COMM | FI_AV_USER_ID)
#define CXIP_DOM_CAPS (FI_LOCAL_COMM | FI_REMOTE_COMM | FI_AV_USER_ID | FI_PEER)
#define CXIP_CAPS (CXIP_DOM_CAPS | CXIP_EP_CAPS)
#define CXIP_MSG_ORDER (FI_ORDER_SAS | \
FI_ORDER_WAW | \
Expand Down

0 comments on commit f71668a

Please sign in to comment.