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

2017-04-06 Thread Jerin Jacob
-Original Message- > Date: Thu, 06 Apr 2017 15:52:40 +0200 > From: Thomas Monjalon > To: Ferruh Yigit , Jerin Jacob > > Cc: Bruce Richardson , Harry van Haaren > , dev@dpdk.org > Subject: Re: [PATCH 1/3] net/thunderx: disable pmd for gcc < 4.7 > User-Agent: KMail/4.14.10 (Linux/4.5.4-1-

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

2017-04-06 Thread Thomas Monjalon
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 us

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

2017-04-06 Thread Ferruh Yigit
On 4/6/2017 1:14 PM, Ferruh Yigit wrote: > 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__ > > __atomic_fetch

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

2017-04-06 Thread Jerin Jacob
-Original Message- > Date: Thu, 6 Apr 2017 13:14:26 +0100 > From: Ferruh Yigit > To: Jerin Jacob , Bruce Richardson > , Harry van Haaren > , Thomas Monjalon > Cc: dev@dpdk.org, Ferruh Yigit > Subject: [PATCH 1/3] net/thunderx: disable pmd for gcc < 4.7 > X-Mailer: git-send-email 2.8.4