thanks, Len Brown, Intel Open Source Technology Center On Mon, 27 Jul 2009, Andreas Mohr wrote: > Hi, > > > When running a fio workload, I found sometimes cpu C state has > > big impact on the result. Mostly, fio is a disk I/O workload > > which doesn't spend much time with cpu, so cpu switch to C2/C3 > > freqently and the latency is big. > > Rather than inventing ways to limit ACPI Cx state usefulness, we should > perhaps be thinking of what's wrong here. > > And your complaint might just fit into a thought I had recently: > are we actually taking ACPI Cx exit latency into account, for timers??? Yes. menu_select() calls tick_nohz_get_sleep_length() specifically to compare the expiration of the next timer vs. the expected sleep length. The problem here is likely that the expected sleep length is shorter than expected, for IO interrupts are not timers... Thus we add long deep C-state wakeup time to the IO interrupt latency... -Len Brown, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html