diff options
author | Mitko Haralanov <[email protected]> | 2016-03-08 11:15:22 -0800 |
---|---|---|
committer | Doug Ledford <[email protected]> | 2016-03-21 15:55:24 -0400 |
commit | 5cd3a88d7f2b050164dc1df59a398294515126d9 (patch) | |
tree | d6d1175f3a20b9b49a6b99ec77123a6c8f9575a0 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | a489876010377481823ae5dbbd83fa32792a2e16 (diff) |
IB/hfi1: Implement SDMA-side buffer caching
Add support for caching of user buffers used for SDMA
transfers. This change improves performance by
avoiding repeatedly pinning the pages of buffers, which
are being re-used by the application.
While the cost of the pinning operation has been made
heavier by adding the extra code to search the cache tree,
re-allocate pages arrays, and future cache evictions,
that cost will be amortized against the savings when the
same buffer is re-used. It is also worth noting that in
most cases, the cost of pinning should be much lower due
to the buffer already being in the cache.
Reviewed-by: Dennis Dalessandro <[email protected]>
Reviewed-by: Dean Luick <[email protected]>
Signed-off-by: Mitko Haralanov <[email protected]>
Signed-off-by: Jubin John <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions