aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dpdk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile
index 017850de379..111a256b751 100644
--- a/dpdk/Makefile
+++ b/dpdk/Makefile
@@ -24,8 +24,8 @@ DPDK_MLX5_PMD ?= n
B := $(DPDK_BUILD_DIR)
I := $(DPDK_INSTALL_DIR)
-DPDK_VERSION ?= 17.08
-PKG_SUFFIX ?= vpp2
+DPDK_VERSION ?= 17.11
+PKG_SUFFIX ?= vpp1
DPDK_BASE_URL ?= http://fast.dpdk.org/rel
DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.xz
DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL)