From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e28smtp03.in.ibm.com (e28smtp03.in.ibm.com [122.248.162.3]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 8F4A01A093B for ; Thu, 23 Jul 2015 16:45:08 +1000 (AEST) Received: from /spool/local by e28smtp03.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 23 Jul 2015 12:15:06 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp01.in.ibm.com (Postfix) with ESMTP id BC2ABE0067 for ; Thu, 23 Jul 2015 12:19:04 +0530 (IST) Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay03.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t6N6j1m834013308 for ; Thu, 23 Jul 2015 12:15:01 +0530 Received: from d28av03.in.ibm.com (localhost [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t6N5QWpS008888 for ; Thu, 23 Jul 2015 10:56:32 +0530 Message-ID: <55B08D6B.8000304@linux.vnet.ibm.com> Date: Thu, 23 Jul 2015 12:14:59 +0530 From: Madhavan Srinivasan MIME-Version: 1.0 To: Sukadev Bhattiprolu CC: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Anton Blanchard , Anshuman Khandual , Stephane Eranian Subject: Re: [PATCH v5 0/7]powerpc/powernv: Nest Instrumentation support References: <1437045206-7491-1-git-send-email-maddy@linux.vnet.ibm.com> <20150720184312.GA11548@us.ibm.com> In-Reply-To: <20150720184312.GA11548@us.ibm.com> Content-Type: text/plain; charset=windows-1252 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tuesday 21 July 2015 12:13 AM, Sukadev Bhattiprolu wrote: > Madhavan Srinivasan [maddy@linux.vnet.ibm.com] wrote: > | This patchset enables Nest Instrumentation support on powerpc. > | POWER8 has per-chip Nest Intrumentation which provides various > | per-chip metrics like memory, powerbus, Xlink and Alink > | bandwidth. > | > > > | Cc: Michael Ellerman > | Cc: Benjamin Herrenschmidt > | Cc: Paul Mackerras > | Cc: Anton Blanchard > | Cc: Sukadev Bhattiprolu > | Cc: Anshuman Khandual > | Cc: Stephane Eranian > | Signed-off-by: Madhavan Srinivasan > > Thanks for addressing my comments from earlier version. > > Reviewed-by: Sukadev Bhattiprolu Thanks for the review Maddy