Skip to content

Commit f6b87cb

Browse files
committed
UCT/GDAKI: Add peer failure error handling cap.
1 parent 90fd824 commit f6b87cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/uct/ib/mlx5/gdaki/gdaki.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ uct_rc_gdaki_iface_query(uct_iface_h tl_iface, uct_iface_attr_t *iface_attr)
325325
*/
326326
iface_attr->cap.flags = UCT_IFACE_FLAG_CONNECT_TO_EP |
327327
UCT_IFACE_FLAG_INTER_NODE |
328-
UCT_IFACE_FLAG_DEVICE_EP;
328+
UCT_IFACE_FLAG_DEVICE_EP |
329+
UCT_IFACE_FLAG_ERRHANDLE_PEER_FAILURE;
329330

330331
iface_attr->ep_addr_len = sizeof(uct_rc_mlx5_base_ep_address_t);
331332
iface_attr->iface_addr_len = sizeof(uint8_t);

0 commit comments

Comments
 (0)