Message ID | 20201216231550.27224-1-rpearson@hpe.com (mailing list archive) |
---|---|
Headers | show |
Series | RDMA/rxe: cleanup and extensions | expand |
On Wed, Dec 16, 2020 at 05:15:43PM -0600, Bob Pearson wrote: > This patch series makes various cleanups and extensions to the > object pool core in RDMA/rxe. They are mostly extracted from an > earlier patch set that implemented memory windows and extended > verbs APIs but are separated out since they stand on their own. > > Bob Pearson (7): > RDMA/rxe: Remove unneeded RXE_POOL_ATOMIC flag > RDMA/rxe: Let pools support both keys and indices > RDMA/rxe: Add elem_offset field to rxe_type_info > RDMA/rxe: Make pool lookup and alloc APIs type safe > RDMA/rxe: Make add/drop key/index APIs type safe > RDMA/rxe: Add unlocked versions of pool APIs > RDMA/rxe: Fix race in rxe_mcast.c The bug fix is worth doing and though not ideal it is not worse than anything else in rxe. If you want to revise things as I suggested a followup would be fine. Also, the pool index mode can be completely replaced with an xarry, including the bitmap allocator thing. So applied to for-next Thanks, Jason