LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Pablo Sebastian Greco <lkml@fliagreco.com.ar>
To: Arjan van de Ven <arjan@linux.intel.com>
Cc: Marc Donner <donner@dbd-breitband.de>, linux-kernel@vger.kernel.org
Subject: Re: cpu load balancing problem on smp
Date: Tue, 06 Feb 2007 17:52:09 -0300	[thread overview]
Message-ID: <45C8EA79.1030309@fliagreco.com.ar> (raw)
In-Reply-To: <45C8E112.9070701@linux.intel.com>

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

Arjan van de Ven wrote:
> Pablo Sebastian Greco wrote:
>
>> 2296:        427        426        436  134563009   PCI-MSI-edge      
>> eth1
>> 2297:        252        252  135926471        257   PCI-MSI-edge      
>> eth0
>
> this suggests that  cores would be busy rather than only one....
> -
Yes, but you are looking at mm kernel statistics, but if you look at the 
standard kernel, you'll see that eth interrupts are on the same core 
according to attached /proc/cpuinfo.
OTOH, take a look at timer interrupt distribution

[-- Attachment #2: cpuinfo.txt --]
[-- Type: text/plain, Size: 3078 bytes --]

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 6
model name      :                   Intel(R) Xeon(TM) CPU 2.66GHz
stepping        : 4
cpu MHz         : 2656.000
cache size      : 2048 KB
physical id     : 0
siblings        : 4
core id         : 0
cpu cores       : 2
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx est cid cx16 xtpr lahf_lm
bogomips        : 5324.82
clflush size    : 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor       : 1
vendor_id       : GenuineIntel
cpu family      : 15
model           : 6
model name      :                   Intel(R) Xeon(TM) CPU 2.66GHz
stepping        : 4
cpu MHz         : 2656.000
cache size      : 2048 KB
physical id     : 0
siblings        : 4
core id         : 1
cpu cores       : 2
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx est cid cx16 xtpr lahf_lm
bogomips        : 5320.06
clflush size    : 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor       : 2
vendor_id       : GenuineIntel
cpu family      : 15
model           : 6
model name      :                   Intel(R) Xeon(TM) CPU 2.66GHz
stepping        : 4
cpu MHz         : 2656.000
cache size      : 2048 KB
physical id     : 0
siblings        : 4
core id         : 0
cpu cores       : 2
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx est cid cx16 xtpr lahf_lm
bogomips        : 5320.20
clflush size    : 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor       : 3
vendor_id       : GenuineIntel
cpu family      : 15
model           : 6
model name      :                   Intel(R) Xeon(TM) CPU 2.66GHz
stepping        : 4
cpu MHz         : 2656.000
cache size      : 2048 KB
physical id     : 0
siblings        : 4
core id         : 1
cpu cores       : 2
fpu             : yes
fpu_exception   : yes
cpuid level     : 6
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx est cid cx16 xtpr lahf_lm
bogomips        : 5320.16
clflush size    : 64
cache_alignment : 128
address sizes   : 36 bits physical, 48 bits virtual
power management:

  reply	other threads:[~2007-02-06 20:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-06 17:32 Marc Donner
2007-02-06 18:09 ` Arjan van de Ven
2007-02-06 18:41   ` Marc Donner
2007-02-06 18:42     ` Arjan van de Ven
2007-02-06 19:57       ` Pablo Sebastian Greco
2007-02-06 20:12         ` Arjan van de Ven
2007-02-06 20:52           ` Pablo Sebastian Greco [this message]
2007-02-06 23:49       ` Marc Donner
2007-02-07  5:59         ` Arjan van de Ven
2007-02-07 21:32           ` Marc Donner
2007-02-08  8:42           ` David Lang
2007-02-09 15:12             ` Marc Donner

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=45C8EA79.1030309@fliagreco.com.ar \
    --to=lkml@fliagreco.com.ar \
    --cc=arjan@linux.intel.com \
    --cc=donner@dbd-breitband.de \
    --cc=linux-kernel@vger.kernel.org \
    --subject='Re: cpu load balancing problem on smp' \
    /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

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).