Locks and the FSB

2008-11-26 Thread Elad Lahav
I am looking into some scalability issues on a 4-way Xeon machine (4 separate CPUs, not cores). I believe I have tracked down the problem to bus contention: OProfile results suggest a strong correlation between instructions reporting a high number of global_power_events and FSB_data_activity eve

Re: sys_tux system call

2008-11-26 Thread Michael Blizek
Hi! On 14:17 Wed 26 Nov , prabha nair wrote: > hi all >I am a newbie to kernel programming.I wish to do a research project to > bring the core gridd services to the kernel so as to build a grid > Operating System.As the first step to do,I wish to configure the TUX server > in my linux ke

Re: Not able to ping two ethernet interfaces connected using cross cable in same PC.

2008-11-26 Thread Vimal
2008/11/25 Bhavesh Kamani <[EMAIL PROTECTED]>: > #ifconfig eth0 192.168.0.1 netmask 255.255.255.0 > #ifconfig eth1 192.168.0.5 netmask 255.255.255.0 As Dinesh pointed out, netmask should be 255.255.255.254 > #route add -net 192.168.0.5 netmask 255.255.255.0 gw 192.168.0.5 dev eth0 > but thos

sys_tux system call

2008-11-26 Thread prabha nair
hi all I am a newbie to kernel programming.I wish to do a research project to bring the core gridd services to the kernel so as to build a grid Operating System.As the first step to do,I wish to configure the TUX server in my linux kernel-2.6.9.5. Please can be tell where i can get the sys_tu