aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChad Dupuis <[email protected]>2019-03-26 00:38:36 -0700
committerMartin K. Petersen <[email protected]>2019-03-27 21:54:51 -0400
commit3e2c11b3fb7a237683f9405f14482a6f089b7e37 (patch)
treee4af67b5fd1f7dfbdbea9f37ce5da42a7e0680d9 /tools/perf/scripts/python
parentc5e06ba2f76809ad1492fdad312e81335df46bc5 (diff)
scsi: qedf: Simplify s/g list mapping
When mapping the pages from a scatter/gather list from the SCSI layer we only need to follow these rules: - Max SGEs for each I/O request is 256 - No size limit on each SGE - No need to split OS provided SGEs to 4K before sending to firmware. - Slow SGE is applicable only when: - There are > 8 SGEs and any middle SGE is less than a page size (4K) Make necessary changes so that driver follows these rules. Applicable only for Write requests (not for Read requests). No need to check SGE address alignment requirements (first, middle or last) before declaring slow SGE. Signed-off-by: Chad Dupuis <[email protected]> Signed-off-by: Saurav Kashyap <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions