> -----Original Message----- > From: Dharmik Thakkar <[email protected]> > Sent: Friday, May 8, 2020 11:38 PM > To: Lu, Wenzhuo <[email protected]>; Wu, Jingjing > <[email protected]>; Iremonger, Bernard > <[email protected]> > Cc: [email protected]; [email protected]; Dharmik Thakkar > <[email protected]> > Subject: [PATCH v2 2/5] app/testpmd: print fractional part in CPU cycles > > Change printing of CPU cycles/packet to include fractional part for > accurateness. > > Example: > > Without patch: > CPU cycles/packet=14 > (total cycles=4899533541 / total RX packets=343031966) > > With patch: > CPU cycles/packet=14.28 > (total cycles=4899533541 / total RX packets=343031966) > > Signed-off-by: Dharmik Thakkar <[email protected]> > Reviewed-by: Honnappa Nagarahalli <[email protected]> > Reviewed-by: Phil Yang <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

