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=-2.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT 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 E275CC43219 for ; Mon, 29 Apr 2019 11:59:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B29152053B for ; Mon, 29 Apr 2019 11:59:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="oWYfGtTx" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728061AbfD2L7V (ORCPT ); Mon, 29 Apr 2019 07:59:21 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:47886 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727927AbfD2L7U (ORCPT ); Mon, 29 Apr 2019 07:59:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=HYfOrokgP2lQeEA+A+EPpwGPHVmLABVLIHCtXvbCMMg=; b=oWYfGtTx7WlHb46O7++LUX/xQ 2LGK/mMIhSCAOiac/L4y4B08+j2UWAdB6UMC9kvqrjFndtzoauVx6m6wTLd9rLn6I3ep2yXaiyhEA SwH6on6gOCDRQy0HOcAYUo3TL896bEGv+RsCyulq4mKibjVWuSj12BM2e/gFUbotMaX5yf7DSboko KGqFP52ZaDpGEJuO1t01m0Xy2JPnIFCzdAaRnQ9OWuzXTAudO6gx3ZRO8nKb3AX/OxQmb0f49DLLF bAXG+wSJdBEgM/PGlsfU4p3T1v2k0WbdSsRIUguB02RDNNUBM+HnH7RMJXHHO/x18G6H1GwmuQ9la KUtTnu+Mw==; Received: from hch by bombadil.infradead.org with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1hL4wG-0001Vo-F3; Mon, 29 Apr 2019 11:59:16 +0000 Date: Mon, 29 Apr 2019 04:59:16 -0700 From: Christoph Hellwig To: Tom Murphy Cc: Joerg Roedel , iommu@lists.linux-foundation.org, Tom Murphy , linux-kernel@vger.kernel.org Subject: Re: [PATCH v1] iommu/amd: flush not present cache in iommu_map_page Message-ID: <20190429115916.GA5349@infradead.org> References: <20190424165051.13614-1-tmurphy@arista.com> <20190426140429.GG24576@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 27, 2019 at 03:20:35PM +0100, Tom Murphy wrote: > I am working on another patch to improve the intel iotlb flushing in > the iommu ops patch which should cover this too. So are you looking into converting the intel-iommu driver to use dma-iommu as well? That would be great!