RE: [PATCH v1 22/22] intel_iommu: modify x-scalable-mode to be string option

2020-03-25 Thread Liu, Yi L
> From: Peter Xu > Sent: Wednesday, March 25, 2020 2:39 AM > To: Liu, Yi L > Subject: Re: [PATCH v1 22/22] intel_iommu: modify x-scalable-mode to be string > option > > On Sun, Mar 22, 2020 at 05:36:19AM -0700, Liu Yi L wrote: > > Intel VT-d 3.0 introduces scalable

Re: [PATCH v1 22/22] intel_iommu: modify x-scalable-mode to be string option

2020-03-24 Thread Peter Xu
On Sun, Mar 22, 2020 at 05:36:19AM -0700, Liu Yi L wrote: > Intel VT-d 3.0 introduces scalable mode, and it has a bunch of capabilities > related to scalable mode translation, thus there are multiple combinations. > While this vIOMMU implementation wants simplify it for user by providing > typical

[PATCH v1 22/22] intel_iommu: modify x-scalable-mode to be string option

2020-03-22 Thread Liu Yi L
Intel VT-d 3.0 introduces scalable mode, and it has a bunch of capabilities related to scalable mode translation, thus there are multiple combinations. While this vIOMMU implementation wants simplify it for user by providing typical combinations. User could config it by "x-scalable-mode" option. Th