]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/vt-d: Leave scalable mode default off
authorLu Baolu <baolu.lu@linux.intel.com>
Thu, 24 Jan 2019 02:31:32 +0000 (10:31 +0800)
committerJoerg Roedel <jroedel@suse.de>
Wed, 30 Jan 2019 16:23:58 +0000 (17:23 +0100)
commit954ab49377a93e825f8c425b99145b2d0f9c6e86
treef16ce662f31aa59f682a3ae52b0ad8e1f3fa1fa0
parentb0896bb553df0287fc7800893dbb6484d3cd4484
iommu/vt-d: Leave scalable mode default off

Commit 7f4c2e50f514c ("iommu/vt-d: Enumerate the scalable
mode capability") enables VT-d scalable mode if hardware
advertises the capability. As we will bring up different
features and use cases to upstream in different patch
series, it will leave some intermediate kernel versions
which support partial features. Hence, end user might run
into problems when they use such kernels on bare metals
or virtualization environments.

This leaves scalable mode default off and end users could
turn it on with "intel-iommu=sm_on" only when they have
clear ideas about which scalable features are supported
in the kernel.

Cc: Liu Yi L <yi.l.liu@intel.com>
Cc: Jacob Pan <jacob.jun.pan@linux.intel.com>
Suggested-by: Ashok Raj <ashok.raj@intel.com>
Suggested-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Documentation/admin-guide/kernel-parameters.txt
drivers/iommu/intel-iommu.c