[dpdk-dev] [PATCH] PPC64: add cpu cycle support to IBM POWER8 PPC64LE

2015-08-03 Thread Chao Zhu
On IBM POWER8 PPC64 little endian architecture, the definition of tsc union will be different. This patch fix this to enable the right output from rte_rdtsc(). Signed-off-by: Chao Zhu --- .../common/include/arch/ppc_64/rte_cycles.h|5 + 1 files changed, 5 insertions(+), 0 deletio

[dpdk-dev] [PATCH] PPC64: add cpu cycle support to IBM POWER8 PPC64LE

2015-08-03 Thread Chao Zhu
This patch add the definiton of tsc union for POWER8 PPC64 little endian architecture. Chao Zhu (1): PPC64: add cpu cycle support to IBM POWER8 PPC64LE .../common/include/arch/ppc_64/rte_cycles.h|5 + 1 files changed, 5 insertions(+), 0 deletions(-)

[dpdk-dev] [PATCH] PPC64: add cpu cycle support to IBM POWER8 PPC64LE

2015-08-03 Thread Thomas Monjalon
2015-08-03 15:16, Chao Zhu: > On IBM POWER8 PPC64 little endian architecture, the definition of tsc > union will be different. This patch fix this to enable the right output > from rte_rdtsc(). > > Signed-off-by: Chao Zhu Applied, thanks