All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: tiozhang <tiozhang@didiglobal.com>
Cc: Jonathan Corbet <corbet@lwn.net>,
	"Steven Rostedt (Google)" <rostedt@goodmis.org>,
	linux-kernel@vger.kernel.org, zyhtheonly@gmail.com,
	zyhtheonly@yeah.net, tiozhang@didiglobal.com
Subject: Re: [PATCH] hrtimer: add cmdline parameter retry_threshold to config retry times in interrupt handler routine
Date: Wed, 07 Feb 2024 11:09:28 +0100	[thread overview]
Message-ID: <87sf24mvqf.ffs@tglx> (raw)
In-Reply-To: <20240131104152.GA19461@didi-ThinkCentre-M930t-N000>

On Wed, Jan 31 2024 at 18:41, tiozhang@didiglobal.com wrote:
> Motivation of doing this is to give user a config option to reduce time
> cost in hrtimer irq when influenced by some time consuming hrtimer
> callbacks running in irq context.
> E.g, if we tune this parameter to 1, we dont retry anymore to prevent
> occasionally consecutive time consuming callbacks running in a single
> interrupt.

Which is the exact problem you are trying to solve here?

      reply	other threads:[~2024-02-07 10:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-31 10:41 [PATCH] hrtimer: add cmdline parameter retry_threshold to config retry times in interrupt handler routine tiozhang
2024-02-07 10:09 ` Thomas Gleixner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sf24mvqf.ffs@tglx \
    --to=tglx@linutronix.de \
    --cc=corbet@lwn.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    --cc=tiozhang@didiglobal.com \
    --cc=zyhtheonly@gmail.com \
    --cc=zyhtheonly@yeah.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.