From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/4] improve tsc frequency calibration Date: Fri, 13 Oct 2017 13:08:50 +0200 Message-ID: <3842609.hiGNeXSMK9@xps> References: <20171013000247.4158-1-thomas@monjalon.net> <20171013032106.GA7801@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, gowrishankar.m@linux.vnet.ibm.com, jianbo.liu@linaro.org, bruce.richardson@intel.com To: Jerin Jacob , sergio.gonzalez.monroy@intel.com Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 817341B34E for ; Fri, 13 Oct 2017 13:08:52 +0200 (CEST) In-Reply-To: <20171013032106.GA7801@jerin> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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. > > Tested on a arm64 machine. > > Tested-by: Jerin Jacob Applied