diff options
author | Finn Thain <[email protected]> | 2018-10-16 16:31:25 +1100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2018-10-17 21:38:29 -0400 |
commit | 8c6f803fd66e28dfe01f51d1c0b5b9188980ba58 (patch) | |
tree | abb72e835290ec88877dcab7f5ee79a6b14d9919 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 53dce332db507a2bd9797adc938fa293d1f1acc6 (diff) |
scsi: esp_scsi: Optimize PIO loops
Avoid function calls in the inner PIO loops. On a Centris 660av this
improves throughput for sequential read transfers by about 40% and
sequential write by about 10%.
Unfortunately it is not possible to have methods like .esp_write8 placed
inline so this is always going to be slow, even with LTO.
Tested-by: Stan Johnson <[email protected]>
Signed-off-by: Finn Thain <[email protected]>
Tested-by: Michael Schmitz <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions