Gentoo Archives: gentoo-amd64

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: amd64 and kernel configuration
Date: Wed, 27 Jul 2005 10:23:55
Message-Id: pan.2005.07.27.10.13.13.844736@cox.net
In Reply to: [gentoo-amd64] Re: amd64 and kernel configuration by Dulmandakh Sukhbaatar
1 Dulmandakh Sukhbaatar posted <20050727075012.79549.qmail@××××××××.mn>,
2 excerpted below, on Wed, 27 Jul 2005 15:50:12 +0800:
3
4 > Thanks. How can I enable hypertransport in kernel or somewhere? Anyone
5 > knows about NUMA? I read about it, and it seems technology for
6 > multiprocessor systems. Thus I have single CPU, I don't need it. Right?
7
8 NUMA is indeed for multi-processor systems. NUMA is Non-Uniform Memory
9 Architecture. With AMD CPUs that have the memory controller on the same
10 chip as the CPU, that means that each CPU can control it's own memory. If
11 you run NUMA mode in this case (and if your BIOS is set up accordingly),
12 the kernel will try to keep the memory for each task in the memory handled
13 by, local to, that CPU. If either the kernel or BIOS is set to unified
14 memory, or if you only have memory sticks in the slots for one of the
15 CPUs, then you won't get NUMA mode and the kernel won't care what memory
16 addresses the memory for each process lives at.
17
18 AFAIK, hypertransport is automatically handled by your choice of chipset.
19 If the chipset you configure has it, it will be enabled, if not, it won't.
20 I was therefore a bit puzzled when you mentioned hypertransport
21 specifically in the previous post, since I don't believe there's a
22 specific kernel option for it. (It's possible, however, that there is and
23 I've just forgotten about it, since it's been awhile since I reviewed
24 the settings for the entire kernel -- I just run make oldconfig and deal
25 with any new options in each newer kernel, and additionally do any
26 specific tweaking I might want to try.)
27
28 --
29 Duncan - List replies preferred. No HTML msgs.
30 "Every nonfree program has a lord, a master --
31 and if you use the program, he is your master." Richard Stallman in
32 http://www.linuxdevcenter.com/pub/a/linux/2004/12/22/rms_interview.html
33
34
35 --
36 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Re: amd64 and kernel configuration Paolo Ripamonti <paolo.ripamonti@×××××.com>
Re: [gentoo-amd64] Re: amd64 and kernel configuration Drew Kirkpatrick <drew.kirkpatrick@×××××.com>