Skip to content

Commit c627590

Browse files
authored
Merge pull request #9758 from edgargabriel/pr/rndv_put_zcopy_min_frag_fix_v1.16
UCP/PROTO: add MIN_FRAG flag for put_zcopy proto - v1.16.x
2 parents 1c1a1c4 + dc52c25 commit c627590

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ucp/rndv/rndv_put.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ ucp_proto_rndv_put_common_init(const ucp_proto_init_params_t *init_params,
238238
.super.send_op = UCT_EP_OP_PUT_ZCOPY,
239239
.super.memtype_op = memtype_op,
240240
.super.flags = flags | UCP_PROTO_COMMON_INIT_FLAG_RECV_ZCOPY |
241-
UCP_PROTO_COMMON_INIT_FLAG_REMOTE_ACCESS,
241+
UCP_PROTO_COMMON_INIT_FLAG_REMOTE_ACCESS |
242+
UCP_PROTO_COMMON_INIT_FLAG_MIN_FRAG,
242243
.super.exclude_map = 0,
243244
.max_lanes = context->config.ext.max_rndv_lanes,
244245
.initial_reg_md_map = initial_reg_md_map,

0 commit comments

Comments
 (0)