Re: [RFC IPROUTE 00/08]: Time cleanups + nano-second clock resolution support

2007-03-14 Thread Patrick McHardy
Stephen Hemminger wrote: > On Sun, 4 Mar 2007 20:14:53 +0100 (MET) > Patrick McHardy <[EMAIL PROTECTED]> wrote: > >>Patrick McHardy: >> [IPROUTE]: tbf: fix latency printing >> [IPROUTE]: Use tc_calc_xmittime() where appropriate >> [IPROUTE]: Introduce tc_calc_xmitsize and use where

Re: [RFC IPROUTE 00/08]: Time cleanups + nano-second clock resolution support

2007-03-13 Thread Stephen Hemminger
On Sun, 4 Mar 2007 20:14:53 +0100 (MET) Patrick McHardy <[EMAIL PROTECTED]> wrote: > This patchset consists of four parts: > > - minor TBF time conversion fix > > - consolidation of time calculations: consolidate commonly used expressions > with the goal of making it easier to audit for integ

[RFC IPROUTE 00/08]: Time cleanups + nano-second clock resolution support

2007-03-04 Thread Patrick McHardy
This patchset consists of four parts: - minor TBF time conversion fix - consolidation of time calculations: consolidate commonly used expressions with the goal of making it easier to audit for integer overflows when increasing the internally used clock resolution. - support for detecting th