From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal/ppc64: revert implement arch-specific TSC freq query Date: Thu, 08 Feb 2018 22:22:24 +0100 Message-ID: <2981471.c1d18xcsIX@xps> References: <000701d39fe1$9d786f10$d8694d30$@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Chao Zhu To: 'Gowrishankar' Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 9185A1B82E for ; Thu, 8 Feb 2018 22:22:30 +0100 (CET) In-Reply-To: <000701d39fe1$9d786f10$d8694d30$@linux.vnet.ibm.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This reverts commit 15692396fd68932b6a81f00f12d4b0da12baa7d3 > > (eal/ppc64: implement arch-specific TSC freq query). We intended to derive > > pkt/sec estimation with cpu clock frequency. As timebase register serves > the > > timer purpose, we need to stick with it for calculating pkt/sec, hence > reverting > > the change. > > > > Fixes: 15692396fd (eal/ppc64: implement arch-specific TSC freq query) > > > > Signed-off-by: Gowrishankar Muthukrishnan > > > > --- > Acked-by: Chao Zhu Applied, thanks