Skip to content
Commit 66cb45aa authored by Jens Axboe's avatar Jens Axboe
Browse files

block: add support for limiting gaps in SG lists



Another restriction inherited for NVMe - those devices don't support
SG lists that have "gaps" in them. Gaps refers to cases where the
previous SG entry doesn't end on a page boundary. For NVMe, all SG
entries must start at offset 0 (except the first) and end on a page
boundary (except the last).

Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 3a4b0eda
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