[PATCH v3 0/5] latencystats: cleanups
    Stephen Hemminger 
    stephen at networkplumber.org
       
    Wed Apr 17 19:07:22 CEST 2024
    
    
  
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(-)
-- 
2.43.0
    
    
More information about the dev
mailing list