Skip to content

Commit 2ddb375

Browse files
committed
prov/efa: Remove unused fields in efa_rdm_ope
shm_desc and peer_unexp_entry are not used after moving to peer provider and util srx Signed-off-by: Shi Jin <[email protected]>
1 parent 12131e9 commit 2ddb375

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

prov/efa/src/rdm/efa_rdm_ope.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ struct efa_rdm_ope {
110110
size_t iov_count;
111111
struct iovec iov[EFA_RDM_IOV_LIMIT];
112112
void *desc[EFA_RDM_IOV_LIMIT];
113-
void *shm_desc[EFA_RDM_IOV_LIMIT];
114113
struct fid_mr *mr[EFA_RDM_IOV_LIMIT];
115114

116115
size_t rma_iov_count;
@@ -144,8 +143,6 @@ struct efa_rdm_ope {
144143
uint64_t bytes_copied;
145144
uint64_t bytes_queued_blocking_copy;
146145

147-
/* linked to peer->rx_unexp_list or peer->rx_unexp_tagged_list */
148-
struct dlist_entry peer_unexp_entry;
149146
#if ENABLE_DEBUG
150147
/* linked with ope_recv_list in efa_rdm_ep */
151148
struct dlist_entry pending_recv_entry;

0 commit comments

Comments
 (0)