Re: [PATCH v4 4/5] iommu/arm-smmu-v3: add support for non-strict mode

2018-08-13 Thread Leizhen (ThunderTown)
On 2018/8/9 19:06, Robin Murphy wrote: > On 06/08/18 13:27, Zhen Lei wrote: >> Dynamically choose strict or non-strict mode for page table config based >> on the iommu domain type. >> >> Signed-off-by: Zhen Lei >> --- >> drivers/iommu/arm-smmu-v3.c | 7 ++- >> 1 file changed, 6

Re: [PATCH v4 4/5] iommu/arm-smmu-v3: add support for non-strict mode

2018-08-09 Thread Robin Murphy
On 06/08/18 13:27, Zhen Lei wrote: Dynamically choose strict or non-strict mode for page table config based on the iommu domain type. Signed-off-by: Zhen Lei --- drivers/iommu/arm-smmu-v3.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/iommu/arm-smmu-v3.c

[PATCH v4 4/5] iommu/arm-smmu-v3: add support for non-strict mode

2018-08-06 Thread Zhen Lei
Dynamically choose strict or non-strict mode for page table config based on the iommu domain type. Signed-off-by: Zhen Lei --- drivers/iommu/arm-smmu-v3.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/iommu/arm-smmu-v3.c b/drivers/iommu/arm-smmu-v3.c index