Re: [dpdk-dev] [PATCH 1/5] app/testpmd: print clock with CPU cycles per pkt

2020-05-07 Thread Iremonger, Bernard
Hi Dharmik, > -Original Message- > From: Dharmik Thakkar > Sent: Wednesday, May 6, 2020 10:59 PM > To: Lu, Wenzhuo ; Wu, Jingjing > ; Iremonger, Bernard > > Cc: dev@dpdk.org; n...@arm.com; Dharmik Thakkar > > Subject: [PATCH 1/5] app/testpmd: print clock with CPU cycles per pkt > > On

Re: [dpdk-dev] [PATCH 1/5] app/testpmd: print clock with CPU cycles per pkt

2020-05-06 Thread Lukasz Wojciechowski
W dniu 06.05.2020 o 23:58, Dharmik Thakkar pisze: > On aarch64 platforms, the cycles are counted using either a > low-resolution generic counter or a high-resolution PMU cycle counter. > Print the clock frequency along with CPU cycles/packet to identify which > cycle counter is being used. > > Si

[dpdk-dev] [PATCH 1/5] app/testpmd: print clock with CPU cycles per pkt

2020-05-06 Thread Dharmik Thakkar
On aarch64 platforms, the cycles are counted using either a low-resolution generic counter or a high-resolution PMU cycle counter. Print the clock frequency along with CPU cycles/packet to identify which cycle counter is being used. Signed-off-by: Dharmik Thakkar Reviewed-by: Honnappa Nagarahalli