On 2021-06-14 08:53, John Garry wrote:
On 12/06/2021 03:22, Lu Baolu wrote:Oops, I should have documented that "iommu.strict" already applies to
On 2021/6/11 20:20, John Garry wrote:ok, but then I should probably make the AMD driver also officially
@@ -453,8 +452,7 @@ static int __init intel_iommu_setup(char *str)I would like to deprecate this command line and ask users to use
pr_warn("intel_iommu=forcedac deprecated; use
iommu.forcedac instead\n");
iommu_dma_forcedac = true;
} else if (!strncmp(str, "strict", 6)) {
- pr_info("Disable batched IOTLB flush\n");
- intel_iommu_strict = 1;
+ iommu_set_dma_strict(true);
iommu.strict instead.
support this.
x86 as well. The interaction with the driver-specific parameters is a
bit weird and unintuitive, but it was done knowingly. Let me quickly
spin a kernel-parameters.txt fix for that...