Skip to content

Commit 45bc6ac

Browse files
authored
Merge pull request #5 from eyalsol/development
zeek/vendor/dpdk: build with ivy bridge architecture
2 parents 5c8963c + 9ca8aa3 commit 45bc6ac

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build/.config

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ CONFIG_RTE_MACHINE="ivb"
7373
## define the architecture we compile for.
7474
## CONFIG_RTE_ARCH can be i686, x86_64, x86_64_32
7575
##
76+
CONFIG_RTE_ARCH_64=y
7677
CONFIG_RTE_ARCH="x86_64"
7778
CONFIG_RTE_ARCH_X86_64=y
7879
##
@@ -298,9 +299,3 @@ CONFIG_RTE_APP_TEST=n
298299
CONFIG_RTE_TEST_PMD=n
299300
CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n
300301
CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n
301-
CONFIG_RTE_MACHINE="native"
302-
CONFIG_RTE_ARCH="x86_64"
303-
CONFIG_RTE_ARCH_X86_64=y
304-
CONFIG_RTE_ARCH_64=y
305-
CONFIG_RTE_TOOLCHAIN="gcc"
306-
CONFIG_RTE_TOOLCHAIN_GCC=y

0 commit comments

Comments
 (0)