Re: Support for SMT in latest FreeBSD

2004-09-06 Thread Dennis George
Hi, Acutally I was wondering if there is no support for SMT / SMP then can freeBSD support dual processors. Or can I utlize dual-processor in its fullness ? Dennis Julian Elischer <[EMAIL PROTECTED]> wrote: Dennis George wrote: > Hi all, > > I looking for SM

Re: Binding process to a fixed processor

2004-09-06 Thread Dennis George
<[EMAIL PROTECTED]> wrote: Dennis George wrote: > Hi, > > I am working on freeBSD 5.2. > > Dennis > > Julian Elischer wrote: > Dennis George wrote: > >>Hi all, >> >>I am working on a intel based multi processor system. I like to know >&g

Re: Binding process to a fixed processor

2004-09-06 Thread Dennis George
Hi, I am working on freeBSD 5.2. Dennis Julian Elischer <[EMAIL PROTECTED]> wrote: Dennis George wrote: > Hi all, > > I am working on a intel based multi processor system. I like to know > how can I bind one process permanently to one processor. and other >

Support for SMT in latest FreeBSD

2004-09-06 Thread Dennis George
Hi all, I looking for SMT capability in freeBSD.. And found the following extract in a document... saying that 4.3 BSD has no support for SMT. does the current/latest version of freeBSCD (5.2 or 6.0) has the support for SMT ?? >>It (4.3 BSD) has no support for processor affinity or

Binding process to a fixed processor

2004-09-06 Thread Dennis George
Hi all, I am working on a intel based multi processor system. I like to know how can I bind one process permanently to one processor. and other one for general use. thanks in advance Dennis - Do you Yahoo!? Win 1 of 4,000 free doma

Finding MTU

2004-08-29 Thread Dennis George
Hi all, Can anybody tell me how to find the MTU (Maximum Transmitting Unit) in freeBSD programatically... Thanks in advance Dennis - Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone.

Re: Kernel Debugging

2004-08-18 Thread Dennis George
which the symbols get loaded)... so that I can set a break point on that function by seeing its address by nm Thanks in advance Dennis Julian Elischer <[EMAIL PROTECTED]> wrote: Daniel O'Connor wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wed, 18

Zero copy Socket

2004-08-18 Thread Dennis George
Hi all, Is there any limitations in using zero copy socket I mean... do the sender has to follow any specific protocol (like the packet payload should be page alligned or so.) ??? Thanks in advance Dennis - Do you Yahoo!? Yahoo! Mail A

Kernel Debugging

2004-08-17 Thread Dennis George
Hi, I am studying the kernel source of FreeBSD. I like to know the flow of packets from NIC to different modules of Kernel and then to the user-level. I studied the code and identified some of the functions through which the kernel handles network packets. But I want to check from where t