Skip to content

Commit 6cf97c7

Browse files
committed
libxscale: Add support for posting verbs
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]>
1 parent 09e603f commit 6cf97c7

File tree

4 files changed

+529
-5
lines changed

4 files changed

+529
-5
lines changed

providers/xscale/cq.c

-5
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ static void *get_sw_cqe(struct xsc_cq *cq, int n)
115115
return NULL;
116116
}
117117

118-
void *xsc_get_send_wqe(struct xsc_qp *qp, int n)
119-
{
120-
return qp->sq_start + (n << qp->sq.wqe_shift);
121-
}
122-
123118
static void update_cons_index(struct xsc_cq *cq)
124119
{
125120
struct xsc_context *ctx =

0 commit comments

Comments
 (0)