public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Softirq preemption
@ 2005-12-01 19:08 Lee Revell
  2005-12-07  1:31 ` Lee Revell
  2005-12-07  9:02 ` Ingo Molnar
  0 siblings, 2 replies; 3+ messages in thread
From: Lee Revell @ 2005-12-01 19:08 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 653 bytes --]

Ingo,

Is there any chance that the softirq preemption feature from the -rt
kernel can be pushed upstream?

Currently I am testing 2.6.14-rt21 with PREEMPT_DESKTOP and hard/softirq
preemption disabled in order to simulate the behavior of 2.6.14
mainline.  The network TX softirq is the longest non-preemptible code
path, it can run for 5-6ms.  However I can see that the preempt_count
drops to zero on many occasions, which IIRC means that no locks are held
and we could easily preempt at that point.

Without softirq	preemption I don't see how we have any chance of meeting
the 1ms goal for desktop responsiveness that was decided on at OLS 2004.

Lee

[-- Attachment #2: softirq-tx.trace.gz --]
[-- Type: application/x-gzip, Size: 36670 bytes --]

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

end of thread, other threads:[~2005-12-07  9:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-01 19:08 Softirq preemption Lee Revell
2005-12-07  1:31 ` Lee Revell
2005-12-07  9:02 ` Ingo Molnar

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