diff options
author | Dean Luick <dean.luick@intel.com> | 2016-03-05 19:50:43 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-03-17 22:55:17 +0300 |
commit | 528ee9fbf0244406a76cb5e37406eef303b09a46 (patch) | |
tree | ac506b8b323bba1b2ef96b10d5582b88a75ec834 /tools/perf/scripts/python/syscall-counts.py | |
parent | 8fefef125ed4b9347068d782aa5439f3da3dca32 (diff) | |
download | linux-528ee9fbf0244406a76cb5e37406eef303b09a46.tar.xz |
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 <dennis.dalessandro@intel.com>
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Dean Luick <dean.luick@intel.com>
Signed-off-by: Jubin John <jubin.john@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions