From nobody Mon Feb 9 06:00:35 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1601042402; cv=none; d=zohomail.com; s=zohoarc; b=RHnSwUNa5JtTZFP8feZxUXJGpTCrWezdpDWXeSnKQLRVecMxPL7bVubNI/CQNBJJ5mbC7DYuboOY0prq+/RPsF7Empik6QVFudeO9zge/twJrji5hW0QpUu8R3ybvWSeJ6U6imDo+htV4hWwb3EddnK90+QvWofvCcRz8Jb60gg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1601042402; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=MhsjaAvcc2A8rxRwS3aD1ncZ7PrT1QP4PmosGTDO3t8=; b=i874FrYpibdjWrsWA3yxZYU6/T3yfcDeXiXVM5VWhkpjtMY227tMgGuYwrOn2MKl134iBhk/ZLFvCEDtBN8mJTg0/SKiC+y5mVI93IRoMI5PS6iVT3XePoX8ombEXxZEVIwjH+0xD0hvIbZgysjsDSX74aDl3zmHZnm/N6JSFb4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 160104240254964.2979901624376; Fri, 25 Sep 2020 07:00:02 -0700 (PDT) Received: from localhost ([::1]:42478 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kLoGU-00007W-6d for importer@patchew.org; Fri, 25 Sep 2020 09:59:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35236) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kLo6B-0002ca-2P for qemu-devel@nongnu.org; Fri, 25 Sep 2020 09:49:19 -0400 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:37477) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kLo67-0000l7-K3 for qemu-devel@nongnu.org; Fri, 25 Sep 2020 09:49:18 -0400 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-244-eiyasU3IM82UTT2iBI4_eA-1; Fri, 25 Sep 2020 09:49:10 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2417881F00F; Fri, 25 Sep 2020 13:49:09 +0000 (UTC) Received: from laptop.redhat.com (ovpn-113-81.ams2.redhat.com [10.36.113.81]) by smtp.corp.redhat.com (Postfix) with ESMTP id AEF625D9DC; Fri, 25 Sep 2020 13:49:06 +0000 (UTC) Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601041751; 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=MhsjaAvcc2A8rxRwS3aD1ncZ7PrT1QP4PmosGTDO3t8=; b=MfHEKkxNkuLrZve9tO+3ivk5KhVeSqle9Fe7Wvn+AF4Edy5MgJLG+jAkm5Ba7W3p8r1LIc dunyc3GlgvrXOIeL3XQXsuobTYccYWJuBUT2et4tz4mSJGeGNue81ZfKE3z3braO2qc+3y z5UvHkFRv56gU1QPP+Dr9kIA0jRjUvI= X-MC-Unique: eiyasU3IM82UTT2iBI4_eA-1 From: Eric Auger To: eric.auger.pro@gmail.com, eric.auger@redhat.com, qemu-devel@nongnu.org, qemu-arm@nongnu.org, stefanha@redhat.com, fam@euphon.net, philmd@redhat.com, alex.williamson@redhat.com Subject: [RFC 2/3] util/vfio-helpers: Dynamically compute the min/max IOVA Date: Fri, 25 Sep 2020 15:48:44 +0200 Message-Id: <20200925134845.21053-3-eric.auger@redhat.com> In-Reply-To: <20200925134845.21053-1-eric.auger@redhat.com> References: <20200925134845.21053-1-eric.auger@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=eric.auger@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=63.128.21.124; envelope-from=eric.auger@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/25 01:07:33 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -32 X-Spam_score: -3.3 X-Spam_bar: --- X-Spam_report: (-3.3 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-1.199, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action 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: lvivier@redhat.com, kwolf@redhat.com, cohuck@redhat.com, mreitz@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Currently the min/max IOVA are hardcoded to [0x10000, 1 << 39]. Now we dynamically fetch the info from VFIO, if the kernel supports it, let's use the dynamically retrieved value. Signed-off-by: Eric Auger --- util/vfio-helpers.c | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/util/vfio-helpers.c b/util/vfio-helpers.c index 8e91beba95..567bcf1ded 100644 --- a/util/vfio-helpers.c +++ b/util/vfio-helpers.c @@ -26,11 +26,11 @@ =20 #define QEMU_VFIO_DEBUG 0 =20 +/* + * Min/Max IOVA addresses, only used if VFIO does not report + * the usable IOVA ranges + */ #define QEMU_VFIO_IOVA_MIN 0x10000ULL -/* XXX: Once VFIO exposes the iova bit width in the IOMMU capability inter= face, - * we can use a runtime limit; alternatively it's also possible to do plat= form - * specific detection by reading sysfs entries. Until then, 39 is a safe b= et. - **/ #define QEMU_VFIO_IOVA_MAX (1ULL << 39) =20 typedef struct { @@ -56,6 +56,8 @@ struct QEMUVFIOState { struct vfio_region_info config_region_info, bar_region_info[6]; struct IOVARange *usable_iova_ranges; uint8_t nb_iova_ranges; + uint64_t max_iova; + uint64_t min_iova; =20 /* These fields are protected by @lock */ /* VFIO's IO virtual address space is managed by splitting into a few @@ -63,7 +65,7 @@ struct QEMUVFIOState { * * --------------- <=3D 0 * |xxxxxxxxxxxxx| - * |-------------| <=3D QEMU_VFIO_IOVA_MIN + * |-------------| <=3D min_iova * | | * | Fixed | * | | @@ -75,20 +77,20 @@ struct QEMUVFIOState { * | | * | Temp | * | | - * |-------------| <=3D QEMU_VFIO_IOVA_MAX + * |-------------| <=3D max_iova * |xxxxxxxxxxxxx| * |xxxxxxxxxxxxx| * --------------- * - * - Addresses lower than QEMU_VFIO_IOVA_MIN are reserved as invalid; + * - Addresses lower than min_iova are reserved as invalid; * * - Fixed mappings of HVAs are assigned "low" IOVAs in the range of - * [QEMU_VFIO_IOVA_MIN, low_water_mark). Once allocated they will n= ot be + * [min_iova, low_water_mark). Once allocated they will not be * reclaimed - low_water_mark never shrinks; * * - IOVAs in range [low_water_mark, high_water_mark) are free; * - * - IOVAs in range [high_water_mark, QEMU_VFIO_IOVA_MAX) are volatile + * - IOVAs in range [high_water_mark, max_iova) are volatile * mappings. At each qemu_vfio_dma_reset_temporary() call, the whole= area * is recycled. The caller should make sure I/O's depending on these * mappings are completed before calling. @@ -271,6 +273,8 @@ static void collect_usable_iova_ranges(QEMUVFIOState *s= , void *first_cap) s->usable_iova_ranges[i].start =3D cap_iova_range->iova_ranges[i].= start; s->usable_iova_ranges[i].end =3D cap_iova_range->iova_ranges[i].en= d; } + s->min_iova =3D s->usable_iova_ranges[0].start; + s->max_iova =3D s->usable_iova_ranges[i - 1].end + 1; } =20 static int qemu_vfio_init_pci(QEMUVFIOState *s, const char *device, @@ -362,12 +366,14 @@ static int qemu_vfio_init_pci(QEMUVFIOState *s, const= char *device, =20 /* * if the kernel does not report usable IOVA regions, choose - * the legacy [QEMU_VFIO_IOVA_MIN, QEMU_VFIO_IOVA_MAX -1] region + * the legacy [QEMU_VFIO_IOVA_MIN, QEMU_VFIO_IOVA_MAX - 1] region */ s->nb_iova_ranges =3D 1; s->usable_iova_ranges =3D g_new0(struct IOVARange, 1); s->usable_iova_ranges[0].start =3D QEMU_VFIO_IOVA_MIN; s->usable_iova_ranges[0].end =3D QEMU_VFIO_IOVA_MAX - 1; + s->min_iova =3D QEMU_VFIO_IOVA_MIN; + s->max_iova =3D QEMU_VFIO_IOVA_MAX; =20 if (iommu_info->argsz > iommu_info_size) { void *first_cap; @@ -484,8 +490,8 @@ static void qemu_vfio_open_common(QEMUVFIOState *s) s->ram_notifier.ram_block_added =3D qemu_vfio_ram_block_added; s->ram_notifier.ram_block_removed =3D qemu_vfio_ram_block_removed; ram_block_notifier_add(&s->ram_notifier); - s->low_water_mark =3D QEMU_VFIO_IOVA_MIN; - s->high_water_mark =3D QEMU_VFIO_IOVA_MAX; + s->low_water_mark =3D s->min_iova; + s->high_water_mark =3D s->max_iova; qemu_ram_foreach_block(qemu_vfio_init_ramblock, s); } =20 @@ -734,7 +740,7 @@ int qemu_vfio_dma_reset_temporary(QEMUVFIOState *s) .argsz =3D sizeof(unmap), .flags =3D 0, .iova =3D s->high_water_mark, - .size =3D QEMU_VFIO_IOVA_MAX - s->high_water_mark, + .size =3D s->max_iova - s->high_water_mark, }; trace_qemu_vfio_dma_reset_temporary(s); QEMU_LOCK_GUARD(&s->lock); @@ -742,7 +748,7 @@ int qemu_vfio_dma_reset_temporary(QEMUVFIOState *s) error_report("VFIO_UNMAP_DMA failed: %s", strerror(errno)); return -errno; } - s->high_water_mark =3D QEMU_VFIO_IOVA_MAX; + s->high_water_mark =3D s->max_iova; return 0; } =20 --=20 2.21.3