diff options
| author | Johannes Dickgreber <[email protected]> | 2007-09-20 01:07:50 +0200 |
|---|---|---|
| committer | James Bottomley <[email protected]> | 2007-10-23 12:35:35 -0400 |
| commit | 20d2d3afa87781fe2674ce17bfb16af08a436e81 (patch) | |
| tree | 3d87dc68698fd11caefe4ea72defdfb7579fff21 /tools/perf/scripts/python | |
| parent | fc2adcfd37f6f1c32d246b5b43f83e38233358ae (diff) | |
[SCSI] qla1280: eliminate wasted space in request and response ring
i think there is wasted space in allocated pages for request and
response rings. The allocations are made with REQUEST_ENTRY_CNT + 1
and RESPONSE_ENTRY_CNT + 1, but they are set with 256 and 16.
So we got more pages, which we dont use very much so eliminate them.
Signed-off-by: Johannes Dickgreber <[email protected]>
Acked-by: Jes Sorensen <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions