Skip to content

Commit

Permalink
libxscale: Add support for posting verbs
Browse files Browse the repository at this point in the history
This patch adds support for post_send and post_recv routines.

Signed-off-by: Tian Xin <[email protected]>
Signed-off-by: Wei Honggang <[email protected]>
Signed-off-by: Zhao Qianwei <[email protected]>
Signed-off-by: Li Qiang <[email protected]>
Signed-off-by: Yan Lei <[email protected]>
  • Loading branch information
tianx666 committed Sep 26, 2024
1 parent 4eaa669 commit 03397f7
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 5 deletions.
5 changes: 0 additions & 5 deletions providers/xscale/cq.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ static void *get_sw_cqe(struct xsc_cq *cq, int n)
return NULL;
}

void *xsc_get_send_wqe(struct xsc_qp *qp, int n)
{
return qp->sq_start + (n << qp->sq.wqe_shift);
}

static void update_cons_index(struct xsc_cq *cq)
{
struct xsc_context *ctx =
Expand Down
Loading

0 comments on commit 03397f7

Please sign in to comment.