aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorBob Pearson <[email protected]>2021-01-25 15:16:39 -0600
committerJason Gunthorpe <[email protected]>2021-01-28 15:29:56 -0400
commit6cde3e8ec16f8318bab119ad1e16dd90677bc897 (patch)
tree696fa8715ef2b91c1a09ea17dcb88d97b5e2aac0 /tools/perf/scripts/python/bin
parent4276fd0dddc98ee7d6c1a469b3f35b8ab51ddc2f (diff)
RDMA/rxe: Remove references to ib_device and pool
rxe_pool.c takes references to the pool and ib_device structs for each object allocated and also keeps an atomic num_elem count in each pool. This is more work than is needed. Pool allocation is only called from verbs APIs which already have references to ib_device and pools are only diasbled when the driver is removed so no protection of the pool addresses are needed. The elem count is used to warn if elements are still present in a pool when it is cleaned up which is useful. This patch eliminates the references to the ib_device and pool structs. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bob Pearson <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions