Received: by 10.223.176.5 with SMTP id f5csp2413158wra; Sun, 28 Jan 2018 20:14:46 -0800 (PST) X-Google-Smtp-Source: AH8x227WyN0KNyX5ttFNmDDAYWreMe5OvL1eQiGsvc4YR03YqlwGJEwlSkWDslYS+oeVVIhLnPqS X-Received: by 2002:a17:902:be15:: with SMTP id r21-v6mr210752pls.361.1517199285990; Sun, 28 Jan 2018 20:14:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517199285; cv=none; d=google.com; s=arc-20160816; b=Tk3DZMlIs5JiMawuh7OTPNsX3UrC1HAY/Rvkn7u83yBTS/89SdH13Yy5GqNQqydZKT jZsGW7WTz0Ay4UdQClmBfG+Ns6BTAAR25fGhmfa06okqFyQNX49rcnhF2JOVestLuJ3/ 4EcbXzdPGUvbeknTy4XYZAJpDrPMriawWhYuQcMKDADAagS8mo+7ioSY7sEsQM18IfDv o+aPbhB6lPv/bTfEyW+7DHR2rhYgOOjttZ8jX2x2pRDlV7cg37jSlx0fWwsTqHzDhr63 aOMa6vj+kwbwG194+U5MxSlsryJCUtX9xFz3Pq7TRtwBbwNh9sz5usfs1O77n/qT+JgZ 9bwQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to:arc-authentication-results; bh=gLoGWo5uPuSo7t4YFUMhcKdViTXfR5cOBBT0q7Rj+Qg=; b=tthUp4VtAHabvCpiwu1PF1/p5ejzFCrJYlUrMcDJpdLyQ/jiMlHTDVR+JfaFWDE7a5 NTLowFAqj2nuILxBiYbesEzbi3A+coG3XEAfIJO3jidk4KKZrDvuASwcQrZSA/mpbvnl E+OfCcMNyFyTneVWaek6MALAMR841jxjpyQI/oGKWnqM7Eo9N12AibTsXUdolocE3Ghv 8PP2o3xfB+5/8U8n8mgmp/zRaJZjQYMSGn5BfEqAlevWb5wxjXCLcoy+Vb/1Sc6X9Ann lCaMwnieRJaa58sKJKfnxtNxWFB34XVDEosbj9r8kXzFM44zOJ+hXTjljQE9whs/FH/n vt+w== 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 h3-v6si8282708pld.110.2018.01.28.20.14.31; Sun, 28 Jan 2018 20:14:45 -0800 (PST) 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 S1751604AbeA2EOA (ORCPT + 99 others); Sun, 28 Jan 2018 23:14:00 -0500 Received: from ozlabs.org ([103.22.144.67]:58301 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751363AbeA2ENw (ORCPT ); Sun, 28 Jan 2018 23:13:52 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 3zVGNG2fp8z9s7n; Mon, 29 Jan 2018 15:13:49 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 7f2c39e91f61fcd2abed3b39c14e7037c060c6f1 In-Reply-To: <20180123113148.6024-2-fbarrat@linux.vnet.ibm.com> To: Frederic Barrat , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org From: Michael Ellerman Cc: gregkh@linuxfoundation.org, alastair@au1.ibm.com, andrew.donnellan@au1.ibm.com, arnd@arndb.de Subject: Re: [v2, 01/13] powerpc/powernv: Introduce new PHB type for opencapi links Message-Id: <3zVGNG2fp8z9s7n@ozlabs.org> Date: Mon, 29 Jan 2018 15:13:49 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2018-01-23 at 11:31:36 UTC, Frederic Barrat wrote: > The NPU was already abstracted by opal as a virtual PHB for nvlink, > but it helps to be able to differentiate between a nvlink or opencapi > PHB, as it's not completely transparent to linux. In particular, PE > assignment differs and we'll also need the information in later > patches. > > So rename existing PNV_PHB_NPU type to PNV_PHB_NPU_NVLINK and add a > new type PNV_PHB_NPU_OCAPI. > > Signed-off-by: Frederic Barrat > Signed-off-by: Andrew Donnellan Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/7f2c39e91f61fcd2abed3b39c14e70 cheers