We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbd3923 + aa11ba2 commit 4d79540Copy full SHA for 4d79540
lib/Makefile
@@ -27,6 +27,10 @@ ifeq ($(FF_DPDK),)
27
FF_DPDK=${TOPDIR}/dpdk/x86_64-native-linuxapp-gcc
28
endif
29
30
+ifdef RTE_SDK
31
+ FF_DPDK=${RTE_SDK}/x86_64-native-linuxapp-gcc
32
+endif
33
+
34
DPDK_CFLAGS= -Wall -Werror -include ${FF_DPDK}/include/rte_config.h
35
DPDK_CFLAGS+= -march=native -DRTE_MACHINE_CPUFLAG_SSE -DRTE_MACHINE_CPUFLAG_SSE2 -DRTE_MACHINE_CPUFLAG_SSE3
36
DPDK_CFLAGS+= -DRTE_MACHINE_CPUFLAG_SSSE3 -DRTE_MACHINE_CPUFLAG_SSE4_1 -DRTE_MACHINE_CPUFLAG_SSE4_2
0 commit comments