From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuKaM-00011J-R4 for qemu-devel@nongnu.org; Tue, 10 Jun 2014 07:51:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuKaG-0006Q4-N4 for qemu-devel@nongnu.org; Tue, 10 Jun 2014 07:51:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuKaG-0006Pj-Fn for qemu-devel@nongnu.org; Tue, 10 Jun 2014 07:51:20 -0400 Message-ID: <5396F12F.1070807@redhat.com> Date: Tue, 10 Jun 2014 13:51:11 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20140610020021.GD29724@G08FNSTD100614.fnst.cn.fujitsu.com> <480968011.20454430.1402376972892.JavaMail.zimbra@redhat.com> <20140610083006.GA12425@G08FNSTD100614.fnst.cn.fujitsu.com> <5396C84A.8030202@redhat.com> <20140610095945.GH7423@redhat.com> <5396E804.9090401@redhat.com> <20140610112321.GA24043@redhat.com> <5396EC02.7080402@redhat.com> <20140610113528.GB26794@redhat.com> <5396EF5F.2050602@redhat.com> <20140610114828.GA27056@redhat.com> In-Reply-To: <20140610114828.GA27056@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 18/29] hostmem: add file-based HostMemoryBackend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Yasunori Goto , Hu Tao , qemu-devel@nongnu.org, Eduardo Habkost , Igor Mammedov Il 10/06/2014 13:48, Michael S. Tsirkin ha scritto: >> Even measurable speedups in most scenarios would not matter. I don't care >> if a kernel compile takes 2 minutes vs. 110 seconds (for a 10% speedup), >> even though it's great that THP can speed up such a common task. > > True. But I am not sure why would such a user play with vhost-user at all. > That one seems to mostly be about using aggressive polling > to drive down guest to guest latency. But then there is so much more you have to do to get the performance you're looking for, including using GB hugepages which needs hugetlbfs anyway. Anyhow, since there is a warning and the behavior is the same as 2.0 the question is moot, I think. Renaming memory-backend-file to memory-backend-hugetlbfs would suggest that there is a regression, which is not the case. Paolo