From: Dipankar Sarma <dipankar@gamebox.net>
To: Matthew Wilcox <willy@debian.org>
Cc: Ingo Molnar <mingo@elte.hu>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Run timers as softirqs, not tasklets
Date: Mon, 18 Nov 2002 00:16:40 +0530 [thread overview]
Message-ID: <20021118001640.A27495@dikhow> (raw)
In-Reply-To: <20021117171625.C7530@parcelfarce.linux.theplanet.co.uk>; from willy@debian.org on Sun, Nov 17, 2002 at 06:20:11PM +0100
On Sun, Nov 17, 2002 at 06:20:11PM +0100, Matthew Wilcox wrote:
>
> Seems to me that the timer code is attempting to replicate the softirq
> characteristics at the tasklet level, which is a little pointless. This
> patch converts timers to be a first-class softirq citizen.
>
> Ingo, was there a reason you didn't do it this way to begin with?
>
I wrote that part of smptimers to run the per-CPU lists from per-CPU
tasklets while porting Ingo's code to 2.5 and Ingo just included it.
At that time, it didn't seem necessary to use up a softirq vector
when it could be easily done using tasklets.
However it should work fine with softirqs too.
Thanks
Dipankar
next prev parent reply other threads:[~2002-11-17 18:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-17 17:16 [PATCH] Run timers as softirqs, not tasklets Matthew Wilcox
2002-11-17 18:46 ` Dipankar Sarma [this message]
2002-11-17 20:09 ` Ingo Molnar
2002-11-18 22:29 ` george anzinger
2002-11-18 22:34 ` Matthew Wilcox
2002-11-17 19:23 ` Ingo Molnar
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=20021118001640.A27495@dikhow \
--to=dipankar@gamebox.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=willy@debian.org \
/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.