Linux IOMMU Development
 help / color / mirror / Atom feed
* [PATCH v3 1/3] swiotlb: fix comment on swiotlb_bounce()
@ 2019-01-18  7:10 Dongli Zhang
  2019-01-18  7:10 ` [PATCH v3 2/3] swiotlb: add debugfs to track swiotlb buffer usage Dongli Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dongli Zhang @ 2019-01-18  7:10 UTC (permalink / raw)
  To: linux-kernel, iommu
  Cc: konrad.wilk, hch, m.szyprowski, robin.murphy, joe.jin,
	dongli.zhang

Fix the comment as swiotlb_bounce() is used to copy from original dma
location to swiotlb buffer during swiotlb_tbl_map_single(), while to
copy from swiotlb buffer to original dma location during
swiotlb_tbl_unmap_single().

Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>
---
 kernel/dma/swiotlb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/dma/swiotlb.c b/kernel/dma/swiotlb.c
index 1fb6fd6..1d8b377 100644
--- a/kernel/dma/swiotlb.c
+++ b/kernel/dma/swiotlb.c
@@ -385,7 +385,7 @@ void __init swiotlb_exit(void)
 }
 
 /*
- * Bounce: copy the swiotlb buffer back to the original dma location
+ * Bounce: copy the swiotlb buffer from or back to the original dma location
  */
 static void swiotlb_bounce(phys_addr_t orig_addr, phys_addr_t tlb_addr,
 			   size_t size, enum dma_data_direction dir)
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-12 18:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-18  7:10 [PATCH v3 1/3] swiotlb: fix comment on swiotlb_bounce() Dongli Zhang
2019-01-18  7:10 ` [PATCH v3 2/3] swiotlb: add debugfs to track swiotlb buffer usage Dongli Zhang
2019-01-18  7:10 ` [PATCH v3 3/3] swiotlb: checking whether swiotlb buffer is full with io_tlb_used Dongli Zhang
2019-02-12 18:47 ` [PATCH v3 1/3] swiotlb: fix comment on swiotlb_bounce() Konrad Rzeszutek Wilk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox