Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2243242yba; Mon, 6 May 2019 02:23:27 -0700 (PDT) X-Google-Smtp-Source: APXvYqwWx8yv3UCo+8kphpzbU6QgxggjDkTBNGUlZswCCnVaE+bEYzNyiL9fqBCvgwcRPcMOfs7X X-Received: by 2002:a17:902:8642:: with SMTP id y2mr31348377plt.104.1557134607840; Mon, 06 May 2019 02:23:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557134607; cv=none; d=google.com; s=arc-20160816; b=A12MqtkqzL1kIBZttqC3GrrG9EZBFglkp1aFDdWwpHP+S8eUapi9FhLXI6j0srrPMb nYSxHCsIBVIpCte5Tc8LM4IkY1zp3xBScYIGHf549nksFw+n0RqX5MlLqDEJBUs7RULp t5P9EXpZMnGJwyYHzuQHcY9t0c2L2Htpj6A5fwlUFc0QgVnitkiDj1+2mE3KAmTo7Y2g kExGBc7FD7h94Z2qHmEQH1daJstTcYFZygAvB1is4dKzLFZwoozQpIl62Wh4pimXLfIp pbmgNMlIK3aQpwX28jsJfmisAdIdpyyBQGtQv1nXWgMSOpEy2I+0ADvrMt0UinGRPLaS ZmyA== 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=/3DesB1/016V37FKL0tOoNKP2e+Ly2CwwXoBay/UWKs=; b=La6kflzQZt3tWWn02D4uQ1e8NcKVxhcCM3u+Idfg8gVVQZbyUbltf0QgUKNDQFIEId hEAQBXdDLZpovlVG7VBjG71aTurfpLrD2rrSY4MOKiZLu7ZP7sQy0l3uMYu1ZbloW/i6 Wtlm702kiMtTukMyk2v8erjTubjhDN7jMvkEyyqhZbBkrLxgwVKdOYCQwT+Uu5KZpiwm byP7oYJx+vBYWGFKkWUTyypcye3a82OYPxjgr6GqSnIdl4nE14DoIiFYbb95kVFPF/3H pB6S1ASwsZNjLmyJwO8Q1SGW56Uly6nF248vwZBgRQ/CB5818vC4afvCcEw2bNMmuzqp Qqbg== 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 u4si14059375pgk.56.2019.05.06.02.23.12; Mon, 06 May 2019 02:23:27 -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 S1726149AbfEFJWW (ORCPT + 99 others); Mon, 6 May 2019 05:22:22 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:36694 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725851AbfEFJWW (ORCPT ); Mon, 6 May 2019 05:22:22 -0400 Received: from [5.158.153.52] (helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1hNZpC-0005Ln-CA; Mon, 06 May 2019 11:22:18 +0200 Date: Mon, 6 May 2019 11:22:17 +0200 (CEST) From: Thomas Gleixner To: Marcelo Tosatti cc: linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org, Anna-Maria Gleixner , Daniel Bristot de Oliveira , Luiz Capitulino , Haris Okanovic Subject: Re: [patch 0/3] do not raise timer softirq unconditionally (spinlockless version) In-Reply-To: <20190506032234.GA31395@amt.cnet> Message-ID: References: <20190415201213.600254019@amt.cnet> <20190506032234.GA31395@amt.cnet> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 6 May 2019, Marcelo Tosatti wrote: > On Mon, Apr 15, 2019 at 05:12:13PM -0300, Marcelo Tosatti wrote: > > It handles the the race between timer addition and timer interrupt > > execution by unconditionally (in case of isolated CPUs) raising the > > timer softirq after making sure the updated bitmap is visible > > on remote CPUs. > > > > This patchset reduces cyclictest latency from 25us to 14us > > on my testbox. > > Ping? On my list ....