aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
diff options
context:
space:
mode:
authorDean Luick <[email protected]>2016-03-05 08:50:43 -0800
committerDoug Ledford <[email protected]>2016-03-17 15:55:17 -0400
commit528ee9fbf0244406a76cb5e37406eef303b09a46 (patch)
treeac506b8b323bba1b2ef96b10d5582b88a75ec834 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
parent8fefef125ed4b9347068d782aa5439f3da3dca32 (diff)
IB/hfi1: Add adaptive cacheless verbs copy
The kernel memcpy is faster than a cacheless copy. However, if too much of the L3 cache is overwritten by one-time copies then overall bandwidth suffers. Implement an adaptive scheme where full page copies are tracked and if the number of unique entries are larger than a threshold, verbs will use a cacheless copy. Tracked entries are gradually cleaned, allowing memcpy to resume once the larger copies have stopped. Reviewed-by: Dennis Dalessandro <[email protected]> Reviewed-by: Mike Marciniszyn <[email protected]> Signed-off-by: Dean Luick <[email protected]> Signed-off-by: Jubin John <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions