Re: [PATCH v2 2/9] test: Add test for IOMMU uclass map/unmap ops

2023-01-26 Thread Mark Kettenis
> From: Simon Glass > Date: Mon, 23 Jan 2023 11:42:25 -0700 > > On Sat, 21 Jan 2023 at 12:28, Mark Kettenis wrote: > > > > Test that the map and unmap operations work for devices that > > have DMA translated by an IOMMU and devices that don't have > > DMA translated by an IOMMU. > > > >

Re: [PATCH v2 2/9] test: Add test for IOMMU uclass map/unmap ops

2023-01-23 Thread Simon Glass
On Sat, 21 Jan 2023 at 12:28, Mark Kettenis wrote: > > Test that the map and unmap operations work for devices that > have DMA translated by an IOMMU and devices that don't have > DMA translated by an IOMMU. > > Signed-off-by: Mark Kettenis > --- > drivers/iommu/sandbox_iommu.c | 58

[PATCH v2 2/9] test: Add test for IOMMU uclass map/unmap ops

2023-01-21 Thread Mark Kettenis
Test that the map and unmap operations work for devices that have DMA translated by an IOMMU and devices that don't have DMA translated by an IOMMU. Signed-off-by: Mark Kettenis --- drivers/iommu/sandbox_iommu.c | 58 +++ test/dm/iommu.c | 44