[dpdk-dev] endianness with ICC

2014-12-02 Thread Thomas Monjalon
I'm looking at endian detection to make it work with several compilers. During this global check, I've seen some code specific to ICC: http://dpdk.org/browse/dpdk/tree/app/test-pmd/testpmd.h#n562 If it's still really useful, it should in rte_byteorder.h, not in testpmd. But, if possible,

[dpdk-dev] endianness with ICC

2014-12-02 Thread Neil Horman
On Tue, Dec 02, 2014 at 04:36:20PM +0100, Thomas Monjalon wrote: > I'm looking at endian detection to make it work with several compilers. > > During this global check, I've seen some code specific to ICC: > http://dpdk.org/browse/dpdk/tree/app/test-pmd/testpmd.h#n562 > If it's still really