Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp83332ybl; Tue, 27 Aug 2019 16:15:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqyzuEldu+HAqyP4PY0pgBUEfR5DX5ounTXYpkpFzMcrR1VZ+QHVkFJeHJgXIzvJEvqCuJNc X-Received: by 2002:aa7:8acb:: with SMTP id b11mr1087198pfd.109.1566947720779; Tue, 27 Aug 2019 16:15:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566947720; cv=none; d=google.com; s=arc-20160816; b=KyyPOm2XLEfaQhuQZdNrC+jL+k1At63+BWdIdDSHCN0icq+4sluulnhtIy789An50P Yh4R0P634ridCbEF1x+1u+H4d8yFX76IC/lw2LqaeF55F7A5hUp3dUs4SOJnPTeHe/oh StgaymUlqKxyGovUNVHn4hXnZ+Ax7hb1x/CdzlsFXG3/0PU2pA+krtvMhS7nVuKu7Ys+ 9TrFvXU0fLxXh0NRMOukT/MoY2oTOqN9PCmYxYz4Q/fJ5sHp6GcVVCGfgKtvHHWrxGno mYC3qbIk6dCZyRYEdlD9o3xtlKsJU1TYsqM60NVNqa8u2ODme0QEa0PJxCnxLucNvPed iCaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=BpiDOk8qjopOWeg/TnttrdjZlbHteIATBvPql8Bd8Dg=; b=KbxRu59DftbHDyS0qg0QlG5KcXihlNXGYsPwGEBULcleWg/Ul5dtvO5HiWDWZaCKyU f0fPiaB05d8soA+iykIo/jINqVIIDWyGhb6UIh2kJcT+MwBDhMbAxunfSGy/NwWav1Dj k+nf3g9LqmapRIDeLKcO0JIfUXjnPHiY1JFSOEnrxp0GBrpScK7Q6mqp81P7EcSQNsJu f5dhDCgJU57/8N/YmtYeTzX1C8Do3khTflKuoHNZzKT7XkfIZa992avxf8/pQwHwaGeV O7mVCmRreC7dNbj+ir5oS+OFfhQjpKFJvATZfsEPgFZSKqKOCghfiehJTDoGhrLoVt5/ wkvg== 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 186si645077pgc.248.2019.08.27.16.14.40; Tue, 27 Aug 2019 16:15:20 -0700 (PDT) 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 S1726555AbfH0XM3 (ORCPT + 99 others); Tue, 27 Aug 2019 19:12:29 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:45358 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726065AbfH0XM3 (ORCPT ); Tue, 27 Aug 2019 19:12:29 -0400 Received: from p5de0b6c5.dip0.t-ipconnect.de ([93.224.182.197] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1i2kdD-0005dr-Ja; Wed, 28 Aug 2019 01:12:07 +0200 Date: Wed, 28 Aug 2019 01:12:06 +0200 (CEST) From: Thomas Gleixner To: Ming Lei cc: LKML , Long Li , Ingo Molnar , Peter Zijlstra , Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , John Garry , Hannes Reinecke , linux-nvme@lists.infradead.org, linux-scsi@vger.kernel.org, Daniel Lezcano Subject: Re: [PATCH 1/4] softirq: implement IRQ flood detection mechanism In-Reply-To: <20190827230451.GB5263@ming.t460p> Message-ID: References: <20190827085344.30799-1-ming.lei@redhat.com> <20190827085344.30799-2-ming.lei@redhat.com> <20190827230451.GB5263@ming.t460p> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 28 Aug 2019, Ming Lei wrote: > On Tue, Aug 27, 2019 at 06:19:00PM +0200, Thomas Gleixner wrote: > > > We definitely are not going to have a 64bit multiplication and division on > > > every interrupt. Asided of that this breaks 32bit builds all over the place. > > > > That said, we already have infrastructure for something like this in the > > core interrupt code which is optimized to be lightweight in the fast path. > > > > kernel/irq/timings.c > > irq/timings.c is much more complicated, especially it applies EWMA to > compute each irq's average interval. However, we only need it for > do_IRQ() to cover all interrupt & softirq handler. That does not justify yet another ad hoc thingy. > Also CONFIG_IRQ_TIMINGS is usually disabled on distributions. That's not an argument at all. Thanks, tglx