Re: [dpdk-dev] [PATCH] efd: fix build when compiler does not support AVX2

2017-10-13 Thread Thomas Monjalon
13/10/2017 20:24, Ferruh Yigit: > Compiler error: > irte_efd.o: In function `rte_efd_lookup': > rte_efd.c:(.text+0x6d6e): undefined reference to `efd_lookup_internal_avx2' > rte_efd.o: In function `rte_efd_lookup_bulk': > rte_efd.c:(.text+0x87d4): undefined reference to `efd_lookup_internal_avx2' >

[dpdk-dev] [PATCH] efd: fix build when compiler does not support AVX2

2017-10-13 Thread Ferruh Yigit
Compiler error: irte_efd.o: In function `rte_efd_lookup': rte_efd.c:(.text+0x6d6e): undefined reference to `efd_lookup_internal_avx2' rte_efd.o: In function `rte_efd_lookup_bulk': rte_efd.c:(.text+0x87d4): undefined reference to `efd_lookup_internal_avx2' This can be observed with a compiler that