Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp1525000img; Tue, 19 Mar 2019 09:25:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqymap9n2ZrNhmiBb9ncHGC9kaZY53yhcx4i5kni2R3VLfaWYZuagbMWqaD9kEygV6CnyzVo X-Received: by 2002:a63:1014:: with SMTP id f20mr2649984pgl.293.1553012758143; Tue, 19 Mar 2019 09:25:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553012758; cv=none; d=google.com; s=arc-20160816; b=tOExt7iKH/8cqSwOdtzy6GU+QLiMJ30gDxRsEiAohNQLfcg3uKdBDGw1VAxNANIGHs ncI0kRdfsi24NlZDDJtj072AdUtX9thmjH3oNCErQ/HabFoPx5MBzsq2G6ZgZ/y+0wui ztoNLGZZncMQU/dEBnweSnstJMaWNhKtwlj9EbubnJk17VVW4xRdMh9exurKc+pUZL+J BrFXUPL2rzgZ/kih5JuKwk3/WB+M/CUbN00Qr64ywdsTDPlYHREqZ5tvnFQ9cKUyD1AF lEdHIYRllYntwcW7Rwlhg/iaX1C4GWc9JFNxv+EvyW5J6fKO8z4Cy+/rVyJuGmNph/z0 Jgmg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=32r4EVdZX+CepcaDFKE9aEw3sAW0QNPAUcMG+EdCvxI=; b=mK+kxzW7xRcX61HqbWEz74R5TtCFguNnsEuHeZAHSzOpowNBjhMFaRoMHPIZaWddF8 L49bsxy8xsNnTgdifsY+jlY1QqOPn2d8vO8w2dZyGSDnDGdZaf3UedCCSzGOcUxi9QqQ 7XpyP1JKTLw1QQfk/FNQKqfpJdnUUIK4V1UM2z2PonQ3x4gzvv9FRFpxjHQkfPjF9LtN AGJYwvfRF9RfaC9WhGlQgVVdXPSldlHF7NLnrTNmXnOubrX85phJBjEkNcf1cJkrFd22 el1l41XPBI7eEX4jcELOFGzaDOwvW0ZQ+wzQMukV3ugbIHuFf/+KkG+3j1+ZQyyGdiQB /b2A== 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 y5si2219651pgv.3.2019.03.19.09.25.43; Tue, 19 Mar 2019 09:25:58 -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 S1727965AbfCSQYg (ORCPT + 99 others); Tue, 19 Mar 2019 12:24:36 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:33461 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727102AbfCSQYf (ORCPT ); Tue, 19 Mar 2019 12:24:35 -0400 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1h6HXT-0001Me-I6; Tue, 19 Mar 2019 17:24:31 +0100 Date: Tue, 19 Mar 2019 17:24:31 +0100 From: Sebastian Andrzej Siewior To: "Paul E. McKenney" Cc: linux-kernel@vger.kernel.org, Josh Triplett , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , Joel Fernandes , tglx@linutronix.de, Mike Galbraith Subject: Re: [PATCH v2] rcu: Allow to eliminate softirq processing from rcutree Message-ID: <20190319162431.4w2dqtssqkx6t4pq@linutronix.de> References: <20190315111130.4902-1-bigeasy@linutronix.de> <20190318022434.GE4102@linux.ibm.com> <20190319114419.qlsw3i5bmndoyvao@linutronix.de> <20190319155923.GY4102@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190319155923.GY4102@linux.ibm.com> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019-03-19 08:59:23 [-0700], Paul E. McKenney wrote: > I doubt that there is any code left from my original, so I set you as > author. I always forward ported it the patch over the years. So if it is no longer what it was once so be it. > I queued this and am starting tests without setting rcunosoftirq, > and will run more later setting it, courtesy of --bootargs. oki. > Steve Rostedt did raise a good question about adding event tracing to > the park functions. I haven't really settled on an answer yet. Thoughts? It should trigger CPU hotplug events. If there was something similar for the softirq processing then the threaded processing should also have it. Please tell me which one should be added and I'm happy to add one. > Thanx, Paul > Sebastian