We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7910cb9 commit 138897bCopy full SHA for 138897b
src/ucp/core/ucp_device.c
@@ -539,15 +539,6 @@ ucp_device_mem_list_create(ucp_ep_h ep,
539
ucp_ep_config_t *ep_config;
540
uct_allocated_memory_t mem;
541
542
- if (!(ep->flags & UCP_EP_FLAG_REMOTE_CONNECTED)) {
543
- /*
544
- * Do not log error here because UCS_ERR_NOT_CONNECTED is expected
545
- * during connection establishment. Applications are expected to retry
546
- * with progress.
547
- */
548
- return UCS_ERR_NOT_CONNECTED;
549
- }
550
-
551
/* Parameter sanity checks and extraction */
552
status = ucp_device_mem_list_params_check(ep->worker->context, params,
553
&rkey_cfg_index, &local_sys_dev,
0 commit comments