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

[PATCH v7 0/7] latencystats: cleanup

2025-02-13 Thread 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 Stephen Hemminger (7): latencystats: handle fractional cycles per ns latencystats: