From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 61F181B878 for ; Thu, 1 Feb 2018 01:30:44 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 112FB209E5; Wed, 31 Jan 2018 19:30:44 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 31 Jan 2018 19:30:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=+IpcOrOejGN3TSPyKPP04Isj0P 0Ys+8y7ufbyb3gzSE=; b=iiin+qqvf5Ne2wOUlMI9Z8c5zY36MgCBGi7ffn9fOZ 8SFKfxwrztZFrjvIj2+3KeE7hOaC5IMAWZQKbOe8zpCWhH5qDM13XgsP+2fipsIK i1ROukRioe/lr64liPssi4YXHSpUDlF2LRoovS5yUUdTcV0KYcgTjvcP2NMBh5Jq c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=+IpcOr OejGN3TSPyKPP04Isj0P0Ys+8y7ufbyb3gzSE=; b=BmVW5QN9Y9zR8cB75NF3fq MNQyVDOtYx6HWM2dzwNgOlsLZp+AUwFJwgM5LOpn8o72XFQQTroMH6Et8fCS0toT hqRHfB95fDNLrs6op1DCiNMg0OqK4nFP3XWHTFEeSzGM2J6IMXxsxpfFwmWWB/vL i7+1BKao+CdlN7jfnrZ9kmU9o5/BESV2MrshkaXby1w5Ma1ftfGQb5p+xbf2+3U8 Otcg0IkO48IMOrjGD1tX6c9Iukt4IbBmqWjNSa8emrzz6DyDTHNeALJwOzv4waya IOmIXl6gl1ssx9XYM0kd8DcgyniVk1HXq3p9jaD01+B1LC82mUP3nuj3cKsSp5Cw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B17B67E12E; Wed, 31 Jan 2018 19:30:43 -0500 (EST) From: Thomas Monjalon To: Gowrishankar , Chao Zhu Cc: dev@dpdk.org Date: Thu, 01 Feb 2018 01:29:56 +0100 Message-ID: <3728847.cnur1V9eyL@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] eal/ppc64: revert implement arch-specific TSC freq query X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2018 00:30:44 -0000 30/01/2018 09:59, Gowrishankar: > From: Gowrishankar Muthukrishnan > > 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) It is not clear what it is fixing. Chao, please review.