PCI/P2PDMA: dma_map() requests that traverse the host bridge
authorLogan Gunthorpe <logang@deltatee.com>
Mon, 12 Aug 2019 17:30:46 +0000 (11:30 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 16 Aug 2019 13:41:48 +0000 (08:41 -0500)
commit5d52e1abcd47957f5f4cae26659768655e3ac9f5
treed279f23bfffa8466cb1a7ad76a20dd3e9e17466f
parent110203bee05f33637ccb44f046f14edaea94bb4c
PCI/P2PDMA: dma_map() requests that traverse the host bridge

Any requests that traverse the host bridge will need to be mapped into the
IOMMU, so call dma_map_sg() inside pci_p2pdma_map_sg() when appropriate.

Similarly, call dma_unmap_sg() inside pci_p2pdma_unmap_sg().

Link: https://lore.kernel.org/r/20190730163545.4915-13-logang@deltatee.com
Link: https://lore.kernel.org/r/20190812173048.9186-13-logang@deltatee.com
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
drivers/pci/p2pdma.c