[dpdk-dev] [PATCH 0/2] fix endianness in EAL

2014-12-05 Thread Thomas Monjalon
> > It can be hard to implement a reliable detection of endianness. > > Previous trials in testpmd failed. > > The IBM Power patchset introduced a config option. > > > > This patchset try to improve the situation by having a detection > > in EAL headers. > > > > Please test it (especially on IBM Po

[dpdk-dev] [PATCH 0/2] fix endianness in EAL

2014-12-04 Thread Chao Zhu
On 2014/12/4 4:47, Thomas Monjalon wrote: > It can be hard to implement a reliable detection of endianness. > Previous trials in testpmd failed. > The IBM Power patchset introduced a config option. > > This patchset try to improve the situation by having a detection > in EAL headers. > > Please te

[dpdk-dev] [PATCH 0/2] fix endianness in EAL

2014-12-03 Thread Thomas Monjalon
It can be hard to implement a reliable detection of endianness. Previous trials in testpmd failed. The IBM Power patchset introduced a config option. This patchset try to improve the situation by having a detection in EAL headers. Please test it (especially on IBM Power) with different toolchains