On 8/16/22 9:32 PM, Leon Romanovsky wrote: > On Wed, Aug 10, 2022 at 09:43:19AM +0800, Cheng Xu wrote: >> QP0 in HW is used for CMDQ, and the rest is for RDMA QPs. So the actual >> max_qp capacity reported to core should be max_qp (reported by HW) - 1. >> So does max_cq. >> >> Fixes: 155055771704 ("RDMA/erdma: Add verbs implementation") >> Signed-off-by: Cheng Xu <chengyou@xxxxxxxxxxxxxxxxx> >> --- >> drivers/infiniband/hw/erdma/erdma_verbs.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> > > Thanks, applied both patches to -rc. > > As a note, please group the patches properly and not as a reply. > Or send them separately, or use cover letter. It's my fault. I shouldn't send the two patches together in one git send-email command. Thanks, Cheng Xu