nvme-multipath: set queue dma alignment to 3
authorKeith Busch <kbusch@kernel.org>
Mon, 24 Oct 2022 18:57:45 +0000 (11:57 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 25 Oct 2022 15:07:53 +0000 (08:07 -0700)
commitfe8714b04fb137aa62e9a69424c48b5301b721b9
tree9cb172c8abcc793260bbaea611dfb552adc16c84
parent83e1226b0ee2d7e3fb6e002fbbfc6ab36aabdc35
nvme-multipath: set queue dma alignment to 3

NVMe spec requires all transports support dword aligned addresses, which
is already set in the namespace request_queue. Set the same limit in the
multipath device's request_queue as well.

Signed-off-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/multipath.c