Skip to content

Commit

Permalink
prov/efa: remove unused read_pending_list
Browse files Browse the repository at this point in the history
Signed-off-by: Shi Jin <sjina@amazon.com>
  • Loading branch information
shijin-aws committed May 22, 2024
1 parent 30fc2a3 commit f58d5f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions prov/efa/src/rdm/efa_rdm_ep.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ struct efa_rdm_ep {
/* tx/rx_entries used by long CTS msg/write/read protocol
* which have data to be sent */
struct dlist_entry ope_longcts_send_list;
/* read entries with data to be read */
struct dlist_entry read_pending_list;
/* list of #efa_rdm_peer that are in backoff due to RNR */
struct dlist_entry peer_backoff_list;
/* list of #efa_rdm_peer that will retry posting handshake pkt */
Expand Down
1 change: 0 additions & 1 deletion prov/efa/src/rdm/efa_rdm_ep_fiops.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ void efa_rdm_ep_init_linked_lists(struct efa_rdm_ep *ep)
dlist_init(&ep->ope_queued_ctrl_list);
dlist_init(&ep->ope_queued_read_list);
dlist_init(&ep->ope_longcts_send_list);
dlist_init(&ep->read_pending_list);
dlist_init(&ep->peer_backoff_list);
dlist_init(&ep->handshake_queued_peer_list);
#if ENABLE_DEBUG
Expand Down

0 comments on commit f58d5f9

Please sign in to comment.