Skip to content

Commit

Permalink
UCP: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brminich committed Sep 18, 2024
1 parent 6f8d57a commit 7b78980
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/ucp/proto/proto_select.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ struct ucp_proto_select_param {
uint8_t sys_dev; /* Reply buffer system device */
} UCS_S_PACKED reply;

uint8_t mem_type_flags;

/* Align struct size to uint64_t */
uint8_t padding[2];

Expand Down
2 changes: 1 addition & 1 deletion src/ucp/rndv/rndv_get.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ ucp_proto_rndv_get_mtype_probe(const ucp_proto_init_params_t *init_params)
status = ucp_proto_rndv_mtype_init(init_params, frag_mem_type,
&mdesc_md_map, &frag_size);
if (status != UCS_OK) {
return;
continue;
}

ucp_proto_rndv_get_common_probe(init_params,
Expand Down

0 comments on commit 7b78980

Please sign in to comment.