Hi, this mail has been already sent to linuxppc-embedded. I hope I'll get some response here. Thanks. I am currently working on a MPC8540-based custom board, which runs Linux 2.6.15 (arch/ppc). I set up a periodically running kernel thread, which is delayed for a single jiffy using schedule_timeout() in an infinite loop. It is used to measure delays between invocations of that thread. For measuring the distance in time the PPC's time base lower half register is used (obtained using get_cycles() defined in asm/timex.h). The thread calculates the delay to the previous run and only outputs the result if a new maximum value has been determined (in respect to all previous cycles). Further the thread outputs a warning if a very "high" delay was determined. I.e. a delay greater than 5ms. While running that test driver a delay of about 10ms _exactly_ occurs every 10 minutes. The kernel is configured using CONFIG_HZ=1000 and CONFIG_PREEMPT. The CCB is at 333MHz, whereas the TBR update rate is 333 MHz / 8, i.e. 41,625 MHz. Apart of some kernel threads almost all user processes have been killed during the test. Only SSH and a bash were running. The kernel comes with compiled in CIFS support, some kernel debugging features like soft-lockup detection and preemption debugging. I.e. ps lists the kernel threads ksoftirqd, watchdog, events, khelper, kthread, kblockd, pdflush, aio, cifsoplockd and cifsdnotifyd. An appropriate userspace test tool based on nanosleep() determined the same results like the kernel thread. I also run tcpdump once to check whether some "random" network activity might be the reason. While there havn't been any packets matching that 10 minutes interval, I got to know that a nearby Windows machine issues ARP requests every 10 minutes (though not matching the 10ms delay). Which leads to the question whether Linux does something similar in the network sub system? (In the meantime I disabled ARP for eth0 with no differences) Thanks for any idea, I'm lost. Cheers, Florian _______________________________________________ Linuxppc-embedded mailing list Linuxppc-embedded@xxxxxxxxxx https://ozlabs.org/mailman/listinfo/linuxppc-embedded -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ