[dpdk-dev] [PATCH 1/3] net/thunderx: disable pmd for gcc < 4.7

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Apr 6 15:52:40 CEST 2017


2017-04-06 13:14, Ferruh Yigit:
> PMD uses some compiler builtins and new compiler options. Tested with
> gcc 4.5.1 and following were not supported:
> 
> option:
> -Ofast
> 
> macros:
> _Static_assert
> 
> __ORDER_LITTLE_ENDIAN__
> __ORDER_BIG_ENDIAN__
> __BYTE_ORDER__

These ones should not be used as we have rte_byteorder.h.

Please Jerin, could you use it?


More information about the dev mailing list