Re: [dpdk-dev] [PATCH v2] net/octeontx: fix build for gcc < 4.6

2017-10-25 Thread Ferruh Yigit
On 10/25/2017 10:17 AM, Ferruh Yigit wrote: > -Ofast option supported starting from gcc4.6 [1], for older versions > using "-O3 -ffast-math" instead. > > [1] build error: > CC octeontx_rxtx.o > cc1: error: invalid option argument ‘-Ofast’ > > Fixes: 9e747589bd4c ("net/octeontx: add packet tra

[dpdk-dev] [PATCH v2] net/octeontx: fix build for gcc < 4.6

2017-10-25 Thread Ferruh Yigit
-Ofast option supported starting from gcc4.6 [1], for older versions using "-O3 -ffast-math" instead. [1] build error: CC octeontx_rxtx.o cc1: error: invalid option argument ‘-Ofast’ Fixes: 9e747589bd4c ("net/octeontx: add packet transmit burst function") Signed-off-by: Ferruh Yigit Acked-b