From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ACEB1C1975A for ; Tue, 17 Mar 2020 23:00:21 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 74684206EC for ; Tue, 17 Mar 2020 23:00:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="jEUriOTo" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 74684206EC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:42564 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jELC8-0004rK-KW for qemu-devel@archiver.kernel.org; Tue, 17 Mar 2020 19:00:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52873) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jELAF-00021m-L2 for qemu-devel@nongnu.org; Tue, 17 Mar 2020 18:58:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jELAD-0000PL-Tc for qemu-devel@nongnu.org; Tue, 17 Mar 2020 18:58:23 -0400 Received: from us-smtp-delivery-74.mimecast.com ([216.205.24.74]:44431) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jELAD-0000KM-PI for qemu-devel@nongnu.org; Tue, 17 Mar 2020 18:58:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1584485901; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0UF/wXy/5Xx0F5N5b18WnypTqi2VD8/BzVmBSxMaA+E=; b=jEUriOToIZQ3W4eRrcbKMoxQnM462HdyricIPLFvGvtAbWdIMhU152owD45O8hUkJPwkew 8uHq8C8FqqlAjSD+3wbyiMzL8ogfjy6ZQvcvdPXfQneNe5s6oJYTPj20yUl3qQYzh3Tkd7 OsUjRm/S1FuI2U4bsGHlSeZuSWblURA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-417-Ckxkl7VsPIGlZbaoAVNfqA-1; Tue, 17 Mar 2020 18:58:19 -0400 X-MC-Unique: Ckxkl7VsPIGlZbaoAVNfqA-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 736F81005513 for ; Tue, 17 Mar 2020 22:58:18 +0000 (UTC) Received: from w520.home (ovpn-112-162.phx2.redhat.com [10.3.112.162]) by smtp.corp.redhat.com (Postfix) with ESMTP id 879B39080B; Tue, 17 Mar 2020 22:58:12 +0000 (UTC) Date: Tue, 17 Mar 2020 16:58:12 -0600 From: Alex Williamson To: Peter Xu Subject: Re: [PATCH v3.1 4/5] KVM: Kick resamplefd for split kernel irqchip Message-ID: <20200317165812.6ffe3e59@w520.home> In-Reply-To: <20200317224923.506330-1-peterx@redhat.com> References: <20200317195042.282977-5-peterx@redhat.com> <20200317224923.506330-1-peterx@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 216.205.24.74 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini , Cornelia Huck , qemu-devel@nongnu.org, Eric Auger Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Tue, 17 Mar 2020 18:49:23 -0400 Peter Xu wrote: > This is majorly only for X86 because that's the only one that supports > split irqchip for now. > > When the irqchip is split, we face a dilemma that KVM irqfd will be > enabled, however the slow irqchip is still running in the userspace. > It means that the resamplefd in the kernel irqfds won't take any > effect and it will miss to ack INTx interrupts on EOIs. > > One example is split irqchip with VFIO INTx, which will break if we > use the VFIO INTx fast path. > > This patch can potentially supports the VFIO fast path again for INTx, > that the IRQ delivery will still use the fast path, while we don't > need to trap MMIOs in QEMU for the device to emulate the EIOs (see the > callers of vfio_eoi() hook). However the EOI of the INTx will still > need to be done from the userspace by caching all the resamplefds in > QEMU and kick properly for IOAPIC EOI broadcast. > > This is tricky because in this case the userspace ioapic irr & > remote-irr will be bypassed. However such a change will greatly boost > performance for assigned devices using INTx irqs (TCP_RR boosts 46% > after this patch applied). > > When the userspace is responsible for the resamplefd kickup, don't > register it on the kvm_irqfd anymore, because on newer kernels (after > commit 654f1f13ea56, 5.2+) the KVM_IRQFD will fail if with both split > irqchip and resamplefd. This will make sure that the fast path will > work for all supported kernels. > > https://patchwork.kernel.org/patch/10738541/#22609933 > > Suggested-by: Paolo Bonzini > Signed-off-by: Peter Xu > --- > v3.1 changelog > - only kick resamplefd for level triggered irqs [Alex] > accel/kvm/kvm-all.c | 79 ++++++++++++++++++++++++++++++++++++++++-- > accel/kvm/trace-events | 1 + > hw/intc/ioapic.c | 17 +++++++++ > include/sysemu/kvm.h | 4 +++ > 4 files changed, 99 insertions(+), 2 deletions(-) Reviewed-by: Alex Williamson > diff --git a/accel/kvm/kvm-all.c b/accel/kvm/kvm-all.c > index d49b74512a..9a85fd1b8f 100644 > --- a/accel/kvm/kvm-all.c > +++ b/accel/kvm/kvm-all.c > @@ -159,9 +159,59 @@ static const KVMCapabilityInfo kvm_required_capabilites[] = { > static NotifierList kvm_irqchip_change_notifiers = > NOTIFIER_LIST_INITIALIZER(kvm_irqchip_change_notifiers); > > +struct KVMResampleFd { > + int gsi; > + EventNotifier *resample_event; > + QLIST_ENTRY(KVMResampleFd) node; > +}; > +typedef struct KVMResampleFd KVMResampleFd; > + > +/* > + * Only used with split irqchip where we need to do the resample fd > + * kick for the kernel from userspace. > + */ > +static QLIST_HEAD(, KVMResampleFd) kvm_resample_fd_list = > + QLIST_HEAD_INITIALIZER(kvm_resample_fd_list); > + > #define kvm_slots_lock(kml) qemu_mutex_lock(&(kml)->slots_lock) > #define kvm_slots_unlock(kml) qemu_mutex_unlock(&(kml)->slots_lock) > > +static inline void kvm_resample_fd_remove(int gsi) > +{ > + KVMResampleFd *rfd; > + > + QLIST_FOREACH(rfd, &kvm_resample_fd_list, node) { > + if (rfd->gsi == gsi) { > + QLIST_REMOVE(rfd, node); > + g_free(rfd); > + break; > + } > + } > +} > + > +static inline void kvm_resample_fd_insert(int gsi, EventNotifier *event) > +{ > + KVMResampleFd *rfd = g_new0(KVMResampleFd, 1); > + > + rfd->gsi = gsi; > + rfd->resample_event = event; > + > + QLIST_INSERT_HEAD(&kvm_resample_fd_list, rfd, node); > +} > + > +void kvm_resample_fd_notify(int gsi) > +{ > + KVMResampleFd *rfd; > + > + QLIST_FOREACH(rfd, &kvm_resample_fd_list, node) { > + if (rfd->gsi == gsi) { > + event_notifier_set(rfd->resample_event); > + trace_kvm_resample_fd_notify(gsi); > + return; > + } > + } > +} > + > int kvm_get_max_memslots(void) > { > KVMState *s = KVM_STATE(current_accel()); > @@ -1642,8 +1692,33 @@ static int kvm_irqchip_assign_irqfd(KVMState *s, EventNotifier *event, > }; > > if (rfd != -1) { > - irqfd.flags |= KVM_IRQFD_FLAG_RESAMPLE; > - irqfd.resamplefd = rfd; > + assert(assign); > + if (kvm_irqchip_is_split()) { > + /* > + * When the slow irqchip (e.g. IOAPIC) is in the > + * userspace, KVM kernel resamplefd will not work because > + * the EOI of the interrupt will be delivered to userspace > + * instead, so the KVM kernel resamplefd kick will be > + * skipped. The userspace here mimics what the kernel > + * provides with resamplefd, remember the resamplefd and > + * kick it when we receive EOI of this IRQ. > + * > + * This is hackery because IOAPIC is mostly bypassed > + * (except EOI broadcasts) when irqfd is used. However > + * this can bring much performance back for split irqchip > + * with INTx IRQs (for VFIO, this gives 93% perf of the > + * full fast path, which is 46% perf boost comparing to > + * the INTx slow path). > + */ > + kvm_resample_fd_insert(virq, resample); > + } else { > + irqfd.flags |= KVM_IRQFD_FLAG_RESAMPLE; > + irqfd.resamplefd = rfd; > + } > + } else if (!assign) { > + if (kvm_irqchip_is_split()) { > + kvm_resample_fd_remove(virq); > + } > } > > if (!kvm_irqfds_enabled()) { > diff --git a/accel/kvm/trace-events b/accel/kvm/trace-events > index 4fb6e59d19..a68eb66534 100644 > --- a/accel/kvm/trace-events > +++ b/accel/kvm/trace-events > @@ -16,4 +16,5 @@ kvm_set_ioeventfd_mmio(int fd, uint64_t addr, uint32_t val, bool assign, uint32_ > kvm_set_ioeventfd_pio(int fd, uint16_t addr, uint32_t val, bool assign, uint32_t size, bool datamatch) "fd: %d @0x%x val=0x%x assign: %d size: %d match: %d" > kvm_set_user_memory(uint32_t slot, uint32_t flags, uint64_t guest_phys_addr, uint64_t memory_size, uint64_t userspace_addr, int ret) "Slot#%d flags=0x%x gpa=0x%"PRIx64 " size=0x%"PRIx64 " ua=0x%"PRIx64 " ret=%d" > kvm_clear_dirty_log(uint32_t slot, uint64_t start, uint32_t size) "slot#%"PRId32" start 0x%"PRIx64" size 0x%"PRIx32 > +kvm_resample_fd_notify(int gsi) "gsi %d" > > diff --git a/hw/intc/ioapic.c b/hw/intc/ioapic.c > index 15747fe2c2..2ae96e10be 100644 > --- a/hw/intc/ioapic.c > +++ b/hw/intc/ioapic.c > @@ -241,6 +241,23 @@ void ioapic_eoi_broadcast(int vector) > continue; > } > > + /* > + * When IOAPIC is in the userspace while APIC is still in > + * the kernel (i.e., split irqchip), we have a trick to > + * kick the resamplefd logic for registered irqfds from > + * userspace to deactivate the IRQ. When that happens, it > + * means the irq bypassed userspace IOAPIC (so the irr and > + * remote-irr of the table entry should be bypassed too > + * even if interrupt come). Still kick the resamplefds if > + * they're bound to the IRQ, to make sure to EOI the > + * interrupt for the hardware correctly. > + * > + * Note: We still need to go through the irr & remote-irr > + * operations below because we don't know whether there're > + * emulated devices that are using/sharing the same IRQ. > + */ > + kvm_resample_fd_notify(n); > + > if (!(entry & IOAPIC_LVT_REMOTE_IRR)) { > continue; > } > diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h > index 141342de98..583a976f8a 100644 > --- a/include/sysemu/kvm.h > +++ b/include/sysemu/kvm.h > @@ -555,4 +555,8 @@ int kvm_set_one_reg(CPUState *cs, uint64_t id, void *source); > int kvm_get_one_reg(CPUState *cs, uint64_t id, void *target); > struct ppc_radix_page_info *kvm_get_radix_page_info(void); > int kvm_get_max_memslots(void); > + > +/* Notify resamplefd for EOI of specific interrupts. */ > +void kvm_resample_fd_notify(int gsi); > + > #endif