eal/ppc64: revert arch-specific TSC freq query
authorGowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com>
Tue, 30 Jan 2018 08:59:13 +0000 (14:29 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 8 Feb 2018 21:23:59 +0000 (22:23 +0100)
commit4e4b97b71ca0f25b2b7ceb03d21a100f74fa4512
tree4f5c17b168a66d7e90956120de748090a66b187e
parent6a2a61d95fbfe77bd9f2e83bab374f2395300583
eal/ppc64: revert arch-specific TSC freq query

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")
Cc: stable@dpdk.org
Signed-off-by: Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com>
Acked-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>
lib/librte_eal/common/arch/ppc_64/rte_cycles.c