Re: [PATCH v7 0/7] latencystats: cleanup

2025-06-10 Thread Thomas Monjalon
13/02/2025 22:20, Stephen Hemminger: > Latencystats uses unnecessary floating point and is inaccurate if the number > of cycles per ns is not an integral value. Cleanup the code and add > more tests as well. > > v7 - rebase and drop already merged VLA patch Sorry I missed it, and it requires anot

Re: [PATCH v7 0/7] latencystats: cleanup

2025-02-14 Thread Bruce Richardson
On Thu, Feb 13, 2025 at 01:20:29PM -0800, Stephen Hemminger wrote: > Latencystats uses unnecessary floating point and is inaccurate if the number > of cycles per ns is not an integral value. Cleanup the code and add > more tests as well. > > v7 - rebase and drop already merged VLA patch > > Steph