lkml.org 
[lkml]   [2009]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch] x86: reduce srat verbosity in the kernel log
On Thu, 29 Oct 2009, Mike Travis wrote:

> I believe the disjointed ranges came from the hyperthread cpus..? Which if
> true means there'll probably be as many distinct ranges as there are threads
> per core?
>

Not necessarily, look at the first few lines of your new output:

[ 0.000000] SRAT: PXM 0 -> APIC {0-7,16-23} -> Node 0
[ 0.000000] SRAT: PXM 1 -> APIC {32-39,48-55} -> Node 1
[ 0.000000] SRAT: PXM 2 -> APIC {64-71,80-87} -> Node 2
...

If those values are in hex, you have these apic id ranges:

0x00-0x07, 0x10-0x17
0x20-0x27, 0x30-0x37
0x40-0x47, 0x50-0x57
...

So it's most likely that each of the physical processors has eight logical
processors (represented by the least significant three bits) and there are
two physical processors (the more significant four bits) per node.


\
 
 \ /
  Last update: 2009-10-29 20:09    [W:0.076 / U:0.316 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site