* Jiri Slaby <jsl...@suse.cz> wrote:

> On 02/24/2015, 10:16 AM, Ingo Molnar wrote:
> >
> > and we don't design the Linux kernel for weird, extreme cases, we 
> > design for the common, sane case that has the broadest appeal, and 
> > we hope that the feature garners enough interest to be 
> > maintainable.
> 
> Hello,
> 
> oh, so why do we have NR_CPUS up to 8192, then? [...]

Because:

 - More CPUs is not some weird dead end, but a natural direction of
   hardware development.

 - Furthermore, we've gained a lot of scalability and other 
   improvements all around the kernel just by virtue of big iron 
   running into those problems first.

 - In the typical case there's no friction between 8192 CPUs and the 
   kernel's design. Where there was friction (and it happened), we 
   pushed back.

Such benefits add up and 8K CPUs support is a success story today.

That positive, symbiotic, multi-discipline relationship between 8K 
CPUs support design goals and 'regular Linux' design goals stands in 
stark contrast with the single-issue approach that live kernel 
patching is designing itself into a dead end so early on ...

Thanks,

        Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to