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

2020-05-15 Thread Ferruh Yigit
On 5/8/2020 11:38 PM, Dharmik Thakkar wrote: > 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-o

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

2020-05-12 Thread Iremonger, Bernard
> -Original Message- > From: Dharmik Thakkar > Sent: Friday, May 8, 2020 11:38 PM > To: Lu, Wenzhuo ; Wu, Jingjing > ; Iremonger, Bernard > > Cc: dev@dpdk.org; n...@arm.com; Dharmik Thakkar > > Subject: [PATCH v2 1/5] app/testpmd: print clock with CPU cycles per pkt > > On aarch64 platf

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

2020-05-08 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