Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756015Ab2BGQTD (ORCPT ); Tue, 7 Feb 2012 11:19:03 -0500 Received: from david.siemens.de ([192.35.17.14]:34273 "EHLO david.siemens.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751287Ab2BGQTC (ORCPT ); Tue, 7 Feb 2012 11:19:02 -0500 Message-ID: <4F314EEE.8080401@siemens.com> Date: Tue, 07 Feb 2012 17:18:54 +0100 From: Jan Kiszka User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: Avi Kivity CC: Anthony Liguori , Rob Earhart , linux-kernel , KVM list , qemu-devel Subject: Re: [Qemu-devel] [RFC] Next gen kvm api References: <4F2AB552.2070909@redhat.com> <4F2E80A7.5040908@redhat.com> <4F3025FB.1070802@codemonkey.ws> <4F31132F.3010100@redhat.com> <4F31408F.80901@codemonkey.ws> <4F314B2A.4000709@redhat.com> In-Reply-To: <4F314B2A.4000709@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1884 Lines: 56 On 2012-02-07 17:02, Avi Kivity wrote: > On 02/07/2012 05:17 PM, Anthony Liguori wrote: >> On 02/07/2012 06:03 AM, Avi Kivity wrote: >>> On 02/06/2012 09:11 PM, Anthony Liguori wrote: >>>> >>>> I'm not so sure. ioeventfds and a future mmio-over-socketpair have >>>> to put the >>>> kthread to sleep while it waits for the other end to process it. >>>> This is >>>> effectively equivalent to a heavy weight exit. The difference in >>>> cost is >>>> dropping to userspace which is really neglible these days (< 100 >>>> cycles). >>> >>> On what machine did you measure these wonderful numbers? >> >> A syscall is what I mean by "dropping to userspace", not the cost of a >> heavy weight exit. > > Ah. But then ioeventfd has that as well, unless the other end is in the > kernel too. > >> I think a heavy weight exit is still around a few thousand cycles. >> >> Any nehalem class or better processor should have a syscall cost of >> around that unless I'm wildly mistaken. >> > > That's what I remember too. > >>> >>> But I agree a heavyweight exit is probably faster than a double >>> context switch >>> on a remote core. >> >> I meant, if you already need to take a heavyweight exit (and you do to >> schedule something else on the core), than the only additional cost is >> taking a syscall return to userspace *first* before scheduling another >> process. That overhead is pretty low. > > Yeah. > Isn't there another level in between just scheduling and full syscall return if the user return notifier has some real work to do? Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/