Skip to content

Commit

Permalink
prov/efa: Move efa_rdm_cq_poll_ibv_cq to efa_rdm_cq.h
Browse files Browse the repository at this point in the history
This function is specific for RDM endpoint.

Signed-off-by: Shi Jin <[email protected]>
  • Loading branch information
shijin-aws committed Mar 29, 2024
1 parent 314794c commit 9a049b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions prov/efa/src/efa_cq.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ struct efa_ibv_cq_poll_list_entry {
struct efa_ibv_cq *cq;
};

void efa_rdm_cq_poll_ibv_cq(ssize_t cqe_to_process, struct efa_ibv_cq *ibv_cq);

static inline
int efa_ibv_cq_poll_list_match(struct dlist_entry *entry, const void *cq)
{
Expand Down
1 change: 1 addition & 0 deletions prov/efa/src/rdm/efa_rdm_cq.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ struct efa_rdm_cq {
int efa_rdm_cq_open(struct fid_domain *domain, struct fi_cq_attr *attr,
struct fid_cq **cq_fid, void *context);

void efa_rdm_cq_poll_ibv_cq(ssize_t cqe_to_process, struct efa_ibv_cq *ibv_cq);
#endif

0 comments on commit 9a049b8

Please sign in to comment.