Skip to content

Commit

Permalink
prov/efa: Remove unused field efa_domain->mr_mode
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sunku <sunkusa@amazon.com>
  • Loading branch information
sunkuamzn committed Feb 13, 2025
1 parent 00ef0bb commit 66b1bbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion prov/efa/src/efa_domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ static int efa_domain_init_rdm(struct efa_domain *efa_domain, struct fi_info *in
return err;
}

efa_domain->rdm_mode = info->mode;
efa_domain->mtu_size = efa_domain->device->ibv_port_attr.max_msg_sz;
efa_domain->addrlen = (info->src_addr) ? info->src_addrlen : info->dest_addrlen;
efa_domain->rdm_cq_size = MAX(info->rx_attr->size + info->tx_attr->size,
Expand Down
1 change: 0 additions & 1 deletion prov/efa/src/efa_domain.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ struct efa_domain {

/* Only valid for RDM EP type */
bool rdm_ep; /* Set to true for RDM domain. False otherwise. */
uint64_t rdm_mode;
size_t rdm_cq_size;
/* number of rdma-read messages in flight */
uint64_t num_read_msg_in_flight;
Expand Down

0 comments on commit 66b1bbf

Please sign in to comment.