diff options
author | Chuck Lever <[email protected]> | 2024-06-04 15:45:27 -0400 |
---|---|---|
committer | Anna Schumaker <[email protected]> | 2024-07-08 13:47:24 -0400 |
commit | 0e13dd9ea8be46f980a46c3ffd8cb786f3e2fb5b (patch) | |
tree | c0f6cbbaca3c27d32d0e12cbc59ce30e87eb5282 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 9d53378c2c145991fb5bc986c82eb9030212c2ea (diff) |
xprtrdma: Remove temp allocation of rpcrdma_rep objects
The original code was designed so that most calls to
rpcrdma_rep_create() would occur on the NUMA node that the device
preferred. There are a few cases where that's not possible, so
those reps are marked as temporary.
However, we have the device (and its preferred node) already in
rpcrdma_rep_create(), so let's use that to guarantee the memory
is allocated from the correct node.
Signed-off-by: Chuck Lever <[email protected]>
Reviewed-by: Sagi Grimberg <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions