Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp3511135imm; Thu, 17 May 2018 09:53:01 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrzHnN1+dhP9JhuufMiU787Mgbw2uI2WTo5PC8YSYKTQalBiwa+uKq9sxeLbJz8RhtAdPA+ X-Received: by 2002:a62:a315:: with SMTP id s21-v6mr5911943pfe.168.1526575981780; Thu, 17 May 2018 09:53:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526575981; cv=none; d=google.com; s=arc-20160816; b=eKcL5AxaOBvFhehFvfqx2nxCYk2/BJkW6ywh5gCBROsA3OMRx2l+pLmNuMgf3zk9FB tyBrjbCpgUFCF2OhtMWH9jDFZQ3B63ohZh4PKz79rQTQpXljAdAF0b6IhB7abpof7VLj f9z4Ddv9L0L6S4wBtfbNXILGKdEdAFwGmBF3Bd8yiOnTc66gYvFz5+i1b0txbMJdQ4DA PYV9Jgo7YgRM5vFzHm+vE+eePoiiCd4ciFFiXiWmqkEG3ctSW6tQ0TQDJ1jlAltAbN+d Ycj+ZTMnJgvav84rv4yocKyM2P9jasdfZwDn/leMfEeGTGkGB83LZpxAahTcn5doW2rP I9AA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:organization:references :in-reply-to:date:cc:to:from:subject:message-id :arc-authentication-results; bh=hVmiP/JfqwyV7dxqwspJwsl1KmWbncbee1FfewCKKPs=; b=Rz+w4dyL7d4o+mAsXAI7wBXAO9GxjKMtrvik0mgGcQF7z7dT1BJI3H5rFG3oxlCp1m blr/F56YusUv1KuQ88yQNa0Bvl0Guy2OB7gtmIUdaOBI/r009IBVsHu0z5SMbEu5hJE7 gTtaW/pcErtL65gEFEOV+sfPDH/2v5xB9qpSCU309lxsBewKqCeJ4BQsba0wTGY7wFjU ENRjbINByWNiVAhAH/Zn49z36eNB9c+3qXSRd3nDROakincnihFLN19ZZ45r/TIYl+P5 aAEeR4m74gs1ROsBgLBQwLGgq6Yc4vnGERi7dfrxuuGIF7NtoArIgy2ddFaohxzKeaLC Cghw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a21-v6si4413351pgd.97.2018.05.17.09.52.47; Thu, 17 May 2018 09:53:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752188AbeEQQwk (ORCPT + 99 others); Thu, 17 May 2018 12:52:40 -0400 Received: from smtp.nue.novell.com ([195.135.221.5]:53617 "EHLO smtp.nue.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751843AbeEQQwj (ORCPT ); Thu, 17 May 2018 12:52:39 -0400 Received: from emea4-mta.ukb.novell.com ([10.120.13.87]) by smtp.nue.novell.com with ESMTP (TLS encrypted); Thu, 17 May 2018 18:52:37 +0200 Received: from Palanthas.fritz.box (nwb-a10-snat.microfocus.com [10.120.13.201]) by emea4-mta.ukb.novell.com with ESMTP (TLS encrypted); Thu, 17 May 2018 17:52:25 +0100 Message-ID: <88678a872bfdd8d7477c374a2ab1ee9dd9324ec0.camel@suse.com> Subject: Re: [Xen-devel] [RFC][PATCH] KVM: APPLES can improve the performance of applications and virtualized systems by up to 49% From: Dario Faggioli To: Weiwei Jia , linux-kernel@vger.kernel.org Cc: xen-devel@lists.xenproject.org, Weiwei Jia , jianchen.shan@gmail.com, kvm@vger.kernel.org, dingxn@gmail.com Date: Thu, 17 May 2018 18:52:23 +0200 In-Reply-To: References: Organization: SUSE Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-Rln2LqRGYgWnOYaKsWpQ" X-Mailer: Evolution 3.28.2 Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-Rln2LqRGYgWnOYaKsWpQ Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sat, 2018-05-12 at 16:27 +0800, Weiwei Jia wrote: > We already have a prototype implementation based on KVM (Linux Kernel > 3.19.8). Our patch for Linux Kernel 3.19.8 and the paper describing > our idea are available in Github repository [1][2][3]. We are pleased > to revise our patch in order to merge it into Linux/KVM and XEN. We > hope that you can test and adopt our approach/techniques. We are > pleased to get some comments/suggestions on the approach and on how > the idea can be adopted/tested by Linux/KVM and XEN. Thank you. >=20 To see how this is being handled in Xen currently, I suggest you to grep for: ple_gap ple_window SECONDARY_EXEC_PAUSE_LOOP_EXITING EXIT_REASON_PAUSE_INSTRUCTION pauseloop_exits I am aware of your paper, but I haven't got to being able to read it carefully yet. I'll do that (but can't promise when). Regards, Dario --=20 <> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://about.me/dario.faggioli Software Engineer @ SUSE https://www.suse.com/ --=-Rln2LqRGYgWnOYaKsWpQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEES5ssOj3Vhr0WPnOLFkJ4iaW4c+4FAlr9s0cACgkQFkJ4iaW4 c+4tjQ//VgJIZVqN6Z5TzS7FkTfoILjNro/0A9ht0LcIaLMgpfRVArXgiEvJhuDJ M8PVtW5A7nj/bGRH2TdLgcpszqXzpojtDJmvSbYd/Eeo+HbLk5T/hy+n94ttu2Fc 5layirUFu84vVzNLseLIuFfNWafPLx8pWCKqLdQtOJQsfi55vgGpC62+mcsjb7Op 3UcSB9PIeXbuzKDSnUe0x+nIpnOXMJ3v774ENAueHWuYZPhR+I5+/IJzfikUpOJy P8kxpJa7fAKkBbBQw3cEK//oWoJcyoI+SnoKBFgkuj1BoEdvByafFwgPu9lave0m UeudyDsA//7ua4zaQjTCjOza+pUsglHEmHOhKxZkbT7pqKkpM0c29xvneY8DKKjo n4zLIeo2r4hbwT/LqZM96QysJH6EdrhUAPoBjEpIFqwYX6rRfXsGbsXK27cZx2eX vWraLTZUplooT1Y8vNpScVUeoJhGUwfnC9V/NaG1wZpHBtpXEMwRkO7g8YDZwmCZ vgfTErv7/3L7pPTUB5ygoqrLj15HRSmMzmHhFbgNTr5XikoL6pdZOacg7V0dEvjQ IH78HfGAqurFspVbsg28I3yRgtkFD78ozpjlzJzwqvbGYypf2xgHG/nhgQO6atFA 11YyIX8RDjcwrJ9mKiUfezyl8yu9gzxFTp9iUE8vfuEGUHAUr2g= =kKIQ -----END PGP SIGNATURE----- --=-Rln2LqRGYgWnOYaKsWpQ--