diff --git a/configure b/configure index 8d8c1f228..413771328 100755 --- a/configure +++ b/configure @@ -270,7 +270,7 @@ if [ -z "${CONFIG[ENV]}" ]; then CONFIG[ENV]=$rootdir/lib/env_dpdk echo "Using default SPDK env in ${CONFIG[ENV]}" if [ -z "${CONFIG[DPDK_DIR]}" ]; then - if [ ! -f "$rootdir"/dpdk/config/common_spdk ]; then + if [ ! -f "$rootdir"/dpdk/config/common_base ]; then echo "DPDK not found; please specify --with-dpdk= or run:" echo echo " git submodule update --init" diff --git a/dpdk b/dpdk index 581b5fc8c..812c579bd 160000 --- a/dpdk +++ b/dpdk @@ -1 +1 @@ -Subproject commit 581b5fc8c2793666a4b705e95179637149913105 +Subproject commit 812c579bd2167a736d5f0e7f9ea74c6487ccfb7c diff --git a/dpdkbuild/Makefile b/dpdkbuild/Makefile index 5ea0469cd..352a83a6f 100644 --- a/dpdkbuild/Makefile +++ b/dpdkbuild/Makefile @@ -72,7 +72,7 @@ endif ifeq ($(TARGET_MACHINE),aarch64) DPDK_CONFIG := arm64-armv8a else -DPDK_CONFIG := spdk +DPDK_CONFIG := $(TARGET_MACHINE)-native endif ifeq ($(OS),Linux)