From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: KVM: MMU: optimize set_spte for page sync Date: Wed, 10 Dec 2008 13:54:08 +0100 Message-ID: <20081210125408.GA22748@dmt.cnet> References: <20081121184927.GA20607@dmt.cnet> <4929322D.7050503@redhat.com> <20081124120423.GB4379@dmt.cnet> <20081124132306.GA13532@dmt.cnet> <492C0DD5.7070206@redhat.com> <20081125145807.GA14994@dmt.cnet> <492D2F14.2070705@redhat.com> <20081209155258.GA13317@dmt.cnet> <493F8882.6040801@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm-devel , Eduardo Habkost , Chris Wright To: Avi Kivity Return-path: Received: from mx2.redhat.com ([66.187.237.31]:53160 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753284AbYLJP4X (ORCPT ); Wed, 10 Dec 2008 10:56:23 -0500 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mBAFuBYu026713 for ; Wed, 10 Dec 2008 10:56:11 -0500 Content-Disposition: inline In-Reply-To: <493F8882.6040801@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Dec 10, 2008 at 11:14:42AM +0200, Avi Kivity wrote: > Marcelo Tosatti wrote: >> Do you have objections for submitting this patch for 2.6.28 ? The hash >> lookup kills performance of pagetable write + context switch intensive >> workloads. >> > > Can you quantify? > > 2.6.28 is out of the question, 2.6.28.stable is possible, depending on > the actual performance difference. I'd hate to introduce a correctness > problem just to improve performance. Around 10% improvement on some workloads.