Skip to content

Commit 03397f7

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 4eaa669 commit 03397f7

File tree

3 files changed

+504
-5
lines changed

3 files changed

+504
-5
lines changed

providers/xscale/cq.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ static void *get_sw_cqe(struct xsc_cq *cq, int n)
112112
return NULL;
113113
}
114114

115-
void *xsc_get_send_wqe(struct xsc_qp *qp, int n)
116-
{
117-
return qp->sq_start + (n << qp->sq.wqe_shift);
118-
}
119-
120115
static void update_cons_index(struct xsc_cq *cq)
121116
{
122117
struct xsc_context *ctx =

0 commit comments

Comments
 (0)