From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] iommu/quirk: disable shared EPT for Sandybridge and earlier processors. Date: Fri, 28 Aug 2015 17:24:25 +0100 Message-ID: <55E08B39.5070300@citrix.com> References: <1440776507-30218-1-git-send-email-anshul.makkar@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1440776507-30218-1-git-send-email-anshul.makkar@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Anshul Makkar anshul.makkar"@citrix.com, xen-devel@lists.xen.org Cc: yang.z.zhang@intel.com, kevin.tian@intel.com, anshulma , jbeulich@suse.com List-Id: xen-devel@lists.xenproject.org On 28/08/15 16:41, "Anshul Makkar anshul.makkar"@citrix.com wrote: > From: anshulma > > Sandybridge or earlier processors don't have huge page support for > IOTLB which leads to fallback on 4k pages and causes performance issues. > > Shared EPT will be disabled only if the user has not provided explicit > choice on the command line. > > Signed-off-by: Anshul Makkar As a note concerning the performance issues, for some IO workloads, this nets a 40% throughput improvement. We did not observe any IO workloads which had a worse performance as a result of disabling shared ept. Reviewed-by: Andrew Cooper ~Andrew