Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932085AbdCXGn4 (ORCPT ); Fri, 24 Mar 2017 02:43:56 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:34825 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752701AbdCXGnt (ORCPT ); Fri, 24 Mar 2017 02:43:49 -0400 Subject: Re: [PATCH v6 10/11] drivers: perf: hisi: use poll method when no IRQ for MN counter overflow To: Mark Rutland References: <1489127341-112908-1-git-send-email-anurup.m@huawei.com> <20170321171724.GC29116@leverpostej> Cc: will.deacon@arm.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, anurup.m@huawei.com, zhangshaokun@hisilicon.com, tanxiaojun@huawei.com, xuwei5@hisilicon.com, sanil.kumar@hisilicon.com, john.garry@huawei.com, gabriele.paoloni@huawei.com, shiju.jose@huawei.com, huangdaode@hisilicon.com, linuxarm@huawei.com, dikshit.n@huawei.com, shyju.pv@huawei.com From: Anurup M Message-ID: <58D4C01F.6060808@gmail.com> Date: Fri, 24 Mar 2017 12:13:43 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20170321171724.GC29116@leverpostej> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 496 Lines: 18 On Tuesday 21 March 2017 10:47 PM, Mark Rutland wrote: > On Fri, Mar 10, 2017 at 01:29:01AM -0500, Anurup M wrote: >> When no IRQ is supported in hardware, use hrtimer to poll and >> update event counter and avoid overflow condition for MN PMU. >> An interval of 8 seconds is used for the hrtimer. > Please fold this into the main MN patch. > > The comments on the L3 hrtimer patch also apply here. Sure. shall fix these comments. and fold to main MN patch. Thanks, Anurup > Thanks, > Mark.