On Tue, Jul 10, 2018 at 12:52:07PM +0530, Raju Rangoju wrote: > This patch adds user mode t4_srq structures and support functions > - Also adds srq resp structures and helper functions > > Signed-off-by: Raju Rangoju <rajur@xxxxxxxxxxx> > Reviewed-by: Steve Wise <swise@xxxxxxxxxxxxxxxxxxxxx> > providers/cxgb4/cxgb4-abi.h | 2 + > providers/cxgb4/libcxgb4.h | 22 ++++++ > providers/cxgb4/t4.h | 155 +++++++++++++++++++++++++++++++++++++++++- > providers/cxgb4/t4_regs.h | 4 ++ > providers/cxgb4/t4fw_api.h | 2 + > providers/cxgb4/t4fw_ri_api.h | 19 ++++++ > 6 files changed, 201 insertions(+), 3 deletions(-) > > diff --git a/providers/cxgb4/cxgb4-abi.h b/providers/cxgb4/cxgb4-abi.h > index 67d44512..d5140660 100644 > +++ b/providers/cxgb4/cxgb4-abi.h > @@ -59,6 +59,8 @@ DECLARE_DRV_CMD(uc4iw_alloc_pd, IB_USER_VERBS_CMD_ALLOC_PD, > empty, c4iw_alloc_pd_resp); > DECLARE_DRV_CMD(uc4iw_create_cq, IB_USER_VERBS_CMD_CREATE_CQ, > c4iw_create_cq, c4iw_create_cq_resp); > +DECLARE_DRV_CMD(uc4iw_create_srq, IB_USER_VERBS_CMD_CREATE_SRQ, > + empty, c4iw_create_srq_resp); Where did c4iw_create_srq_resp come from? It is not in this series? Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html