[dpdk-dev] [PATCH v3 03/14] Add byte order operations for IBM Power architecture

2014-11-26 Thread Chao Zhu
Michael, The default endianess of Power7/8 is big endian. So I set big endian in the configuration file. If use little endian, just change the configuration file. Of cause, there is some way to determine the endian in run time. However, the original DPDK didn't do this. I think this can be i

[dpdk-dev] [PATCH v3 03/14] Add byte order operations for IBM Power architecture

2014-11-24 Thread Qiu, Michael
On 11/23/2014 9:22 PM, Chao Zhu wrote: > This patch adds architecture specific byte order operations for IBM Power > architecture. Power architecture support both big endian and little > endian. This patch also adds a RTE_ARCH_BIG_ENDIAN micro. > > Signed-off-by: Chao Zhu > --- > config/defconfig

[dpdk-dev] [PATCH v3 03/14] Add byte order operations for IBM Power architecture

2014-11-23 Thread Chao Zhu
This patch adds architecture specific byte order operations for IBM Power architecture. Power architecture support both big endian and little endian. This patch also adds a RTE_ARCH_BIG_ENDIAN micro. Signed-off-by: Chao Zhu --- config/defconfig_ppc_64-power8-linuxapp-gcc|1 + .../com