Re: Are we properly prepared to handle 3 Socket setups?

2007-08-13 Thread Christoph Lameter
On Sun, 12 Aug 2007, Rene Herman wrote: > > > /* > > > * Maximum threshold is 125 > > > */ > > > threshold = min(125, threshold); > > > > > > as either the comment or the code is wrong and it seems it's the code. > > > Added Andrew Morton to the CC for that.

Re: Are we properly prepared to handle 3 Socket setups?

2007-08-12 Thread Rene Herman
On 08/12/2007 10:35 AM, Andrew Morton wrote: On Sun, 12 Aug 2007 05:17:10 +0200 Rene Herman <[EMAIL PROTECTED]> wrote: The line just below where it does that _does_ seem to have a problem: /* * Maximum threshold is 125 */ threshold = min(125, threshold);

Re: Are we properly prepared to handle 3 Socket setups?

2007-08-12 Thread Andi Kleen
"Jesper Juhl" <[EMAIL PROTECTED]> writes: > I just saw a news article (http://www.theinquirer.net/?article=41610) > about a 3 Socket Opteron motherboard and couldn't help but wonder if > we are prepared to deal with such a beast, so I thought I'd inform > everyone :-) It should work. Non power of

Re: Are we properly prepared to handle 3 Socket setups?

2007-08-12 Thread Willy Tarreau
On Sun, Aug 12, 2007 at 03:27:58AM +0200, Rene Herman wrote: > On 08/12/2007 03:08 AM, Jesper Juhl wrote: > > >This may be a little off topic, but I think it's interresting enough > >to warrent a single mail. > > > >I just saw a news article (http://www.theinquirer.net/?article=41610) > >about a 3

Re: Are we properly prepared to handle 3 Socket setups?

2007-08-12 Thread Andrew Morton
On Sun, 12 Aug 2007 05:17:10 +0200 Rene Herman <[EMAIL PROTECTED]> wrote: > On 08/12/2007 03:52 AM, Jesper Juhl wrote: > > > On 12/08/07, Rene Herman <[EMAIL PROTECTED]> wrote: > >> On 08/12/2007 03:08 AM, Jesper Juhl wrote: > >> > >>> This may be a little off topic, but I think it's interresting

Re: Are we properly prepared to handle 3 Socket setups?

2007-08-12 Thread Paul Mundt
On Sun, Aug 12, 2007 at 03:52:48AM +0200, Jesper Juhl wrote: > On 12/08/07, Rene Herman <[EMAIL PROTECTED]> wrote: > > On 08/12/2007 03:08 AM, Jesper Juhl wrote: > > > > > This may be a little off topic, but I think it's interresting enough > > > to warrent a single mail. > > > > > > I just saw a n

Re: Are we properly prepared to handle 3 Socket setups?

2007-08-11 Thread Rene Herman
On 08/12/2007 05:29 AM, Roland Dreier wrote: > /* > * Maximum threshold is 125 > */ > threshold = min(125, threshold); > > as either the comment or the code is wrong and it seems it's the > code. What's the problem? That line sets threshold to the sma

Re: Are we properly prepared to handle 3 Socket setups?

2007-08-11 Thread Roland Dreier
> /* > * Maximum threshold is 125 > */ > threshold = min(125, threshold); > > as either the comment or the code is wrong and it seems it's the > code. What's the problem? That line sets threshold to the smaller of the current value or 125, which is exactl

Re: Are we properly prepared to handle 3 Socket setups?

2007-08-11 Thread Rene Herman
On 08/12/2007 03:52 AM, Jesper Juhl wrote: On 12/08/07, Rene Herman <[EMAIL PROTECTED]> wrote: On 08/12/2007 03:08 AM, Jesper Juhl wrote: This may be a little off topic, but I think it's interresting enough to warrent a single mail. I just saw a news article (http://www.theinquirer.net/?arti

Re: Are we properly prepared to handle 3 Socket setups?

2007-08-11 Thread Jesper Juhl
On 12/08/07, Rene Herman <[EMAIL PROTECTED]> wrote: > On 08/12/2007 03:08 AM, Jesper Juhl wrote: > > > This may be a little off topic, but I think it's interresting enough > > to warrent a single mail. > > > > I just saw a news article (http://www.theinquirer.net/?article=41610) > > about a 3 Socke

Re: Are we properly prepared to handle 3 Socket setups?

2007-08-11 Thread Rene Herman
On 08/12/2007 03:08 AM, Jesper Juhl wrote: This may be a little off topic, but I think it's interresting enough to warrent a single mail. I just saw a news article (http://www.theinquirer.net/?article=41610) about a 3 Socket Opteron motherboard and couldn't help but wonder if we are prepared to

Are we properly prepared to handle 3 Socket setups?

2007-08-11 Thread Jesper Juhl
Hi, This may be a little off topic, but I think it's interresting enough to warrent a single mail. I just saw a news article (http://www.theinquirer.net/?article=41610) about a 3 Socket Opteron motherboard and couldn't help but wonder if we are prepared to deal with such a beast, so I thought I'd