[dpdk-dev] compilataion of dpdk 2.1.0 fails

2015-09-29 Thread Shaham Fridenberg
AM To: dev at dpdk.org Subject: [dpdk-dev] compilataion of dpdk 2.1.0 fails Hey all, I upgraded from dpdk 1.8.0 to 2.1.0 and my compilation now fails with the following errors: rte_memcpy.h:625:2: error: incompatible type for argument 2 of _mm_storeu_si128 emmintrin.h:701:1: note: expected

[dpdk-dev] compilataion of dpdk 2.1.0 fails

2015-09-21 Thread Robert Lasater (B)
ject: [dpdk-dev] compilataion of dpdk 2.1.0 fails Hey all, I upgraded from dpdk 1.8.0 to 2.1.0 and my compilation now fails with the following errors: rte_memcpy.h:625:2: error: incompatible type for argument 2 of _mm_storeu_si128 emmintrin.h:701:1: note: expected __m128i but argument is of ty

[dpdk-dev] compilataion of dpdk 2.1.0 fails

2015-09-21 Thread Shaham Fridenberg
Hey all, I upgraded from dpdk 1.8.0 to 2.1.0 and my compilation now fails with the following errors: rte_memcpy.h:625:2: error: incompatible type for argument 2 of _mm_storeu_si128 emmintrin.h:701:1: note: expected __m128i but argument is of type int Did anyone bounced into this issue? Any idea