From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: [v6] kvm/fpu: Enable fully eager restore kvm FPU Date: Thu, 23 Apr 2015 13:28:09 -0700 Message-ID: <553955D9.3030600@zytor.com> References: <1429823583-3226-1-git-send-email-liang.z.li@intel.com> <55390F9A.2070808@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: gleb@kernel.org, pbonzini@redhat.com, mtosatt@redhat.com, tglx@linutronix.de, mingo@redhat.com, x86@kernel.org, joro@8bytes.org, yang.z.zhang@intel.com, Xudong Hao To: Dave Hansen , Liang Li , kvm@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: Received: from terminus.zytor.com ([198.137.202.10]:56316 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754254AbbDWU2d (ORCPT ); Thu, 23 Apr 2015 16:28:33 -0400 In-Reply-To: <55390F9A.2070808@intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On 04/23/2015 08:28 AM, Dave Hansen wrote: > On 04/23/2015 02:13 PM, Liang Li wrote: >> When compiling kernel on westmere, the performance of eager FPU >> is about 0.4% faster than lazy FPU. > > Do you have an theory why this is? What does the regression come from? > This is interesting since previous measurements on KVM have had the exact opposite results. I think we need to understand this a lot more. -hpa