From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: HYBRID: PV in HVM container Date: Fri, 29 Jul 2011 11:48:52 -0400 Message-ID: <20110729154852.GI5458@dumpdata.com> References: <20110627122404.23d2d0ce@mantra.us.oracle.com> <20110630185431.3ea308c6@mantra.us.oracle.com> <20110708185301.4b040a21@mantra.us.oracle.com> <20110727185828.55099372@mantra.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefano Stabellini Cc: Ian Campbell , "Xen-devel@lists.xensource.com" , Keir@acsinet13.oracle.com, Fraser List-Id: xen-devel@lists.xenproject.org On Thu, Jul 28, 2011 at 12:34:42PM +0100, Stefano Stabellini wrote: > On Thu, 28 Jul 2011, Mukesh Rathor wrote: > > Hi folks, > > > > Well, I did some benchmarking and found interesting results. Following > > runs are on a westmere with 2 sockets and 10GB RAM. Xen was booted > > with maxcpus=2 and entire RAM. All guests were started with 1vcpu and 2GB > > RAM. dom0 started with 1 vcpu and 704MB. Baremetal was booted with 2GB > > and 1 cpu. HVM guest has EPT enabled. HT is on. > > > > So, unless the NUMA'ness interfered with results (using some memory on > > remote socket), it appears HVM does very well. To the point that it > > seems a hybrid is not going to be worth it. I am currently running > > tests on a single socket system just to be sure. > > > > The high level benchmarks I run to compare PV and PV on HVM guests show > a very similar scenario. > > It is still worth having HYBRID guests (running with EPT?) in order to > support dom0 in an HVM container one day not too far from now. I am just wondering how much dom0 cares about this? I mean if you use blkback, netback - etc - they are all in the kernel. The device drivers are also in the kernel. Based on Mukeshs's results the PVonHVM work you did really paid itself off for guests. The numbers are even better than baremetal .. which I am bit surprised - maybe the collecting of the data (gettimeofday) is not the best?