nvme-pci: add support for sgl metadata
Supporting this mode allows creating and merging multi-segment metadata requests that wouldn't be possible otherwise. It also allows directly using user space requests that straddle physically discontiguous pages. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <kbusch@kernel.org>
This commit is contained in:
@@ -389,6 +389,7 @@ enum {
|
||||
NVME_CTRL_CTRATT_PREDICTABLE_LAT = 1 << 5,
|
||||
NVME_CTRL_CTRATT_NAMESPACE_GRANULARITY = 1 << 7,
|
||||
NVME_CTRL_CTRATT_UUID_LIST = 1 << 9,
|
||||
NVME_CTRL_SGLS_MSDS = 1 << 19,
|
||||
};
|
||||
|
||||
struct nvme_lbaf {
|
||||
|
||||
Reference in New Issue
Block a user