lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 24 Jun 2007 14:45:45 -0700
From:	Arjan van de Ven <arjan@...ux.intel.com>
To:	Justin Piszcz <jpiszcz@...idpixels.com>
CC:	linux-kernel@...r.kernel.org, Alan Piszcz <ap@...arrain.com>
Subject: Re: IRQ Balance Question for Single but Multi-Core Processors

Justin Piszcz wrote:
> Question regarding the IRQ balance daemon and the 2.6.x kernel.
> 
> For a single-processor but dual or quad core CPU, should one be running 
> the IRQ balancing daemon, will it result in increased performance?

it's a tradeoff.

for cores/threads that share cache, there's no point to run a daemon 
all the time, they share so many resources that things don't really 
matter.....

irqbalance will, as a result, set up a one time static mapping and 
then exit on such systems; this will give a "reasonable" spread of 
interrupts, but won't cost you any cpu after that.

On "real" smp systems, the performance and power tradeoffs are 
different and there irqbalance will keep an eye on things over time...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ