[dpdk-dev] [PATCH] eal/armv8: high-resolution cycle counter

2016-10-04 Thread Thomas Monjalon
> > Existing cntvct_el0 based rte_rdtsc() provides portable means to get wall > > clock > > counter at user space. Typically it runs at <= 100MHz. > > > > The alternative method to enable rte_rdtsc() for high resolution wall clock > > counter is through armv8 PMU subsystem. > > The PMU cycle coun

[dpdk-dev] [PATCH] eal/armv8: high-resolution cycle counter

2016-10-04 Thread Thomas Monjalon
2016-08-19 18:22, Jerin Jacob: > On Fri, Aug 19, 2016 at 02:24:58PM +0200, Jan Viktorin wrote: > > On Fri, 19 Aug 2016 17:16:12 +0530 > > Jerin Jacob wrote: > > > > > > I've got a private kernel driver enabling and disabling (hopefully) properly > > this for ARMv7. If we'd like to merge it, I'd

[dpdk-dev] [PATCH] eal/armv8: high-resolution cycle counter

2016-08-23 Thread Hemant Agrawal
ct: [dpdk-dev] [PATCH] eal/armv8: high-resolution cycle counter > > Existing cntvct_el0 based rte_rdtsc() provides portable means to get wall > clock > counter at user space. Typically it runs at <= 100MHz. > > The alternative method to enable rte_rdtsc() for high resolution

[dpdk-dev] [PATCH] eal/armv8: high-resolution cycle counter

2016-08-19 Thread Jerin Jacob
On Fri, Aug 19, 2016 at 02:24:58PM +0200, Jan Viktorin wrote: > On Fri, 19 Aug 2016 17:16:12 +0530 > Jerin Jacob wrote: > > > I've got a private kernel driver enabling and disabling (hopefully) properly > this for ARMv7. If we'd like to merge it, I'd like to have a single module > or at least si

[dpdk-dev] [PATCH] eal/armv8: high-resolution cycle counter

2016-08-19 Thread Jerin Jacob
gt; Cc: thomas.monjalon at 6wind.com; jianbo.liu at linaro.org; > > viktorin at rehivetech.com; Jerin Jacob > > Subject: [dpdk-dev] [PATCH] eal/armv8: high-resolution cycle counter > > > > Existing cntvct_el0 based rte_rdtsc() provides portable > > means to get wa

[dpdk-dev] [PATCH] eal/armv8: high-resolution cycle counter

2016-08-19 Thread Jan Viktorin
erin Jacob > > > Sent: Thursday, August 18, 2016 17:22 > > > To: dev at dpdk.org > > > Cc: thomas.monjalon at 6wind.com; jianbo.liu at linaro.org; > > > viktorin at rehivetech.com; Jerin Jacob > > caviumnetworks.com> > > > Subject: [dpdk-dev] [

[dpdk-dev] [PATCH] eal/armv8: high-resolution cycle counter

2016-08-19 Thread Nipun Gupta
t; Subject: [dpdk-dev] [PATCH] eal/armv8: high-resolution cycle counter > > Existing cntvct_el0 based rte_rdtsc() provides portable > means to get wall clock counter at user space. Typically > it runs at <= 100MHz. > > The alternative method to enable rte_rdtsc() for high

[dpdk-dev] [PATCH] eal/armv8: high-resolution cycle counter

2016-08-18 Thread Jerin Jacob
Existing cntvct_el0 based rte_rdtsc() provides portable means to get wall clock counter at user space. Typically it runs at <= 100MHz. The alternative method to enable rte_rdtsc() for high resolution wall clock counter is through armv8 PMU subsystem. The PMU cycle counter runs at CPU frequency, Ho