Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp981094ybi; Wed, 3 Jul 2019 07:33:42 -0700 (PDT) X-Google-Smtp-Source: APXvYqyQ3sIm5THtRRRW78/+b9EFJNJa8uozh6umnPAuBARAdK/b8eItphaRFgJokaxVg71M+BBu X-Received: by 2002:a63:a1a:: with SMTP id 26mr1247634pgk.265.1562164422420; Wed, 03 Jul 2019 07:33:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562164422; cv=none; d=google.com; s=arc-20160816; b=p8WcV27J3WZH4vhYhQqnzKC1YdKtRJhinj6fqhVoagTA4uxKbWgi8zFGH9udFqL5Am zGqVqQKf6DlrklZ1nBrbac4fxH4Mn99T+3//KfXSYPUOcXB6B/GcqZn+eLpJrSOPyqQa d1YyP/H94+oLaS4t3PYimNc7V+sRbwtrgyVLH4azMDeYnU7a946uIo62TYqJszP8/GhJ 1h1Z5XR2yr4DsnS9vPUkVqRMkBHOG1KMWbeXemzXHD/Z5FgK3yR68kL0KCAP7FSQCnSo HRjuIySXtZQ4uKtalh7Z7UJKvkKOaaceQfUMXdZq6RLA9dDoIoUmRFQkjyjKWf9I5FMN 9N0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=5mc6jqJkkaA1YluokLA7pC3FOgW5EhjZTJji3Y5Urr0=; b=bWteth9C8jYUAOQHu1gv9RKuleRS7c2jodU/m5vmo5ax49vbcUffB5GXmf3zsVcdVz UXSsttSy623IO8bB9g4gqIlFFGBRHFAKTeJuGlYpZsk2hE54CJiJEv/yBEmCbODLKudZ YRZ6KEop/xRjJdaizQf0yzKAsqZqu+UGygiCzWKYi7VnonMjMCYqYeL/1010JXFn1DSP +Y2Q7+U1o21na4pwSEFvYTmSgrLJI5Qyi+PdGMmw/mAoh8M3B+m7HpgYzJ5DqqE6B3f5 fSuF4Py2uCdGZbHbRskwjxpMWqM33hksMpyMehr9kJWC4XK9gt5pVSNdBsQn1N/3yNKL aFcw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z5si2359598pgv.280.2019.07.03.07.33.27; Wed, 03 Jul 2019 07:33:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727086AbfGCOdE (ORCPT + 99 others); Wed, 3 Jul 2019 10:33:04 -0400 Received: from verein.lst.de ([213.95.11.211]:52174 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726490AbfGCOdD (ORCPT ); Wed, 3 Jul 2019 10:33:03 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id F177968B05; Wed, 3 Jul 2019 16:33:00 +0200 (CEST) Date: Wed, 3 Jul 2019 16:33:00 +0200 From: Christoph Hellwig To: Michael Ellerman Cc: Christoph Hellwig , Benjamin Herrenschmidt , Paul Mackerras , Alexey Kardashevskiy , Frederic Barrat , Oliver O'Halloran , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] powerpc/powernv: remove the unused pnv_pci_set_p2p function Message-ID: <20190703143300.GA10125@lst.de> References: <20190625145239.2759-2-hch@lst.de> <45f3Mt388Xz9sPD@ozlabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45f3Mt388Xz9sPD@ozlabs.org> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 04, 2019 at 12:27:06AM +1000, Michael Ellerman wrote: > On Tue, 2019-06-25 at 14:52:36 UTC, Christoph Hellwig wrote: > > This function has never been used anywhere in the kernel tree since it > > was added to the tree. We also now have proper PCIe P2P APIs in the core > > kernel, and any new P2P support should be using those. > > > > Signed-off-by: Christoph Hellwig > > Series applied to powerpc next, thanks. > > https://git.kernel.org/powerpc/c/63982618662e2a05e5c5c3e4247456d1d3467f32 Thanks. For P2P it would be good if you guys could chime in for the "Removing struct page from P2PDMA" where we are discussion PCIe P2P requirements so that our future changes can accommodate Power 9 and we can help upstreaming the P2P support in a proper way.