Skip to content

Commit 5c8963c

Browse files
authored
Merge pull request #4 from eyalsol/development
zeek/vendor/dpdk: build with ive bridge architecture
2 parents b607014 + 3178799 commit 5c8963c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build/.config

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,19 @@ CONFIG_RTE_EXEC_ENV_LINUXAPP=y
6868
## it will be compiled with whatever latest processor the compiler supports!
6969
##
7070
#CONFIG_RTE_MACHINE="native"
71+
CONFIG_RTE_MACHINE="ivb"
7172
##
7273
## define the architecture we compile for.
7374
## CONFIG_RTE_ARCH can be i686, x86_64, x86_64_32
7475
##
75-
#CONFIG_RTE_ARCH="x86_64"
76-
#CONFIG_RTE_ARCH_X86_64=y
76+
CONFIG_RTE_ARCH="x86_64"
77+
CONFIG_RTE_ARCH_X86_64=y
7778
##
7879
## The compiler we use.
7980
## Can be gcc, icc or clang.
8081
##
81-
#CONFIG_RTE_TOOLCHAIN="gcc"
82-
#CONFIG_RTE_TOOLCHAIN_GCC=y
82+
CONFIG_RTE_TOOLCHAIN="gcc"
83+
CONFIG_RTE_TOOLCHAIN_GCC=y
8384
# Use intrinsics or assembly code for key routines
8485
CONFIG_RTE_FORCE_INTRINSICS=n
8586
# Compile to share library

0 commit comments

Comments
 (0)