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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A9CFEC5321D for ; Mon, 26 Aug 2024 08:30:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=pdcp2JnLR/yrZbcNmFHbjeVPnKvb0kEPnPrkuVDtQ0g=; b=UyZjbh9HiGlTgLudcee6whgVnQ ReCRGwIWYld4qol0nf7a8UtrRCttn/Hxm2daUnx1KOeiedtD062PngBmM7+FUSefnLxUYbG45Gv4T pAtrBtuAVQ1xu1xftNPW3JnNUpaWKxcPaW1b/q7adfiBgS57Pk4mTBggMX8yS6WgLputHqDi8qEjD 2nJaJ4tq2c8oYvrpncfKNCYLWZQF1X0aVjy/quEcnrXXFlS7cYpFAfBEuTNqb8qtzllNxQtjmIEUD dqa60jbXV9FcITZcyhQVYf0ttFJ6ocOesn28pM+JXdbVqdKWDq9a27eZELj8bfxcMy0k04n1tLTuX MJtc19LQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1siV7G-00000006VFM-0oTx; Mon, 26 Aug 2024 08:30:22 +0000 Received: from mail.8bytes.org ([2a01:238:42d9:3f00:e505:6202:4f0c:f051]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1siTtE-00000006DGM-2Vst for linux-arm-kernel@lists.infradead.org; Mon, 26 Aug 2024 07:11:50 +0000 Received: from 8bytes.org (pd9fe9dd8.dip0.t-ipconnect.de [217.254.157.216]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 232DE2827D9; Mon, 26 Aug 2024 09:11:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1724656303; bh=bi7Z8//7vu9sLbagUtW/4VVTMRthL7QxYfDlkeCIdCQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SJ+2y0sZPntw2N3IiFehjKpVBH/FTfVch0NIXqaQi2j1t/3nqntnHnKjzUn4RbY6J ceuAdqVKlm1tc9XZj0XTmFqufob4LAQUTclgsOkEq909RVlByZ9K2BHxVyPJO7WVvr LbFFcsXcx4TLeSOPF7BZrf7e48W/wyBoB1uZSlDeer30t5Tk7vnT7YBL9BaYFRJu2Z GV5vnsY40smPJQ+mEeXBw9e96pQVueyOO670pQDL/9ZbeKLqy7vo85MtlNnZC+5g6w GSC7mJ9t2BirLmFLPo3jbbsD+rfVRul5FaeT2YpUYlGwMSlhTl3OMGcNwYAjqQdLID EbnP1GEXHysfg== Date: Mon, 26 Aug 2024 09:11:42 +0200 From: Joerg Roedel To: Ashish Mhetre Cc: will@kernel.org, robin.murphy@arm.com, linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org Subject: Re: [PATCH V4] iommu/io-pgtable-arm: Optimise non-coherent unmap Message-ID: References: <20240806105135.218089-1-amhetre@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240806105135.218089-1-amhetre@nvidia.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240826_001148_884889_535D7855 X-CRM114-Status: UNSURE ( 6.94 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Aug 06, 2024 at 10:51:35AM +0000, Ashish Mhetre wrote: > drivers/iommu/io-pgtable-arm.c | 31 +++++++++++++++++-------------- > 1 file changed, 17 insertions(+), 14 deletions(-) Applied, thanks.