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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 6EE64C32754 for ; Wed, 7 Aug 2019 12:43:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3DA4E21E6C for ; Wed, 7 Aug 2019 12:43:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565181786; bh=DSOqHZKzfxJCZQfOS8mvVgo1QbtlO3rC0sbZdySkgik=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=FrtyAC1u/b+7sp2mgFhpgeVEJNfkVtW6Z6hTOn1S3wh5DTRJlHGcr0VeEKwxZcIUm rutEYsBUWGnGcAhG7r3hkDQA5IHOA7/yC8uYmnxAOANFPbjsWZxyJtEMJRDaTd6zPc 12/37H9sfhNWoj6LZuzpEcOrOVoYix2CKUvIG44M= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729989AbfHGMnF (ORCPT ); Wed, 7 Aug 2019 08:43:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:52562 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727171AbfHGMnF (ORCPT ); Wed, 7 Aug 2019 08:43:05 -0400 Received: from localhost (173-25-83-245.client.mchsi.com [173.25.83.245]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 820C821E6A; Wed, 7 Aug 2019 12:43:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565181783; bh=DSOqHZKzfxJCZQfOS8mvVgo1QbtlO3rC0sbZdySkgik=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QhtpjOYeSpO9C1DJpFn99mKnBiMif6GrpQHf6lp9Pdd4gFfXvvrZHGDpYLqD9+J5Z mDscs4/7yqUvRNrD3ene0kDil0UPhZNmqa5Yfc0wvno1BiDoJQJR/K1/9+BL5D9GTC BUHo3tTuGvyKWOoP4kgc+ImwkG0E4+bjNllLpA7o= Date: Wed, 7 Aug 2019 07:43:01 -0500 From: Bjorn Helgaas To: Christoph Hellwig Cc: Logan Gunthorpe , Sagi Grimberg , linux-rdma@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, Christian Koenig , Jens Axboe , Keith Busch , Jason Gunthorpe , Stephen Bates , Dan Williams , Eric Pilmore Subject: Re: [PATCH v2 13/14] PCI/P2PDMA: No longer require no-mmu for host bridge whitelist Message-ID: <20190807124259.GX151852@google.com> References: <20190730163545.4915-1-logang@deltatee.com> <20190730163545.4915-14-logang@deltatee.com> <20190807055958.GC6627@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190807055958.GC6627@lst.de> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 07, 2019 at 07:59:58AM +0200, Christoph Hellwig wrote: > no-mmu sounds stange, as we use that for linux ports without paging > hardware. I think an "io" got lost somewhere.. I had already changed the subject to PCI/P2PDMA: Allow IOMMU for host bridge whitelist but certainly open to better suggestions.