On Thu, Aug 27, 2020 at 11:35:36AM -0500, Bob Pearson wrote: > Change rxe pools to use kzalloc instead of kmem_cache to allocate > memory for rxe objects. > > difference v1-v2: > ported patch to current for-next branch > > Signed-off-by: Bob Pearson <rpearson@xxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe.c | 8 ---- > drivers/infiniband/sw/rxe/rxe_pool.c | 60 +--------------------------- > drivers/infiniband/sw/rxe/rxe_pool.h | 7 ---- > 3 files changed, 2 insertions(+), 73 deletions(-) Applied to for-next, thanks Jason