Re: [dpdk-dev] [PATCH 0/4] improve tsc frequency calibration

2017-10-13 Thread Thomas Monjalon
> > v3 changes: > > - implement in .c files instead of exporting an inline arch function > > - rename arch function from rte_rdtsc_arch_hz to get_tsc_freq_arch > > - integrate x86 implementation in the series > > - fix private EAL include in PPC implementation (not tested) > > Thanks Thomas. > >

Re: [dpdk-dev] [PATCH 0/4] improve tsc frequency calibration

2017-10-12 Thread Jerin Jacob
-Original Message- > Date: Fri, 13 Oct 2017 02:02:43 +0200 > From: Thomas Monjalon > To: gowrishanka...@linux.vnet.ibm.com, jerin.ja...@caviumnetworks.com, > jianbo@linaro.org, sergio.gonzalez.mon...@intel.com, > bruce.richard...@intel.com > Cc: dev@dpdk.org > Subject: [PATCH 0/4] im

[dpdk-dev] [PATCH 0/4] improve tsc frequency calibration

2017-10-12 Thread Thomas Monjalon
v3 changes: - implement in .c files instead of exporting an inline arch function - rename arch function from rte_rdtsc_arch_hz to get_tsc_freq_arch - integrate x86 implementation in the series - fix private EAL include in PPC implementation (not tested) From: Gowrishankar Muthukrishnan Some arc