From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: HYBRID: PV in HVM container Date: Fri, 18 Nov 2011 16:17:02 -0800 Message-ID: <20111118161702.05f13ea5@mantra.us.oracle.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> <20111117153838.04e15aa9@mantra.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: 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: "Xen-devel@lists.xensource.com" , Keir Fraser , Ian Campbell List-Id: xen-devel@lists.xenproject.org On Fri, 18 Nov 2011 12:21:19 +0000 Stefano Stabellini wrote: > On Thu, 17 Nov 2011, Mukesh Rathor wrote: > > Alright, got hybrid with EPT numbers in now from my prototype, it > > needs some perf work.. > > Is HVM a PV on HVM guest or a pure HVM guest (no CONFIG_XEN)? PV on HVM. > How is it possible that the HYB-EPT numbers here are so much worse > than HVM? Shouldn't they be the same as in the other tests? Yeah I know. I wondered that myself. I need to investigate. > why are you using the paravirt version of start_context_switch and > end_context_switch? Is this for the non-autotranslate version? this is for non-autotranslate version. > > So in theory HYB-EPT is running with native_cpu_ops and > native_mmu_ops; in this case I don't understand why the performances > are lower than HVM. Yup, same here. I'll have to investigate to see whats going on. Keep you posted. I am working on SMP now, then I'll take a look. thanks, Mukesh