Skip to content
Commit 978e51ba authored by Mike Snitzer's avatar Mike Snitzer
Browse files

dm: optimize bio-based NVMe IO submission



Upper level bio-based drivers that stack immediately ontop of NVMe can
leverage direct_make_request().  In addition DM's NVMe bio-based
will initially only ever have one NVMe device that it submits IO to at a
time.  There is no splitting needed.  Enhance DM core so that
DM_TYPE_NVME_BIO_BASED's IO submission takes advantage of both of these
characteristics.

Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent 22c11858
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