> From: Ankur Dwivedi <[email protected]>
> 
> The format for printing float is incorrect for the following fields
> in pmd-cyclecount test: Cycles/Op,Cycles/Enq,Cycles/Deq.
> 
> Currently, the format is %.f3. This format will round off the number to
> the nearest integer and append a 3 after that.
> 
> This patch changes the format to %.3f. This will print the number as a
> floating point with a precision of 3 fractional digits.
> 
> Fixes: 96dfeb609be1 ("app/crypto-perf: add new PMD benchmarking mode")
> 
> Signed-off-by: Ankur Dwivedi <[email protected]>
> Signed-off-by: Anoob Joseph <[email protected]>
> ---

Cc [email protected]
Applied to dpdk-next-crypto

Thanks.

Reply via email to