[v3,0/5] latencystats: cleanups

Message ID 20240417170908.76701-1-stephen@networkplumber.org (mailing list archive)
Headers
Series latencystats: cleanups |

Message

Stephen Hemminger April 17, 2024, 5:07 p.m. UTC
  Latencystats uses variable length array and floating point when they
are not necessary to acheive the same result. While testing also noticed
that the code was computing wrong values on my test system, and that
include files were missing.

Stephen Hemminger (5):
  latencystats: replace use of VLA
  latencystats: handle fractional cycles per ns
  latencystats: do not use floating point
  latencystats: fix log messages
  latencystats: include file cleanup

 lib/latencystats/rte_latencystats.c | 175 +++++++++++++++-------------
 1 file changed, 92 insertions(+), 83 deletions(-)