Skip to content
Commit 4bdf2603 authored by Filippo Sironi's avatar Filippo Sironi Committed by Christoph Hellwig
Browse files

nvme: add 48-bit DMA address quirk for Amazon NVMe controllers



Some Amazon NVMe controllers do not follow the NVMe specification
and are limited to 48-bit DMA addresses.  Add a quirk to force
bounce buffering if needed and limit the IOVA allocation for these
devices.

This affects all current Amazon NVMe controllers that expose EBS
volumes (0x0061, 0x0065, 0x8061) and local instance storage
(0xcd00, 0xcd01, 0xcd02).

Signed-off-by: default avatarFilippo Sironi <sironi@amazon.de>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent ed7770f6
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