Re: [patch] tlb flush_data: replace per_cpu with an array

From: Ravikiran G Thirumalai
Date: Thu Jan 15 2009 - 02:15:27 EST


On Wed, Jan 14, 2009 at 08:31:46AM +0100, Ingo Molnar wrote:
>
>* Ravikiran G Thirumalai <kiran@xxxxxxxxxxxx> wrote:
>
>> > You do have hardware help too to do efficient cross-node memory
>> > traffic, dont you?
>>
>> Of course. A fast backplane interconnect.
>
>... so it's PCs clustered together, and called vSMP, right? ;-)
>

Well, it depends on how you define a cluster. You can even call a
SMP mother board a cluster of cpus :). In that case even Sequent NUMA were
clusters, and so are some of the large core count shared memory systems
made of multiple similar boards/bricks/books (based on vendor terminology)
with a custom interconnect for cache coherency.

A vSMP system is multiple similar cpu mother boards, usually dual socket,
each board having multiple cpus and a commodity fast interconnect for cache
coherency. There is a VMM which among other tasks also takes care of the
coherency, and each 'board' or 'node' can access physical memory from
another board. There is one instance of OS running on the entire system
unlike the classical cluster where there are multiple instances of OS
and the apps under the OS have to work together as a cluster.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/