Re: [dpdk-dev] [PATCH v14 5/6] lib: added new library for latency stats

2017-04-05 Thread Remy Horton
On 05/04/2017 15:24, Thomas Monjalon wrote: 2017-03-30 22:01, Remy Horton: [..] lib/librte_latencystats/rte_latencystats.c:204:27: fatal error: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] glob_stats->jitter += (abs(pre

Re: [dpdk-dev] [PATCH v14 5/6] lib: added new library for latency stats

2017-04-05 Thread Thomas Monjalon
2017-03-30 22:01, Remy Horton: > + /* > +* The jitter is calculated as statistical mean of interpacket > +* delay variation. The "jitter estimate" is computed by > taking > +* the absolute values of the ipdv sequence and applying an > +