linux/drivers/infiniband/sw
Bob Pearson 72a0362744 RDMA/rxe: Remove rxe_alloc()
Currently all the object types in the rxe driver are allocated in
rdma-core except for MRs. By moving tha kzalloc() call outside of
the pool code the rxe_alloc() subroutine can be eliminated and code
checking for MR as a special case can be removed.

This patch moves the kzalloc() and kfree_rcu() calls into the mr
registration and destruction verbs. It removes that code from
rxe_pool.c including the rxe_alloc() subroutine which is no longer
used.

Link: https://lore.kernel.org/r/20230213225551.12437-1-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Reviewed-by: Devesh Sharma <devesh.s.sharma@oracle.com>
Reviewed-by: Devesh Sharma <devesh.s.sharma@oracle.com>
Reviewed-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2023-02-16 11:30:11 -04:00
..
rdmavt IB/rdmavt: Add __init/__exit annotations to module init/exit funcs 2022-09-27 10:15:25 -03:00
rxe RDMA/rxe: Remove rxe_alloc() 2023-02-16 11:30:11 -04:00
siw RDMA/siw: Fix user page pinning accounting 2023-02-06 14:46:50 +02:00
Makefile rdma/siw: addition to kernel build environment 2019-07-02 17:03:41 -03:00