On Tue, Aug 25, 2020 at 11:58:37AM -0500, Bob Pearson wrote: > Change rxe pools to use kzalloc instead of kmem_cache to allocate > memory for rxe objects. > > 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(-) > I liked this solution. Thanks, Acked-by: Leon Romanovsky <leonro@xxxxxxxxxx> BTW, didn't test/"review deeply" the patch so take my Acked-by with grain of salt.