mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: shrikanth hegde <sshegde@linux.vnet.ibm.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: peterz@infradead.org, arjan@linux.intel.com, mingo@kernel.org,
	Srikar Dronamraju <srikar@linux.vnet.ibm.com>,
	svaidy@linux.ibm.com, linux-kernel@vger.kernel.org,
	bigeasy@linutronix.de
Subject: Re: [RFC PATCH] hrtimer: interleave timers for improved single thread performance at low utilization
Date: Tue, 31 Jan 2023 17:57:32 +0530	[thread overview]
Message-ID: <7116a13a-6566-3cff-50ef-137d8ed0c7e4@linux.vnet.ibm.com> (raw)
In-Reply-To: <877cx30xnt.ffs@tglx>



On 1/31/23 4:38 PM, Thomas Gleixner wrote:
> On Tue, Jan 31 2023 at 11:18, shrikanth hegde wrote:
>> As per current design of hrtimer, it uses the _softexpires to trigger the
>> timer function.  _softexpires is set as multiple of the period/interval value.
> 
> Wrong. _softexpires is _hardexpires + slack. The slack allows for
> batching which:
> 
Ok. understood.
>> This will benefit the power saving by less wakeups.
> 
This is what i thought was the rationale of _softexpires
> But that has absolutely nothing to do with your problem:
> 
Yes. 
>> Due to this, different timers of the same period/interval values align
>> and the callbacks functions will be called at the same time.
> 
> The whole point of hrtimer_forward_now() is to forward the expiry time
> of a timer with the given period so that it expires after 'now'.
> 
> That's functionality which is used by a lot of callers to implement
> proper periodic timers.
> 
>> Came up with a naive patch, more of hack.
> 
> A broken hack to be precise because any existing user of
> hrtimer_forward() will be broken by this hack.
> 
Agree. Aim was to describe the problem. 
>> Other alternative is to use a slightly modified API for cgroups, so
>> that all other timers align and wakeups remain reduced.
> 
> I'm not seeing why you need a new API for that. The problem is _NOT_ in
> the hrtimer code at all.
> 
> Lets look at the math:
> 
>     expiry = $INITIAL_EXPIRYVALUE + $N * $PERIOD
> 
> If $INITIAL_EXPIRYVALUE is the same then for all instances then
> obviously the expiry values of all instances will be all aligned on
> multiples of $PERIOD, right?
> 
> So why the heck do you need a new hrtimer API? There is an obvious
> solution, right?
> 
> Thanks,
> 
>         tglx

Thanks Thomas for taking a look and correcting wrong bits here.  The problem    
here was that $INITIAL_EXPIRYVALUE was never set. Hence the _softexpires was    
always set as the Multiple of $PERIOD.                                          
                                                                                
As Ingo Suggested this, this can be done in sched code. would need to set the    
$INITIAL_EXPIRYVALUE in start_cfs_bandwidth and Timers would interleave on the  
same logic which was described in the patch.                                    
                                                                                
No change in hrtimer code  would be needed. will send out the patch after some  
more testing.

  reply	other threads:[~2023-01-31 12:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-31  5:48 shrikanth hegde
2023-01-31 10:37 ` Ingo Molnar
2023-01-31 12:09   ` shrikanth hegde
2023-01-31 11:08 ` Thomas Gleixner
2023-01-31 12:27   ` shrikanth hegde [this message]
2023-01-31 14:55 ` Arjan van de Ven
2023-01-31 15:50   ` shrikanth hegde

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=7116a13a-6566-3cff-50ef-137d8ed0c7e4@linux.vnet.ibm.com \
    --to=sshegde@linux.vnet.ibm.com \
    --cc=arjan@linux.intel.com \
    --cc=bigeasy@linutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=peterz@infradead.org \
    --cc=srikar@linux.vnet.ibm.com \
    --cc=svaidy@linux.ibm.com \
    --cc=tglx@linutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®