From: Thomas Gleixner <tglx@linutronix.de>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
linux-rt-users <linux-rt-users@vger.kernel.org>,
Carsten Emde <cbe@osadl.org>
Subject: Re: [ANNOUNCE] 3.6.1-rt1
Date: Tue, 9 Oct 2012 19:32:16 +0200 (CEST) [thread overview]
Message-ID: <alpine.LFD.2.02.1210091925340.10988@ionos> (raw)
In-Reply-To: <1349802833.24256.25.camel@gandalf.local.home>
On Tue, 9 Oct 2012, Steven Rostedt wrote:
> On Tue, 2012-10-09 at 18:19 +0200, Thomas Gleixner wrote:
> >
> > > I've started looking at playing with the NAPI code again, and trying to
> > > see if I can add an ENAPI interface (Even Newer API), where the driver
> > > uses its own interrupt thread, and instead of having the polling in the
> > > network softirq, it can do the polling in its own thread.
> >
> > It's pretty close to the behaviour I enforced with this change. Let's
> > play with that and figure out what influence it has on the network
> > throughput performance on RT. That needs probably a different
> > scheduling scheme than what Carsten needs for his deterministic
> > behaviour.
> >
>
> I was actually looking at the change for mainline, not for -rt ;-)
I know, but you can utilize RT for figuring out what kind of
performance impact (in whatever direction) this modus operandi
has. That gives us a better understanding and hopefully improvements
for RT, but at the same time a lot of insight in how we should handle
this scenario on a non RT kernel. You might try to make the softirq
split lock scheme work in CONFIG_RT_BASE as this gives us a way better
comparison to mainline behaviour.
Thanks,
tglx
next prev parent reply other threads:[~2012-10-09 17:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-09 13:46 [ANNOUNCE] 3.6.1-rt1 Thomas Gleixner
2012-10-09 15:09 ` Steven Rostedt
2012-10-09 16:19 ` Thomas Gleixner
2012-10-09 17:13 ` Steven Rostedt
2012-10-09 17:32 ` Thomas Gleixner [this message]
2012-10-09 18:08 ` Steven Rostedt
2012-10-09 19:03 ` Thomas Gleixner
2012-10-09 18:19 ` Steven Rostedt
2012-10-09 18:28 ` Steven Rostedt
2012-10-10 0:21 ` Steven Rostedt
2012-10-10 1:51 ` Steven Rostedt
2012-10-10 11:48 ` Thomas Gleixner
2012-10-09 21:28 ` Tim Sander
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=alpine.LFD.2.02.1210091925340.10988@ionos \
--to=tglx@linutronix.de \
--cc=cbe@osadl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rt-users@vger.kernel.org \
--cc=rostedt@goodmis.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).