Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933717AbdCURTR (ORCPT ); Tue, 21 Mar 2017 13:19:17 -0400 Received: from foss.arm.com ([217.140.101.70]:56530 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933600AbdCURRn (ORCPT ); Tue, 21 Mar 2017 13:17:43 -0400 Date: Tue, 21 Mar 2017 17:17:24 +0000 From: Mark Rutland To: Anurup M 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 Subject: Re: [PATCH v6 10/11] drivers: perf: hisi: use poll method when no IRQ for MN counter overflow Message-ID: <20170321171724.GC29116@leverpostej> References: <1489127341-112908-1-git-send-email-anurup.m@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1489127341-112908-1-git-send-email-anurup.m@huawei.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 350 Lines: 11 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. Thanks, Mark.