Re: [PATCH for-next v2 0/2] Let RDMA-core manage certain objects
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-08-27 12:58:55
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-08-27 12:58:55
On Thu, Jul 29, 2021 at 05:30:09PM -0500, Bob Pearson wrote:
The rxe driver duplicates work already done by rdma core. These patches simplify the rxe driver removing the duplicate effort. The first patch was already released. Version 2 adds a second patch. These two patches should be applied after V2 "Three rxe bug fixes" patches and V3 "Replace AV by AH in UD sends" patches applied to the current for-next branch. Bob Pearson (2): RDMA/rxe: Let rdma-core manage PDs RDMA/rxe: Let rdma-core manage CQs and SRQs
It seems OK, but please rebase and resend this once rxe is fixed and 5.15-rc1 comes out Jason