Re: [PATCH for-next 0/3] RDMA/hns: Use ida to manage some index of resources and remove unused bitmap
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-08-20 18:48:40
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-08-20 18:48:40
On Thu, Aug 19, 2021 at 09:36:17AM +0800, Wenpeng Liang wrote:
Use the ida interface to replace hns' own bitmap interface. The previous ida patchset has replaced qp, cq, mr, pd, and xrcd. This ida patchset will replace the remaining uar and srq. Since then, all replacements have been completed. Link to the previous ida patchset: https://patchwork.kernel.org/project/linux-rdma/cover/1623325814-55737-1-git-send-email-liweihang@huawei.com/ Yangyang Li (3): RDMA/hns: Use IDA interface to manage uar index RDMA/hns: Use IDA interface to manage srq index RDMA/hns: Delete unused hns bitmap interface
It looks OK, but doesn't apply. Can you rebase it and resend? Looks like it was based on the earlier hns patchset Thanks, Jason