On Thu, Apr 19, 2018 at 09:25:25AM +0530, Raju Rangoju wrote: > - Add srq create/destroy/modify to support kernel mode > - Add post_srq function > - Update poll_cq code to deal with srqs > - Handle kernel mode SRQ_LIMIT events > - Handle flushed SRQ buffers > > Signed-off-by: Raju Rangoju <rajur@xxxxxxxxxxx> > Reviewed-by: Steve Wise <swise@xxxxxxxxxxxxxxxxxxxxx> > --- > drivers/infiniband/hw/cxgb4/cm.c | 42 +- > drivers/infiniband/hw/cxgb4/cq.c | 176 ++++++- > drivers/infiniband/hw/cxgb4/device.c | 19 +- > drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 3 +- > drivers/infiniband/hw/cxgb4/provider.c | 10 +- > drivers/infiniband/hw/cxgb4/qp.c | 822 +++++++++++++++++++++++++++------ > drivers/infiniband/hw/cxgb4/resource.c | 51 +- > drivers/infiniband/hw/cxgb4/t4.h | 17 +- > include/uapi/rdma/cxgb4-abi.h | 12 +- > 9 files changed, 980 insertions(+), 172 deletions(-) This patch doesn't apply cleanly to for-next, please rebase it and repost. 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