Re: fscked clock sources revisited

2007-08-07 Thread jamal
On Mon, 2007-30-07 at 22:14 -0400, jamal wrote: I am going to test with hpet when i get the chance Couldnt figure how to turn on/off hpet, so didnt test. and perhaps turn off all the other sources if nothing good comes out; i need my numbers ;- Here are some numbers that make the mystery

fscked clock sources revisited

2007-07-30 Thread jamal
Folks, I have posted this before but got no good response and i havent had time to chase it. While doing some batching tests with pktgen and then with a simple client server app with udp, it does appear that the clock source used matters. Here are some basic runs with plain vanilla 2.6.22-rc4

Re: fscked clock sources revisited

2007-07-30 Thread Arjan van de Ven
On Mon, 2007-07-30 at 21:10 -0400, jamal wrote: Folks, I have posted this before but got no good response and i havent had time to chase it. While doing some batching tests with pktgen and then with a simple client server app with udp, it does appear that the clock source used matters.

Re: fscked clock sources revisited

2007-07-30 Thread jamal
On Mon, 2007-30-07 at 18:10 -0700, Arjan van de Ven wrote: can you make sure hpet is enabled as well? Will do next opportunity. Actually iirc, hpet is not even enabled in the kernel - What are you expecting to see? cheers, jamal - To unsubscribe from this list: send the line unsubscribe

Re: fscked clock sources revisited

2007-07-30 Thread jamal
On Mon, 2007-30-07 at 21:17 -0400, jamal wrote: Actually iirc, hpet is not even enabled in the kernel - Sorry, i lied - the config file is on my laptop - it is enabled. cheers, jamal - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL

Re: fscked clock sources revisited

2007-07-30 Thread David Miller
From: jamal [EMAIL PROTECTED] Date: Mon, 30 Jul 2007 21:10:39 -0400 acpi_pm: 108, 110, 111, 91, 108 tsc: 143, 108, 161, 129, 108 jiffies: 132, 138, 132, 146, 150 jiffies produces better results than tsc which produces better results than acpi_pm. Relatively speaking, the acpi_pm

Re: fscked clock sources revisited

2007-07-30 Thread Arjan van de Ven
On Mon, 2007-07-30 at 18:37 -0700, David Miller wrote: There really isn't much that can be done by any of this. These issues exist because of hardware limitations, nobody bothered to build x86/x86_64 systems with a system wide TICK register that is both impervious to cpu frequence scaling

Re: fscked clock sources revisited

2007-07-30 Thread Arjan van de Ven
On Mon, 2007-07-30 at 21:23 -0400, jamal wrote: On Mon, 2007-30-07 at 21:17 -0400, jamal wrote: Actually iirc, hpet is not even enabled in the kernel - Sorry, i lied - the config file is on my laptop - it is enabled. is it also on in the bios? (and if not, can you grab the patches to

Re: fscked clock sources revisited

2007-07-30 Thread jamal
On Mon, 2007-30-07 at 18:37 -0700, David Miller wrote: Relatively speaking, the acpi_pm numbers are at least consistent and about as much as so as jiffies. Jiffies numbers are also possibly better, at least in part, because of the decreased accuracy and errors propagating. I am not sure