[dpdk-dev] [PATCH] fix build warning and failure in Suse11

2015-03-18 Thread Liu, Yong
u, Yong > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] fix build warning and failure in Suse11 > > Hi Yong, > > Thanks for working on these important fixes. > > 2015-03-18 15:10, Yong Liu: > > Suse11 SP3 default gcc version is 4.3.4, some options not su

[dpdk-dev] [PATCH] fix build warning and failure in Suse11

2015-03-18 Thread Yong Liu
Suse11 SP3 default gcc version is 4.3.4, some options not support on this version. error: implicit declaration of function ?_mm_alignr_epi8? solution: include tmmintrin.h when enable SSE3 error: unrecognized command line option "-Wno-unused-but-set-variable" solution: add version check in fm10k

[dpdk-dev] [PATCH] fix build warning and failure in Suse11

2015-03-18 Thread Thomas Monjalon
Hi Yong, Thanks for working on these important fixes. 2015-03-18 15:10, Yong Liu: > Suse11 SP3 default gcc version is 4.3.4, some options not support on this > version. I guess some of these errors are not only specific to Suse-11? Maybe that 1 patch per issue would be easier to read and could