Re: [PATCH v2 14/24] iommu: Introduce explicit type for non-strict DMA domains

2021-07-30 Thread Jean-Philippe Brucker
On Wed, Jul 28, 2021 at 04:58:35PM +0100, Robin Murphy wrote: > Promote the difference between strict and non-strict DMA domains from an > internal detail to a distinct domain feature and type, to pave the road > for exposing it through the sysfs default domain interface. > > Signed-off-by: Robin

Re: [PATCH v2 14/24] iommu: Introduce explicit type for non-strict DMA domains

2021-07-30 Thread Lu Baolu
On 7/28/21 11:58 PM, Robin Murphy wrote: Promote the difference between strict and non-strict DMA domains from an internal detail to a distinct domain feature and type, to pave the road for exposing it through the sysfs default domain interface. Signed-off-by: Robin Murphy ---

[PATCH v2 14/24] iommu: Introduce explicit type for non-strict DMA domains

2021-07-28 Thread Robin Murphy
Promote the difference between strict and non-strict DMA domains from an internal detail to a distinct domain feature and type, to pave the road for exposing it through the sysfs default domain interface. Signed-off-by: Robin Murphy --- drivers/iommu/dma-iommu.c | 2 +- drivers/iommu/iommu.c