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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 E3DAFC433E0 for ; Fri, 29 May 2020 13:12:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C610A214F1 for ; Fri, 29 May 2020 13:12:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726878AbgE2NMP (ORCPT ); Fri, 29 May 2020 09:12:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726864AbgE2NMO (ORCPT ); Fri, 29 May 2020 09:12:14 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B96EC03E969 for ; Fri, 29 May 2020 06:12:14 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id C4025327; Fri, 29 May 2020 15:12:11 +0200 (CEST) Date: Fri, 29 May 2020 15:12:10 +0200 From: Joerg Roedel To: Jon Derrick Cc: iommu@lists.linux-foundation.org, linux-pci@vger.kernel.org, Lu Baolu , Jacob Pan , Sai Praneeth Prakhya , Ashok Raj Subject: Re: [PATCH v1 0/3] iommu/vt-d: real DMA sub-device info allocation Message-ID: <20200529131210.GD14598@8bytes.org> References: <20200527165617.297470-1-jonathan.derrick@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200527165617.297470-1-jonathan.derrick@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Wed, May 27, 2020 at 10:56:14AM -0600, Jon Derrick wrote: > Jon Derrick (3): > iommu/vt-d: Only clear real DMA device's context entries > iommu/vt-d: Allocate domain info for real DMA sub-devices > iommu/vt-d: Remove real DMA lookup in find_domain > > drivers/iommu/intel-iommu.c | 31 +++++++++++++++++++++++-------- > include/linux/intel-iommu.h | 1 + > 2 files changed, 24 insertions(+), 8 deletions(-) Applied, thanks.