Skip to content

Commit 1790acc

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 <tianx@yunsilicon.com> Signed-off-by: Wei Honggang <weihg@yunsilicon.com> Signed-off-by: Zhao Qianwei <zhaoqw@yunsilicon.com> Signed-off-by: Li Qiang <liq@yunsilicon.com> Signed-off-by: Yan Lei <jacky@yunsilicon.com>
1 parent 7c8b830 commit 1790acc

File tree

4 files changed

+529
-5
lines changed

4 files changed

+529
-5
lines changed

providers/xscale/cq.c

Lines changed: 0 additions & 5 deletions
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)