Re: [dpdk-dev] [PATCH] eal/ppc64: improve rte_rdtsc with ppc_get_timebase

2020-01-31 Thread Thinh Tran
Need to resubmit a new patch, since the same code may be used by other ppc platform such as FreeBSD that may not have the sys/platform/ppc.h Thinh Tran On 1/28/2020 3:02 PM, Thinh Tran wrote: __ppc_get_timebase() is GNU extention and is more efficient Signed-off-by: Thinh Tran --- .../com

Re: [dpdk-dev] [PATCH] eal/ppc64: improve rte_rdtsc with ppc_get_timebase

2020-01-30 Thread David Christensen
__ppc_get_timebase() is GNU extention and is more efficient Signed-off-by: Thinh Tran Reviewed-by: David Christensen

[dpdk-dev] [PATCH] eal/ppc64: improve rte_rdtsc with ppc_get_timebase

2020-01-28 Thread Thinh Tran
__ppc_get_timebase() is GNU extention and is more efficient Signed-off-by: Thinh Tran --- .../common/include/arch/ppc_64/rte_cycles.h | 28 ++- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/lib/librte_eal/common/include/arch/ppc_64/rte_cycles.h b/lib/librte_