Thread (9 messages) 9 messages, 4 authors, 2019-01-16

Re: [PATCH 2/3] dma: Introduce dma_max_mapping_size()

From: Christoph Hellwig <hch@lst.de>
Date: 2019-01-15 13:37:58
Also in: linux-iommu, lkml

+size_t dma_direct_max_mapping_size(struct device *dev)
+{
+	/*
+	 * Return the minimum of the direct DMA limit and the SWIOTLB limit.
+	 * Since direct DMA has no limit, it is fine to just return the SWIOTLB
+	 * limit.
+	 */
+	return swiotlb_max_mapping_size(dev);
Well, if we don't actually use the swiotlb buffers despite it being
compiled in or even allocated we don't need the limit.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help