linux/drivers/infiniband/sw
Bob Pearson b92d766c87 RDMA/rxe: Save object pointer in pool element
In rxe_pool.c currently there are many cases where it is necessary to
compute the offset from a pool element struct to the object containing it
in a type independent way where the offset is different for each type.  By
saving a pointer to the object when they are created extra work can be
saved.

Link: https://lore.kernel.org/r/20211103050241.61293-5-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2021-11-19 13:29:15 -04:00
..
rdmavt RDMA/rdmavt: Fix error code in rvt_create_qp() 2021-10-13 13:59:47 -03:00
rxe RDMA/rxe: Save object pointer in pool element 2021-11-19 13:29:15 -04:00
siw RDMA: Remove redundant 'flush_workqueue()' calls 2021-10-12 13:21:23 -03:00
Makefile