public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFD] Remove irq_timings
@ 2024-02-14 21:17 Thomas Gleixner
  2024-02-14 21:39 ` Daniel Lezcano
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Gleixner @ 2024-02-14 21:17 UTC (permalink / raw)
  To: Daniel Lezcano; +Cc: LKML

Daniel!

It's 7 years now that we merged irq timings into the kernel, but we
still have zero users for this.

I'm tempted to declare this experiment failed and remove the whole thing
for good.

Comments?

Thanks,

        tglx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RFD] Remove irq_timings
  2024-02-14 21:17 [RFD] Remove irq_timings Thomas Gleixner
@ 2024-02-14 21:39 ` Daniel Lezcano
  2024-02-15 11:23   ` Ulf Hansson
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Lezcano @ 2024-02-14 21:39 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML, Ulf Hansson, Daniel Bristot de Oliveira


Hi Thomas,


On 14/02/2024 22:17, Thomas Gleixner wrote:
> Daniel!
> 
> It's 7 years now that we merged irq timings into the kernel, but we
> still have zero users for this.
> 
> I'm tempted to declare this experiment failed and remove the whole thing
> for good.
> 
> Comments?

I worked on an irq cpuidle governor which had better results than the 
menu governor and equal than the teo governor. But I never succeed to 
have better results without putting some arbitrary when computing the 
next event.

At one moment, Daniel Bristot de Oliveira (Cc'ed) was thinking to may be 
use it for the deadline scheduler.

Ulf (Cc'ed) may be has a plan for the next event for the CPU cluster.

But if no one has plan to use it, there is no good reason to keep it and 
I'm fine if we remove it.



-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RFD] Remove irq_timings
  2024-02-14 21:39 ` Daniel Lezcano
@ 2024-02-15 11:23   ` Ulf Hansson
  2024-02-15 14:46     ` Thomas Gleixner
  0 siblings, 1 reply; 6+ messages in thread
From: Ulf Hansson @ 2024-02-15 11:23 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner; +Cc: LKML, Daniel Bristot de Oliveira

On Wed, 14 Feb 2024 at 22:39, Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>
>
> Hi Thomas,
>
>
> On 14/02/2024 22:17, Thomas Gleixner wrote:
> > Daniel!
> >
> > It's 7 years now that we merged irq timings into the kernel, but we
> > still have zero users for this.

Wow, is it really 7 years since then. :-)

> >
> > I'm tempted to declare this experiment failed and remove the whole thing
> > for good.
> >
> > Comments?
>
> I worked on an irq cpuidle governor which had better results than the
> menu governor and equal than the teo governor. But I never succeed to
> have better results without putting some arbitrary when computing the
> next event.
>
> At one moment, Daniel Bristot de Oliveira (Cc'ed) was thinking to may be
> use it for the deadline scheduler.
>
> Ulf (Cc'ed) may be has a plan for the next event for the CPU cluster.

Yes, I still have that plan, but haven't been able to run some real tests yet.

>
> But if no one has plan to use it, there is no good reason to keep it and
> I'm fine if we remove it.

Besides that the code isn't really used at the moment, is it also
blocking us from doing some cleanup/refactoring or other related code?

Kind regards
Uffe

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RFD] Remove irq_timings
  2024-02-15 11:23   ` Ulf Hansson
@ 2024-02-15 14:46     ` Thomas Gleixner
  2024-03-07 11:54       ` Ulf Hansson
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Gleixner @ 2024-02-15 14:46 UTC (permalink / raw)
  To: Ulf Hansson, Daniel Lezcano; +Cc: LKML, Daniel Bristot de Oliveira

On Thu, Feb 15 2024 at 12:23, Ulf Hansson wrote:
> On Wed, 14 Feb 2024 at 22:39, Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>> On 14/02/2024 22:17, Thomas Gleixner wrote:
>> > Daniel!
>> >
>> > It's 7 years now that we merged irq timings into the kernel, but we
>> > still have zero users for this.
>
> Wow, is it really 7 years since then. :-)
>
>> >
>> > I'm tempted to declare this experiment failed and remove the whole thing
>> > for good.
>> >
>> > Comments?
>>
>> I worked on an irq cpuidle governor which had better results than the
>> menu governor and equal than the teo governor. But I never succeed to
>> have better results without putting some arbitrary when computing the
>> next event.
>>
>> At one moment, Daniel Bristot de Oliveira (Cc'ed) was thinking to may be
>> use it for the deadline scheduler.
>>
>> Ulf (Cc'ed) may be has a plan for the next event for the CPU cluster.
>
> Yes, I still have that plan, but haven't been able to run some real tests yet.
>
>>
>> But if no one has plan to use it, there is no good reason to keep it and
>> I'm fine if we remove it.
>
> Besides that the code isn't really used at the moment, is it also
> blocking us from doing some cleanup/refactoring or other related code?

No. I just stumbled over it (again) and wondered whether it is ever
going to be used or not. If not there is no point to carry dead weight
around, but there is no hurry.

Thanks,

        tglx


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RFD] Remove irq_timings
  2024-02-15 14:46     ` Thomas Gleixner
@ 2024-03-07 11:54       ` Ulf Hansson
  2024-03-07 21:31         ` Thomas Gleixner
  0 siblings, 1 reply; 6+ messages in thread
From: Ulf Hansson @ 2024-03-07 11:54 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: Daniel Lezcano, LKML, Daniel Bristot de Oliveira

On Thu, 15 Feb 2024 at 15:46, Thomas Gleixner <tglx@linutronix.de> wrote:
>
> On Thu, Feb 15 2024 at 12:23, Ulf Hansson wrote:
> > On Wed, 14 Feb 2024 at 22:39, Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
> >> On 14/02/2024 22:17, Thomas Gleixner wrote:
> >> > Daniel!
> >> >
> >> > It's 7 years now that we merged irq timings into the kernel, but we
> >> > still have zero users for this.
> >
> > Wow, is it really 7 years since then. :-)
> >
> >> >
> >> > I'm tempted to declare this experiment failed and remove the whole thing
> >> > for good.
> >> >
> >> > Comments?
> >>
> >> I worked on an irq cpuidle governor which had better results than the
> >> menu governor and equal than the teo governor. But I never succeed to
> >> have better results without putting some arbitrary when computing the
> >> next event.
> >>
> >> At one moment, Daniel Bristot de Oliveira (Cc'ed) was thinking to may be
> >> use it for the deadline scheduler.
> >>
> >> Ulf (Cc'ed) may be has a plan for the next event for the CPU cluster.
> >
> > Yes, I still have that plan, but haven't been able to run some real tests yet.
> >
> >>
> >> But if no one has plan to use it, there is no good reason to keep it and
> >> I'm fine if we remove it.
> >
> > Besides that the code isn't really used at the moment, is it also
> > blocking us from doing some cleanup/refactoring or other related code?
>
> No. I just stumbled over it (again) and wondered whether it is ever
> going to be used or not. If not there is no point to carry dead weight
> around, but there is no hurry.

Maybe a small chat about it at the next LPC? Then we can see if I have
been able to play more with it.

Kind regards
Uffe

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RFD] Remove irq_timings
  2024-03-07 11:54       ` Ulf Hansson
@ 2024-03-07 21:31         ` Thomas Gleixner
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Gleixner @ 2024-03-07 21:31 UTC (permalink / raw)
  To: Ulf Hansson; +Cc: Daniel Lezcano, LKML, Daniel Bristot de Oliveira

On Thu, Mar 07 2024 at 12:54, Ulf Hansson wrote:
> On Thu, 15 Feb 2024 at 15:46, Thomas Gleixner <tglx@linutronix.de> wrote:
>> No. I just stumbled over it (again) and wondered whether it is ever
>> going to be used or not. If not there is no point to carry dead weight
>> around, but there is no hurry.
>
> Maybe a small chat about it at the next LPC? Then we can see if I have
> been able to play more with it.

Works for me.

Thanks,

      tglx

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-03-07 21:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-14 21:17 [RFD] Remove irq_timings Thomas Gleixner
2024-02-14 21:39 ` Daniel Lezcano
2024-02-15 11:23   ` Ulf Hansson
2024-02-15 14:46     ` Thomas Gleixner
2024-03-07 11:54       ` Ulf Hansson
2024-03-07 21:31         ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox