Netgraph-ATM used in Masters thesis

2003-11-12 Thread Craig Rodrigues
Hi, I saw some posts to the cvs-all mailing list recently, giving Harti Brandt a hard time for importing bsnmp to the FreeBSD source tree, so I thought I would post this. :) I recently used Netgraph-ATM as part of my masters thesis at Harvard Extension School, which looked at ATM, CORBA, and netw

WiFi intermittant cutout - IPv6

2003-11-12 Thread paul van den bergen
Hi all, I've noticed some odd and frustrating behaviour and am looking for some help. I have a 3 network setup for MIP6 (aka Kame snap of a few weeks ago). consider one section of the network. CN (host) <-> fec0:200:: <-> HN (router) <-> fec0:10:: <-> MN (host) the fec0:10:: network is an 802.

Re: Confused about HyperThreading and Performance

2003-11-12 Thread Christopher Vance
On Wed, Nov 12, 2003 at 06:07:58PM -0500, John Baldwin wrote: APIC is not on by default for 4.9, it will be for 5.2. 4.9 does have HTT on by default when you build an SMP kernel though. Did you include 'options HTT' in your 4.8 SMP kernel? If not, you aren't actually using your second CPU. Also

Re: kqueue, NOTE_EOF

2003-11-12 Thread John-Mark Gurney
marius aamodt eriksen wrote this message on Wed, Nov 12, 2003 at 14:06 -0500: > > >right - the idea was to preserve existing semantics, while leaving the > > >poll-like semantics optional. > > > > I'm not sure the "existing semantics" are anything more than a bug that > > should be fixed. > > th

RE: Confused about HyperThreading and Performance

2003-11-12 Thread John Baldwin
On 12-Nov-2003 Daniel Ellard wrote: > > Can someone point me at some non-marketing documentation about > hyperthreading on the latest Intel chips? I'm seeing some strange > performance measurements and I would like to figure out what they > mean. > > My systems have the following CPU: > > CPU:

Re: Confused about HyperThreading and Performance

2003-11-12 Thread Dan Nelson
In the last episode (Nov 12), Daniel Ellard said: > When I run a kernel using the default configuration (no SMP, no > APIC), the application takes an average of 8.45 seconds (wall-clock > time) to run, and this number is consistent from run to run. When I > run a kernel built with either SMP or SM

Re: Confused about HyperThreading and Performance

2003-11-12 Thread Paolo Pisati
On Wed, Nov 12, 2003 at 02:28:25PM -0500, Daniel Ellard wrote: > > My questions: did you try setting: machdep.cpu_idle_hlt: 1 ? It should help on HTT system. -- Paolo Italian FreeBSD User Group: http://www.gufi.org ___ [EMAIL PROTECTED] mailing lis

Confused about HyperThreading and Performance

2003-11-12 Thread Daniel Ellard
Can someone point me at some non-marketing documentation about hyperthreading on the latest Intel chips? I'm seeing some strange performance measurements and I would like to figure out what they mean. My systems have the following CPU: CPU: Intel(R) Xeon(TM) CPU 1.80GHz (1799.81-MHz 686-class

Re: Linux vs FreeBSD clusters

2003-11-12 Thread Luiz Eugenio Fernandes Tenorio
Hi, We have a 64 node cluster entire based on FreeBSD 5.1 for high performance computing at the Federal University of Alagoas (http://www.typhon.ufal.br). It has 36 Dell Pentium IV 2.4GHz nodes and 36 Gateway Atlhon 1GHz using a fast-ethernet network (the peak performance for Dell machines, m

Re: kqueue, NOTE_EOF

2003-11-12 Thread marius aamodt eriksen
* Jason Thorpe <[EMAIL PROTECTED]> [031112 14:00]: > On Nov 12, 2003, at 10:57 AM, marius aamodt eriksen wrote: > > >right - the idea was to preserve existing semantics, while leaving the > >poll-like semantics optional. > > I'm not sure the "existing semantics" are anything more than a bug that

Re: kqueue, NOTE_EOF

2003-11-12 Thread Jason Thorpe
On Nov 12, 2003, at 10:57 AM, marius aamodt eriksen wrote: right - the idea was to preserve existing semantics, while leaving the poll-like semantics optional. I'm not sure the "existing semantics" are anything more than a bug that should be fixed. -- Jason R. Thorpe <[EMAIL PROTECTED]>

Re: kqueue, NOTE_EOF

2003-11-12 Thread marius aamodt eriksen
* Jason Thorpe <[EMAIL PROTECTED]> [031112 13:54]: > On Nov 12, 2003, at 10:40 AM, marius aamodt eriksen wrote: > > >correct - this is the difference, kqueue will not yield any event at > >EOF. > > So, kqueue should simply be changed to report the event. I don't see > any need for a separate E

Re: kqueue, NOTE_EOF

2003-11-12 Thread Jason Thorpe
On Nov 12, 2003, at 10:40 AM, marius aamodt eriksen wrote: correct - this is the difference, kqueue will not yield any event at EOF. So, kqueue should simply be changed to report the event. I don't see any need for a separate EOF flag. EOF can simply be determined as normal in the kqueue case

Re: kqueue, NOTE_EOF

2003-11-12 Thread marius aamodt eriksen
* Bill Studenmund <[EMAIL PROTECTED]> [031112 12:27]: > > I'm not sure I understand what is the exact issue. > > I'm only responding to the notes also. > > > Why would this be necessary or what does this exactly solve? AFAIK > > poll() doesn't set any flags in this case neither, so I don't > > s

Multiple IPs in Jail

2003-11-12 Thread FB
Hey all - We patched mijail5 (http://garage.freebsd.pl/mijail.README) against RELENG_5_1. Most of the patch was successful with a little fuzz, except for a couple lines in jls which didn't patch due to cosmetic changes (easily fixed). Before the patch was applied, the jail environment

Re: kqueue, NOTE_EOF

2003-11-12 Thread Bill Studenmund
On Wed, Nov 12, 2003 at 09:58:15AM +0100, Jaromir Dolecek wrote: > marius aamodt eriksen wrote: > > hi - > > > > in order to be able to preserve consistent semantics across poll, > > select, and kqueue (EVFILT_READ), i propose the following change: on > > EVFILT_READ, add an fflag NOTE_EOF which

Re: 4.9-RELEASE, ACPI and DELL Latitude D600

2003-11-12 Thread John Baldwin
On 12-Nov-2003 Andre Grosse Bley wrote: >> > Ah, the problem is that ACPI tries to sleep from a task, which is not safe >> > to do. This is not easy to fix. :( >> >> Actually, it may not be too hard. In current, ACPI uses its own thread >> to run the tasks in, so stable would need the same sort

Re: kernel enviroment in sysctl MIB

2003-11-12 Thread Peter Pentchev
On Wed, Nov 12, 2003 at 05:00:54PM +0200, Peter Pentchev wrote: > On Tue, Nov 11, 2003 at 06:01:55PM +0100, Reinier Kleipool wrote: > > Hello, > > > > I am investigating the possiblilies for looking at the kernel boot > > parameters from within a userland utility. (Possibly a new FreeBSD install

Re: kernel enviroment in sysctl MIB

2003-11-12 Thread Peter Pentchev
On Tue, Nov 11, 2003 at 06:01:55PM +0100, Reinier Kleipool wrote: > Hello, > > I am investigating the possiblilies for looking at the kernel boot > parameters from within a userland utility. (Possibly a new FreeBSD install > facility) The idea is that by looking at sysctl kern.environment.* you

Re: geom_mirror implementation

2003-11-12 Thread Pawel Jakub Dawidek
On Wed, Nov 12, 2003 at 10:20:23AM +0100, Poul-Henning Kamp wrote: +> With regards to the larger "volume management picture" I will +> reiterate my position: +> +> Ideally I would prefer to have a set of primitive GEOM classes, +> GEOM_MIRROR, GEOM_STRIPE, GEOM_RAID5 etc and a separate set of +> "

Re: 4.9-RELEASE, ACPI and DELL Latitude D600

2003-11-12 Thread Andre Grosse Bley
> > Ah, the problem is that ACPI tries to sleep from a task, which is not safe > > to do. This is not easy to fix. :( > > Actually, it may not be too hard. In current, ACPI uses its own thread > to run the tasks in, so stable would need the same sort of thing. > Basically, ACPI needs to start up

Blade

2003-11-12 Thread C. Kukulies
Anyone running FreeBSD on blade systems? Recommendable hardware vendor? -- Chris Christoph P. U. Kukulies kuku_at_physik.rwth-aachen.de ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any

Re: geom_mirror implementation

2003-11-12 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, David Schultz writes: >On Sun, Nov 09, 2003, Lukas Ertl wrote: >> Hi hackers@, >> >> I've played around with GEOM a bit and beefed up geom_mirror, which is >> already in the tree but not built yet. >> >> You can find the patch at

Re: kqueue, NOTE_EOF

2003-11-12 Thread Jaromir Dolecek
marius aamodt eriksen wrote: > hi - > > in order to be able to preserve consistent semantics across poll, > select, and kqueue (EVFILT_READ), i propose the following change: on > EVFILT_READ, add an fflag NOTE_EOF which will return when the file > pointer *is* at the end of the file (effectively