Re: [PATCH v2 8/8] iommu/dart: Remove force_bypass logic

2021-08-31 Thread Alyssa Rosenzweig
> Now that the dma-iommu API supports IOMMU granules which are larger than > the CPU page size and that the kernel no longer runs into a BUG_ON when > devices are attached to a domain with such a granule there's no need to > force bypass mode anymore. > > Signed-off-by: Sven Peter > --- >

[PATCH v2 8/8] iommu/dart: Remove force_bypass logic

2021-08-28 Thread Sven Peter via iommu
Now that the dma-iommu API supports IOMMU granules which are larger than the CPU page size and that the kernel no longer runs into a BUG_ON when devices are attached to a domain with such a granule there's no need to force bypass mode anymore. Signed-off-by: Sven Peter ---