diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2018-10-16 16:31:25 +1100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-10-17 21:38:29 -0400 |
commit | 8c6f803fd66e28dfe01f51d1c0b5b9188980ba58 (patch) | |
tree | abb72e835290ec88877dcab7f5ee79a6b14d9919 /drivers/scsi/aic94xx/aic94xx_task.c | |
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 <userm57@yahoo.com>
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Tested-by: Michael Schmitz <schmitzmic@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/aic94xx/aic94xx_task.c')
0 files changed, 0 insertions, 0 deletions