login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
November
»
20
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Willy Tarreau
Subject:
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
Date: Monday, November 19, 2007 - 9:29 pm
On Tue, Nov 20, 2007 at 03:17:15PM +1100, Nick Piggin wrote:
quoted text
> On Tuesday 20 November 2007 15:12, Mark Lord wrote: > > On 32-bit x86, we have CONFIG_IRQBALANCE available, > > but not on 64-bit x86. Why not? > > > > I ask, because this feature seems almost essential to obtaining > > reasonable latencies during heavy I/O with fast devices. > > > > My 32-bit Core2Duo MythTV box drops audio frames without it, > > but works perfectly *with* IRQBALANCE. > > > > My QuadCore box works very well in 32-bit mode with IRQBALANCE, > > but responsiveness sucks bigtime when run in 64-bit mode (no IRQBALANCE) > > during periods of multiple heavy I/O streams (USB flash drives). > > > > That's with both the 32 and 64 bit versions of Kubuntu Gutsy, > > so the software uses pretty much identical versions either way. > > > > As near as I can tell, when IRQBALANCE is not configured, > > all I/O device interrupts go to CPU#0. > > > > I don't think our CPU scheduler takes that into account when assigning > > tasks to CPUs, so anything sent to CPU0 runs with very high latencies. > > > > Or something like that. > > > > Why no IRQ_BALANCE in 64-bit mode ? > > For that matter, I'd like to know why it has been decided that the > best place for IRQ balancing is in userspace. It should be in kernel > IMO, and it would probably allow better power saving, performance, > fairness, etc. if it were to be integrated with the task balancer as > well.
Agreed. When userspace has something to do with the way IRQs are delivered, it's going to smell as bad as micro-kernels... Willy -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
CONFIG_IRQBALANCE for 64-bit x86 ?
, Mark Lord
, (Mon Nov 19, 9:12 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Ismail
, (Mon Nov 19, 9:15 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Nick Piggin
, (Mon Nov 19, 9:17 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Willy Tarreau
, (Mon Nov 19, 9:29 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Adrian Bunk
, (Mon Nov 19, 9:37 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Nick Piggin
, (Mon Nov 19, 10:24 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, H. Peter Anvin
, (Mon Nov 19, 10:28 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Arjan van de Ven
, (Mon Nov 19, 10:37 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Arjan van de Ven
, (Tue Nov 20, 7:47 am)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Nick Piggin
, (Tue Nov 20, 8:43 am)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Mark Lord
, (Tue Nov 20, 8:47 am)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Mark Lord
, (Tue Nov 20, 8:52 am)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Arjan van de Ven
, (Tue Nov 20, 9:02 am)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Mark Lord
, (Tue Nov 20, 9:10 am)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Mark Lord
, (Tue Nov 20, 11:42 am)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Andi Kleen
, (Tue Nov 20, 12:17 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Mark Lord
, (Tue Nov 20, 1:02 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Arjan van de Ven
, (Tue Nov 20, 2:58 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Ingo Molnar
, (Tue Nov 20, 3:01 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Mark Lord
, (Tue Nov 20, 4:17 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Mark Lord
, (Tue Nov 20, 4:22 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Ingo Molnar
, (Tue Nov 20, 4:27 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, H. Peter Anvin
, (Tue Nov 20, 4:33 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Ingo Molnar
, (Tue Nov 20, 4:47 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, H. Peter Anvin
, (Tue Nov 20, 4:50 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Ingo Molnar
, (Tue Nov 20, 5:07 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, H. Peter Anvin
, (Tue Nov 20, 5:20 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Ingo Molnar
, (Tue Nov 20, 5:36 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, H. Peter Anvin
, (Tue Nov 20, 5:47 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Jeff Garzik
, (Tue Nov 20, 7:48 pm)
Re: CONFIG_IRQBALANCE for 64-bit x86 ?
, Nick Piggin
, (Thu Nov 22, 12:54 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Stephen Smalley
Re: [AppArmor 39/45] AppArmor: Profile loading and manipulation, pathname matching
FUJITA Tomonori
Re: [Scst-devel] Integration of SCST in the mainstream Linux kernel
Alex Riesen
Re: [PATCH 4/7] lib: Introduce strnstr()
Mathieu Desnoyers
Re: Linux 2.6.25-rc2
Borislav Petkov
drm_vm.c:drm_mmap: possible circular locking dependency detected (was: Re: Linux 2...
git
:
Mike Miller
git message
Wincent Colaiuta
Re: [RFC PATCH] Make the rebase edit mode really end up in an edit state
Johannes Schindelin
Re: [PATCH] Fix install-doc-quick target
Kevin Ballard
Re: git check-attr -z and quoting
Marcel Holtmann
Re: Remove unneeded packs
linux-netdev
:
Arnaldo Carvalho de Melo
Re: [PATCH 06/37] dccp: Limit feature negotiation to connection setup phase
Sebastian Andrzej Siewior
[PATCH v2] net/core: use ntohs for skb->protocol
Badalian Vyacheslav
Re: tc filter flow hash question
Parav Pandit
ip6 route output() and ip_route_output_key() by drivers
Jarek Poplawski
Re: tc filter flow hash question
git-commits-head
:
Linux Kernel Mailing List
mm: fix build on non-mmu machines
Linux Kernel Mailing List
ALSA: hda: Use olpc-xo-1_5 quirk for Toshiba Satellite P500-PSPGSC-01800T
Linux Kernel Mailing List
i915: Don't whine when pci_enable_msi() fails.
Linux Kernel Mailing List
powerpc/kexec: Add support for FSL-BookE
Linux Kernel Mailing List
Staging: rt2870: Removal of kernel_thread() API
openbsd-misc
:
Tony Abernethy
Re: The Atheros story in much fewer words
"RALOVICH, Kristóf"
Re: thinkpad windows refund
Kevin
Re: uvm_mapent_alloc: out of static map entries on 4.3 i386
ropers
Re: Real men don't attack straw men
Nick Holland
Re: Install OpenBSD from USB ?
Colocation donated by:
Syndicate