[EMAIL PROTECTED] wrote: > > From: Pedro Larroy <[EMAIL PROTECTED]> >> It's better to change /usr/src/linux/include/net/pkt_sched.h >> PSCHED_CLOCK_SOURCE to PSCHED_CPU if you have a cpu with timestamp >> counter (TSC) that will give you Mhz timer granularity.
Unfortunately, only time measurement will be improved, not timer resolution. So TBF etc. will still burst at HZ. > would you please tell me how to check out whether > my cpu has a TSC or not ? grep -w tsc /proc/cpuinfo - Werner -- _________________________________________________________________________ / Werner Almesberger, Buenos Aires, Argentina [EMAIL PROTECTED] / /_http://www.almesberger.net/____________________________________________/ _______________________________________________ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
