Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751572AbdFEKVw (ORCPT ); Mon, 5 Jun 2017 06:21:52 -0400 Received: from ozlabs.org ([103.22.144.67]:35187 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751290AbdFEKVt (ORCPT ); Mon, 5 Jun 2017 06:21:49 -0400 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 45cb08f4791ce6a15c54598b4cb73db4b4b8294f In-Reply-To: <20170316085545.EEE4A68481@localhost.localdomain> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , Scott Wood From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [v2] powerpc: handle simultaneous interrupts at once Message-Id: <3wh9ph0pv2z9s7f@ozlabs.org> Date: Mon, 5 Jun 2017 20:21:47 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 535 Lines: 16 On Thu, 2017-03-16 at 08:55:45 UTC, Christophe Leroy wrote: > It often happens to have simultaneous interrupts, for instance > when having double Ethernet attachment. With the current > implementation, we suffer the cost of kernel entry/exit for each > interrupt. > > This patch introduces a loop in __do_irq() to handle all interrupts > at once before returning. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/45cb08f4791ce6a15c54598b4cb73d cheers