Re: [PATCH] x86: add PCI IDs to k8topology_64.c II

2008-02-01 Thread dean gaudet
On Tue, 29 Jan 2008, Andi Kleen wrote: > > SRAT is essentially just a two dimensional table with node distances. > > Sorry, that was actually SLIT. SRAT is not two dimensional, but also > relatively simple. SLIT you don't really need to implement. yeah but i'd heartily recommend implementing

Re: [PATCH] x86: add PCI IDs to k8topology_64.c II

2008-02-01 Thread dean gaudet
On Tue, 29 Jan 2008, Andi Kleen wrote: SRAT is essentially just a two dimensional table with node distances. Sorry, that was actually SLIT. SRAT is not two dimensional, but also relatively simple. SLIT you don't really need to implement. yeah but i'd heartily recommend implementing SLIT

Re: [PATCH] x86: add PCI IDs to k8topology_64.c II

2008-01-29 Thread Yinghai Lu
On Jan 29, 2008 12:31 AM, Andi Kleen <[EMAIL PROTECTED]> wrote: > > On Mon, Jan 28, 2008 at 11:39:30PM -0800, Yinghai Lu wrote: > > On Jan 29, 2008 12:09 AM, Andi Kleen <[EMAIL PROTECTED]> wrote: > > > > SRAT is essentially just a two dimensional table with node distances. > > > > > > Sorry, that

Re: [PATCH] x86: add PCI IDs to k8topology_64.c II

2008-01-29 Thread Yinghai Lu
On Jan 29, 2008 12:31 AM, Andi Kleen [EMAIL PROTECTED] wrote: On Mon, Jan 28, 2008 at 11:39:30PM -0800, Yinghai Lu wrote: On Jan 29, 2008 12:09 AM, Andi Kleen [EMAIL PROTECTED] wrote: SRAT is essentially just a two dimensional table with node distances. Sorry, that was actually SLIT.

Re: [PATCH] x86: add PCI IDs to k8topology_64.c II

2008-01-28 Thread Andi Kleen
On Mon, Jan 28, 2008 at 11:39:30PM -0800, Yinghai Lu wrote: > On Jan 29, 2008 12:09 AM, Andi Kleen <[EMAIL PROTECTED]> wrote: > > > SRAT is essentially just a two dimensional table with node distances. > > > > Sorry, that was actually SLIT. SRAT is not two dimensional, but also > > relatively

Re: [PATCH] x86: add PCI IDs to k8topology_64.c II

2008-01-28 Thread Yinghai Lu
On Jan 29, 2008 12:09 AM, Andi Kleen <[EMAIL PROTECTED]> wrote: > > SRAT is essentially just a two dimensional table with node distances. > > Sorry, that was actually SLIT. SRAT is not two dimensional, but also > relatively simple. SLIT you don't really need to implement. > need to add some

Re: [PATCH] x86: add PCI IDs to k8topology_64.c II

2008-01-28 Thread Andi Kleen
> SRAT is essentially just a two dimensional table with node distances. Sorry, that was actually SLIT. SRAT is not two dimensional, but also relatively simple. SLIT you don't really need to implement. -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [PATCH] x86: add PCI IDs to k8topology_64.c II

2008-01-28 Thread Andi Kleen
SRAT is essentially just a two dimensional table with node distances. Sorry, that was actually SLIT. SRAT is not two dimensional, but also relatively simple. SLIT you don't really need to implement. -Andi -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

Re: [PATCH] x86: add PCI IDs to k8topology_64.c II

2008-01-28 Thread Yinghai Lu
On Jan 29, 2008 12:09 AM, Andi Kleen [EMAIL PROTECTED] wrote: SRAT is essentially just a two dimensional table with node distances. Sorry, that was actually SLIT. SRAT is not two dimensional, but also relatively simple. SLIT you don't really need to implement. need to add some CONFIG option

Re: [PATCH] x86: add PCI IDs to k8topology_64.c II

2008-01-28 Thread Andi Kleen
On Mon, Jan 28, 2008 at 11:39:30PM -0800, Yinghai Lu wrote: On Jan 29, 2008 12:09 AM, Andi Kleen [EMAIL PROTECTED] wrote: SRAT is essentially just a two dimensional table with node distances. Sorry, that was actually SLIT. SRAT is not two dimensional, but also relatively simple. SLIT you