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 smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (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 16A88C433EF for ; Mon, 16 May 2022 06:39:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id B0CD760BC1; Mon, 16 May 2022 06:39:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 74-uLXPwUQyJ; Mon, 16 May 2022 06:39:44 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp3.osuosl.org (Postfix) with ESMTPS id 9957360AD7; Mon, 16 May 2022 06:39:43 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 7A550C0032; Mon, 16 May 2022 06:39:43 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 89670C002D for ; Mon, 16 May 2022 06:39:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 70B8760AE2 for ; Mon, 16 May 2022 06:39:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vhvndInsMG24 for ; Mon, 16 May 2022 06:39:41 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by smtp3.osuosl.org (Postfix) with ESMTPS id 131F060AD7 for ; Mon, 16 May 2022 06:39:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; 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; bh=0o88uoiLdgu72BX9iz1mCBNHPqmASxxQIpMC4taHFxI=; b=r0rOr9Vbw5T3aAmCp/QHtLutdT mkawSr3Ga1C9bZRdNsH97QeZtPueK65nRl2VAKD0/mmeH+7zbGIn9r9F6+IaC9RpiybUqG5DHGi/M y6Mu95eMorRknW4nwdwloxdTSSsApFD3MceuG4NNv0fOtqgf9OQYTprsLbJ/VzzXsWlBQNDWkUDSi LHk3nE+qKbx/T0mShpeFAGeACj1XLIb6rRHlwbsESJaKYF4QS2QiQOthgvgNzCNBBBr7BhtqGGzt1 kQ2AC3fHG7rEKHpny+hzvd7Jt1eAsYh5IsayzD4IIKrqV179FjlDIKkkPMlTJT6zenWjKJZ0Xv2gD Tf6IAKWQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqUOH-006DxI-Jc; Mon, 16 May 2022 06:39:37 +0000 Date: Sun, 15 May 2022 23:39:37 -0700 From: Christoph Hellwig To: Jason Gunthorpe Subject: Re: [PATCH] vfio: Remove VFIO_TYPE1_NESTING_IOMMU Message-ID: References: <0-v1-0093c9b0e345+19-vfio_no_nesting_jgg@nvidia.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <0-v1-0093c9b0e345+19-vfio_no_nesting_jgg@nvidia.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Cc: kvm@vger.kernel.org, Will Deacon , Cornelia Huck , iommu@lists.linux-foundation.org, Alex Williamson , Robin Murphy , linux-arm-kernel@lists.infradead.org X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" Looks good, Reviewed-by: Christoph Hellwig we really should not keep dead code like this around. _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu