From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0426C3644CE for ; Fri, 9 Jan 2026 15:25:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767972326; cv=none; b=XKPMMmm1GduPqDey+PGTfs2NfDrstIg+3p4OhzWUN7FV45vyaYZO0BX7x6vBXiTxtAOVCYHAdm488uNhLLyr6Ysz1iR3duX3KQrR7voCTTmaS6by5JiUJiYzRYqe0UQzKj4VyQJXRHq0xJ6QK8Ew6FfdIZH7MJ+muOOe//08P0U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767972326; c=relaxed/simple; bh=nVC6IfB7PLeiZ3Kcvr7huGGjdxl9G8V3sls8ctWH2mQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Vk4cWSCuozy9sHLlMIAebu2zW1cRftOYwyXb5/bruYua8OBBt2ydzzY1kRjRC1ijonDpA2Rc+8Du1b7JWUXzmbTL6Inj9Shl8fyXnppSsEBOCG7YRkWtXsNxzE1Q6xczujpsIDEBz22CJCuXmjLFnW0NQDCZMXTtpnMcmZreYfA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=H7F+RA4b; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="H7F+RA4b" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1767972324; 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=+s/upu+Z3uX5GuOdzNdjvtGd/Dzkej0e3eK6fYLWqPo=; b=H7F+RA4bH5bcdoLq/JQEvtsQaVk66YwoVglxd4U2OTWgX2nUKrMtobH2it2KfFdJ52tiTO DPgunSb1Rhb8thtytG1iPyjywyfAxuSR1Ap3osFWFCQU8q8To/7GISpvVJMbKfVHNs+moe SiZWMfBxfJpAx4M/yX2t9OWJ68slYCU= Received: from mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-244-y2BIUBwfN7-JV3xuLoulTg-1; Fri, 09 Jan 2026 10:25:20 -0500 X-MC-Unique: y2BIUBwfN7-JV3xuLoulTg-1 X-Mimecast-MFC-AGG-ID: y2BIUBwfN7-JV3xuLoulTg_1767972319 Received: from mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 9D7D21956058; Fri, 9 Jan 2026 15:25:19 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.44.32.96]) by mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 4D75E1956048; Fri, 9 Jan 2026 15:25:16 +0000 (UTC) From: =?UTF-8?q?Eugenio=20P=C3=A9rez?= To: "Michael S . Tsirkin " Cc: linux-kernel@vger.kernel.org, virtualization@lists.linux.dev, Maxime Coquelin , Laurent Vivier , Cindy Lu , jasowang@redhat.com, Xuan Zhuo , Stefano Garzarella , Yongji Xie , =?UTF-8?q?Eugenio=20P=C3=A9rez?= Subject: [PATCH v11 10/12] vduse: merge tree search logic of IOTLB_GET_FD and IOTLB_GET_INFO ioctls Date: Fri, 9 Jan 2026 16:24:28 +0100 Message-ID: <20260109152430.512923-11-eperezma@redhat.com> In-Reply-To: <20260109152430.512923-1-eperezma@redhat.com> References: <20260109152430.512923-1-eperezma@redhat.com> Precedence: bulk X-Mailing-List: virtualization@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.0 on 10.30.177.17 The next patch adds new ioctl with the ASID member per entry. Abstract these two so it can be build on top easily. Signed-off-by: Eugenio Pérez --- v11: New in v11 --- drivers/vdpa/vdpa_user/vduse_dev.c | 101 ++++++++++++++++------------- 1 file changed, 55 insertions(+), 46 deletions(-) diff --git a/drivers/vdpa/vdpa_user/vduse_dev.c b/drivers/vdpa/vdpa_user/vduse_dev.c index 675da1465e0e..bf437816fd7d 100644 --- a/drivers/vdpa/vdpa_user/vduse_dev.c +++ b/drivers/vdpa/vdpa_user/vduse_dev.c @@ -1247,6 +1247,50 @@ static void vduse_vq_update_effective_cpu(struct vduse_virtqueue *vq) vq->irq_effective_cpu = curr_cpu; } +static int vduse_dev_iotlb_entry(struct vduse_dev *dev, + struct vduse_iotlb_entry *entry, + struct file **f, uint64_t *capability) +{ + int r = -EINVAL; + struct vhost_iotlb_map *map; + const struct vdpa_map_file *map_file; + + if (entry->start > entry->last) + return -EINVAL; + + mutex_lock(&dev->domain_lock); + if (!dev->domain) + goto out; + + spin_lock(&dev->domain->iotlb_lock); + map = vhost_iotlb_itree_first(dev->domain->iotlb, entry->start, + entry->last); + if (map) { + if (f) { + map_file = (struct vdpa_map_file *)map->opaque; + *f = get_file(map_file->file); + } + entry->offset = map_file->offset; + entry->start = map->start; + entry->last = map->last; + entry->perm = map->perm; + if (capability) { + *capability = 0; + + if (dev->domain->bounce_map && map->start == 0 && + map->last == dev->domain->bounce_size - 1) + *capability |= VDUSE_IOVA_CAP_UMEM; + } + + r = 0; + } + spin_unlock(&dev->domain->iotlb_lock); + +out: + mutex_unlock(&dev->domain_lock); + return r; +} + static long vduse_dev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) { @@ -1260,36 +1304,16 @@ static long vduse_dev_ioctl(struct file *file, unsigned int cmd, switch (cmd) { case VDUSE_IOTLB_GET_FD: { struct vduse_iotlb_entry entry; - struct vhost_iotlb_map *map; - struct vdpa_map_file *map_file; struct file *f = NULL; ret = -EFAULT; if (copy_from_user(&entry, argp, sizeof(entry))) break; - ret = -EINVAL; - if (entry.start > entry.last) + ret = vduse_dev_iotlb_entry(dev, &entry, &f, NULL); + if (ret) break; - mutex_lock(&dev->domain_lock); - if (!dev->domain) { - mutex_unlock(&dev->domain_lock); - break; - } - spin_lock(&dev->domain->iotlb_lock); - map = vhost_iotlb_itree_first(dev->domain->iotlb, - entry.start, entry.last); - if (map) { - map_file = (struct vdpa_map_file *)map->opaque; - f = get_file(map_file->file); - entry.offset = map_file->offset; - entry.start = map->start; - entry.last = map->last; - entry.perm = map->perm; - } - spin_unlock(&dev->domain->iotlb_lock); - mutex_unlock(&dev->domain_lock); ret = -EINVAL; if (!f) break; @@ -1479,41 +1503,26 @@ static long vduse_dev_ioctl(struct file *file, unsigned int cmd, } case VDUSE_IOTLB_GET_INFO: { struct vduse_iova_info info; - struct vhost_iotlb_map *map; + struct vduse_iotlb_entry entry; ret = -EFAULT; if (copy_from_user(&info, argp, sizeof(info))) break; - ret = -EINVAL; - if (info.start > info.last) - break; - if (!is_mem_zero((const char *)info.reserved, sizeof(info.reserved))) break; - mutex_lock(&dev->domain_lock); - if (!dev->domain) { - mutex_unlock(&dev->domain_lock); - break; - } - spin_lock(&dev->domain->iotlb_lock); - map = vhost_iotlb_itree_first(dev->domain->iotlb, - info.start, info.last); - if (map) { - info.start = map->start; - info.last = map->last; - info.capability = 0; - if (dev->domain->bounce_map && map->start == 0 && - map->last == dev->domain->bounce_size - 1) - info.capability |= VDUSE_IOVA_CAP_UMEM; - } - spin_unlock(&dev->domain->iotlb_lock); - mutex_unlock(&dev->domain_lock); - if (!map) + entry.start = info.start; + entry.last = info.last; + ret = vduse_dev_iotlb_entry(dev, &entry, NULL, + &info.capability); + if (ret < 0) break; + info.start = entry.start; + info.last = entry.last; + ret = -EFAULT; if (copy_to_user(argp, &info, sizeof(info))) break; -- 2.52.0