Skip to content
Commit db056250 authored by Dan Williams's avatar Dan Williams
Browse files

isci: preallocate requests



the dma_pool interface is optimized for object_size << page_size which
is not the case with isci_request objects and the dma_pool routines show
up in the top of the profile.

The old io_request_table which tracked whether tci slots were in-flight
or not is replaced with an IREQ_ACTIVE flag per request.

Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 38d8879b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment