Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nvme-pci: optimize mapping single segment requests using SGLs
If the controller supports SGLs we can take another short cut for single segment request, given that we can always map those without another indirection structure, and thus don't need to create a scatterlist structure. Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Keith Busch <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]>
- Loading branch information