Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp366385pxj; Thu, 3 Jun 2021 08:35:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwm0p8xUU2EDZEgif8gVgldbPWnYkjRu6Vl73iPe9icuxrn3ZlBwmOXcUTA/+sluB5QHV+/ X-Received: by 2002:a05:6402:1609:: with SMTP id f9mr141955edv.76.1622734526828; Thu, 03 Jun 2021 08:35:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622734526; cv=none; d=google.com; s=arc-20160816; b=MKQu5gC4SOtSrk+XMVcomNbwghd1JJVpmshzu63c+vX8FziRZ5S7UYUPQE46FxJbL3 jPUiYs8AkjjDwpq0SkBFFsO9ZVO7OqlHtu6neIuRwDNqhzsV647ibOZhuHoKNBFFNR/R HCCi8xr829S5KN6uP6iGtdzIaRqrkSg+s4LHRTZNFnQ9bNqqFKd4Oh8Rwy2MqN8LDu6k I+IZBC713bPmb6VmsDt/88jQ8kfdC70R4TvtWyp48pmFH+YeXSwYbDY5rSnA42bjKYwu 6ObF2pXDbZm48YD+qFiMhY2g9hK6NsffnDVIKAoqWfLNmxxtAcioEwpWSkWHCoPSJ3+n /EFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=4rUGxLNM6IPPLfQ6zSyNETJSKMHDH//Z/j3XEFvtycM=; b=tpjmDTmK2eZm1vUDLBIenCDjFkTpbWKCrfQ415CLPoRCs8huR7rx9p3ziIirZGCkkL TR6oat+MqV7IWhE7ZxzlOxQGtdM6O9YM01CWvsNHcco9GWI3dEVFg6XdzG9BVrUdGyZV +pargb3fO44d0lAScPcsu7kM5t6qVlJfU5rLzybf2Y1RxxGbh6bOpnfU1+Hy7T4carWt B4yIK0AFHSSaxZHG+qxFf1KT0BqmycAe7gbpgZp1G7VjgujV93b9vjoHa+Y6m3W7pBLf +DxSOU0HuxLug0PJl4UAIOOyyAFMtXyqN74rRs0fdsq967pRIaW+5B+6fIbUpaOOX1uH MTCg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r4si2661676edw.55.2021.06.03.08.35.03; Thu, 03 Jun 2021 08:35:26 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229884AbhFCPec (ORCPT + 99 others); Thu, 3 Jun 2021 11:34:32 -0400 Received: from foss.arm.com ([217.140.110.172]:44144 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229641AbhFCPec (ORCPT ); Thu, 3 Jun 2021 11:34:32 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7598D11B3; Thu, 3 Jun 2021 08:32:47 -0700 (PDT) Received: from e113632-lin (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8B7263F73D; Thu, 3 Jun 2021 08:32:46 -0700 (PDT) From: Valentin Schneider To: Marc Zyngier Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Thomas Gleixner , Lorenzo Pieralisi , Vincenzo Frascino Subject: Re: [RFC PATCH v2 00/10] irqchip/irq-gic: Optimize masking by leveraging EOImode=1 In-Reply-To: <87tumhg9vm.mognet@arm.com> References: <20210525173255.620606-1-valentin.schneider@arm.com> <87zgwgs9x0.wl-maz@kernel.org> <87tumhg9vm.mognet@arm.com> Date: Thu, 03 Jun 2021 16:32:41 +0100 Message-ID: <878s3rezfq.mognet@arm.com> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/06/21 11:25, Valentin Schneider wrote: > On 27/05/21 12:17, Marc Zyngier wrote: >> On Tue, 25 May 2021 18:32:45 +0100, >> Valentin Schneider wrote: >>> Benchmark >>> +++++++++ >>> >>> Finding a benchmark that leverages a force-threaded IRQ has proved to be >>> somewhat of a pain, so I crafted my own. It's a bit daft, but so are most >>> benchmarks (though this one might win a prize). >> >> I love it (and wrote similar hacks in my time)! :D > > Yay! > >> Can you put that up >> somewhere so that I can run the same test on my own zoo and find out >> how it fares? >> > > The setup part is really fugly and I was too ashamed of it to link it in > the cover letter; for ACPI I could simply use acpi_register_gsi() since > that uses the right domain by default, but for DT I ended up adding a DT > entry and a match table. > > I'll see about unifying this and I'll send it out your way. Scratch the unification, but at least I cleaned up some of the initialization horrors. Patches + benchmark module are at: https://git.gitlab.arm.com/linux-arm/linux-vs.git -b mainline/irq/eoimodness-v2 Note: I re-ran that on Juno/eMAG to make sure I didn't bust anything, and while the eMAG improvements are still there, now I get pretty much zilch on the Juno :/ I use the below script to drive the testing --- #!/bin/bash get_irq_count () { cat /proc/interrupts | grep irq-prod | awk '{ print $2; }' } for f in $(find /sys/devices/system/cpu/cpufreq/ -name "policy*"); do echo "performance" > "$f"/scaling_governor done KTHREAD_PID=$(ps -aux | grep irq-prod/ | head -n 1 | awk '{ print $2; }') taskset -pc 0 $KTHREAD_PID for ((i=0; i < 20; i++)); do base_val=$(get_irq_count) now=$(date +%s%3N) echo 1 > /sys/kernel/irq_prod/active sleep 5 echo 0 > /sys/kernel/irq_prod/active end=$(date +%s%3N) end_val=$(get_irq_count) delta=$((end_val - base_val)) duration=$((end - now)) echo $((delta / (duration / 1000))) > $1/$i done --- This gives you a file per iteration with irqs/sec in it, and you can collate that however you wish - I use python + pandas: --- #!/usr/bin/env python3 import pandas as pd keys = ["tip", "patch"] data = {k : [] for k in keys} for i in range(20): for k in keys: with open("/path/to/results/{}/{}".format(k, i), "r") as fh: data[k].append(int(fh.read())) df = pd.DataFrame(data) df_stats = df.describe(percentiles=[.5, .9, .99]) df_stats["delta"] = (df_stats["patch"] - df_stats["tip"]) / df_stats["tip"] print(df_stats) --- i.e. ./bench_irq.sh tip ./bench_irq.sh patch ./compare.py