[dpdk-dev] [PATCH] eal/ppc: fix build

2015-08-05 Thread Chao Zhu
Acked-by: Chao Zhu On 2015/8/5 17:13, Thomas Monjalon wrote: > Byte ordering macros were used without including the needed header. > > Fixes: ce10b21bf624 ("eal/ppc: fix cpu cycle count for little endian") > > Signed-off-by: Thomas Monjalon > --- > lib/librte_eal/common/include/arch/ppc_64/rte

[dpdk-dev] [PATCH] eal/ppc: fix build

2015-08-05 Thread Thomas Monjalon
> > Byte ordering macros were used without including the needed header. > > > > Fixes: ce10b21bf624 ("eal/ppc: fix cpu cycle count for little endian") > > > > Signed-off-by: Thomas Monjalon > Acked-by: Chao Zhu Applied

[dpdk-dev] [PATCH] eal/ppc: fix build

2015-08-05 Thread Thomas Monjalon
Byte ordering macros were used without including the needed header. Fixes: ce10b21bf624 ("eal/ppc: fix cpu cycle count for little endian") Signed-off-by: Thomas Monjalon --- lib/librte_eal/common/include/arch/ppc_64/rte_cycles.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_e