Hi Bart- > On Aug 5, 2019, at 12:09 PM, Bart Van Assche <bvanassche@xxxxxxx> wrote: > > On 7/29/19 10:22 AM, Chuck Lever wrote: >> diff --git a/drivers/infiniband/ulp/srpt/ib_srpt.c b/drivers/infiniband/ulp/srpt/ib_srpt.c >> index 1a039f1..e25c70a 100644 >> --- a/drivers/infiniband/ulp/srpt/ib_srpt.c >> +++ b/drivers/infiniband/ulp/srpt/ib_srpt.c >> @@ -1767,8 +1767,8 @@ static int srpt_create_ch_ib(struct srpt_rdma_ch *ch) >> goto out; >> retry: >> - ch->cq = ib_alloc_cq(sdev->device, ch, ch->rq_size + sq_size, >> - 0 /* XXX: spread CQs */, IB_POLL_WORKQUEUE); >> + ch->cq = ib_alloc_cq_any(sdev->device, ch, ch->rq_size + sq_size, >> + IB_POLL_WORKQUEUE); >> if (IS_ERR(ch->cq)) { >> ret = PTR_ERR(ch->cq); >> pr_err("failed to create CQ cqe= %d ret= %d\n", > Hi Chuck, > > Please Cc me for future srp and srpt patches. I think my name appears next to both drivers in the MAINTAINERS file. I see your name listed, but I thought the rule was to Cc: the mailing list which is listed for that component. My bad. -- Chuck Lever