nvme-pci: set min_align_mask
authorJianxiong Gao <jxgao@google.com>
Mon, 1 Feb 2021 18:30:17 +0000 (10:30 -0800)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 26 Feb 2021 15:52:50 +0000 (10:52 -0500)
commit3d2d861eb03e8ee96dc430a54361c900cbe28afd
tree71a546f83c0ddde280afb48d37c3f91e2890794a
parent1f221a0d0dbf0e48ef3a9c62871281d6a7819f05
nvme-pci: set min_align_mask

The PRP addressing scheme requires all PRP entries except for the
first one to have a zero offset into the NVMe controller pages (which
can be different from the Linux PAGE_SIZE).  Use the min_align_mask
device parameter to ensure that swiotlb does not change the address
of the buffer modulo the device page size to ensure that the PRPs
won't be malformed.

Signed-off-by: Jianxiong Gao <jxgao@google.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Jianxiong Gao <jxgao@google.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/nvme/host/pci.c